zregvart commented on pull request #536:
URL: https://github.com/apache/camel-website/pull/536#issuecomment-780433261


   The breadcrumb structured data is miss formed due to the inclusion of image 
in the document title:
   
   ```json
   {
     "@context": "http://schema.org";,
     "@type": "BreadcrumbList",
     "itemListElement": [
       {
         "@type": "ListItem",
         "position": 1,
         "name": "Apache Camel",
         "item": "https://camel.apache.org/";
       },
       {
         "@type": "ListItem",
         "position": 2,
         "name": "Kamelet Catalog",
         "item": "https://camel.apache.org/camel-kamelets/latest/index.html";
       },
       {
         "@type": "ListItem",
         "position": 3,
         "name": "latest",
         "item": "https://camel.apache.org/camel-kamelets/latest/index.html";
       },
       {
         "@type": "ListItem",
         "position": 4,
         "name": "<span class="image"><img 
src="_images/kamelets/aws-kinesis-source.svg" alt="aws kinesis source"></span> 
AWS Kinesis Source",
         "item": 
"https://camel.apache.org/camel-kamelets/latest/aws-kinesis-source.html";
       }
     ]
   }
   ```
   
   Let me see if I can filter out the markup.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to