View Single Post
  #11  
Old 08-01-2019, 10:16 AM
 
voodoo1967 voodoo1967 is offline
 

X-Adept
  
Join Date: Sep 2009
Posts: 431
 

Default Re: Site Structured Data module for X-Cart Classic

Sorry for any confusion - but yes that is what I meant - basically "FAQ rich snippets"
You can generate the code online eg

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is the best xcart mod?",
"acceptedAnswer": {
"@type": "Answer",
"text": "My mods are the best etc."
}
},{
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
}]
}
</script>

So I guess my question is - if there isnt an xcart mod that can do it - how can I manually add this is a category or perhaps maybe create a static page instead. Id rather be able to get it on a specific category page though (hope that makes sense)
__________________
x-cart Gold Plus 4.7.12
CDSEO Pro latest ver
ReDux template xcartmods.co.uk - it's great
php 7.x
Reply With Quote