View Single Post
  #2  
Old 01-07-2019, 03:25 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: JSON-LD <script type="application/ld+json"> Question

Here is valid Article starter code if anyone wants to use.

Code:
<script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Article", "headline": "Your Headline", "name" : "Name", "mainEntityOfPage": "hxxps://www.yoursite.com/article.html", "datePublished": "2016-05-08", "dateModified": "2019-01-06", "image" : "hxxps://www.yoursite.com/article-image.jpg", "publisher": { "@type" : "Organization", "name" : "Your Business", "logo": { "@type": "ImageObject", "name": "xxx-Logo", "width": "480", "height": "60", "url": "hxxps://www.yoursite.com/logo.png" } }, "author" : { "@type" : "Person", "name" : "Author Name" } } </script>
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote