Advertisement
jaideep06

Article Schema

Aug 13th, 2021
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.25 KB | None | 0 0
  1. {
  2.   "@context": "https://schema.org",
  3.   "@graph": [
  4.     {
  5.       "@type": [
  6.         "Person",
  7.         "Organization"
  8.       ],
  9.       "@id": "http://localhost:10013/#person",
  10.       "name": "New Rank Math"
  11.     },
  12.     {
  13.       "@type": "WebSite",
  14.       "@id": "http://localhost:10013/#website",
  15.       "url": "http://localhost:10013",
  16.       "name": "New Rank Math",
  17.       "publisher": {
  18.         "@id": "http://localhost:10013/#person"
  19.       },
  20.       "inLanguage": "en-US"
  21.     },
  22.     {
  23.       "@type": "Person",
  24.       "@id": "http://localhost:10013/author/admin/",
  25.       "url": "http://localhost:10013/author/admin/",
  26.       "image": {
  27.         "@type": "ImageObject",
  28.         "@id": "http://0.gravatar.com/avatar/c2b06ae950033b392998ada50767b50e?s=96&d=mm&r=g",
  29.         "url": "http://0.gravatar.com/avatar/c2b06ae950033b392998ada50767b50e?s=96&d=mm&r=g",
  30.         "inLanguage": "en-US"
  31.       },
  32.       "sameAs": [
  33.         "http://localhost:10013"
  34.       ]
  35.     },
  36.     {
  37.       "@type": "WebPage",
  38.       "@id": "http://localhost:10013/hello-world/#webpage",
  39.       "url": "http://localhost:10013/hello-world/",
  40.       "name": "Hello world! - New Rank Math",
  41.       "datePublished": "2021-08-14T01:04:53+00:00",
  42.       "dateModified": "2021-08-14T03:22:48+00:00",
  43.       "author": {
  44.         "@id": "http://localhost:10013/author/admin/"
  45.       },
  46.       "isPartOf": {
  47.         "@id": "http://localhost:10013/#website"
  48.       },
  49.       "inLanguage": "en-US"
  50.     },
  51.     {
  52.       "headline": "Hello world! - New Rank Math",
  53.       "description": "Welcome to WordPress. This is your first post. Edit or delete it, then start writing!",
  54.       "@type": "Article",
  55.       "author": {
  56.         "@type": "Person",
  57.         "name": "admin"
  58.       },
  59.       "datePublished": "2021-08-14T01:04:53+00:00",
  60.       "dateModified": "2021-08-14T03:22:48+00:00",
  61.       "name": "Hello world! - New Rank Math",
  62.       "@id": "http://localhost:10013/hello-world/#schema-117",
  63.       "isPartOf": {
  64.         "@id": "http://localhost:10013/hello-world/#webpage"
  65.       },
  66.       "publisher": {
  67.         "@id": "http://localhost:10013/#person"
  68.       },
  69.       "inLanguage": "en-US",
  70.       "mainEntityOfPage": {
  71.         "@id": "http://localhost:10013/hello-world/#webpage"
  72.       }
  73.     }
  74.   ]
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement