Article Essential Schema Example

SEO Help and Tips

Article Essential Schema Example

Here's an example of a schema markup for an article:
Article Essential Schema Example

{
  "@context": "http://schema.org",
  "@type": "Article",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://www.yourwebsite.com/article"
  },
  "headline": "Article Title",
  "description": "Description of the article.",
  "author": {
    "@type": "Person",
    "name": "Author Name"
  },
  "datePublished": "2023-06-18",
  "dateModified": "2023-06-18",
  "image": {
    "@type": "ImageObject",
    "url": "https://www.yourwebsite.com/article-image.jpg",
    "width": 800,
    "height": 600
  },
  "publisher": {
    "@type": "Organization",
    "name": "Your Website",
    "logo": {
      "@type": "ImageObject",
      "url": "https://www.yourwebsite.com/logo.jpg",
      "width": 200,
      "height": 100
    }
  }
}
In this example:

"@type": "Article" indicates that the schema markup is for an article.
"mainEntityOfPage" specifies the main webpage where the article is published.
"headline" represents the title or headline of the article.
"description" provides a description or summary of the article.
"author" represents the author of the article.
"@type": "Person" indicates that it is a person entity.
"name" represents the name of the author.
"datePublished" indicates the publication date of the article.
"dateModified" indicates the last modified date of the article.
"image" represents the image associated with the article.
"@type": "ImageObject" indicates that it is an image object.
"url" specifies the URL of the article image.
"width" and "height" specify the dimensions of the image.
"publisher" represents the publisher of the article.
"@type": "Organization" indicates that it is an organization entity.
"name" represents the name of the publisher.
"logo" represents the logo of the publisher.
"@type": "ImageObject" indicates that it is an image object.
"url" specifies the URL of the publisher's logo.
"width" and "height" specify the dimensions of the logo.
You can adjust the properties and values based on the specific details of your article.

Comments

Popular posts from this blog

Office Tool_SPSS v23 + Serial key

How to Fix FATAL error Failed to parse input Document ?

How to Reduce Lazy Load Resources

Popular posts from this blog

Office Tool_SPSS v23 + Serial key

How to Fix FATAL error Failed to parse input Document ?

How to Reduce Lazy Load Resources