Web Page Metadata - Article Page Type

What is a article web page ?

An article web page is a schema.org property value that represent an article (blog, newspaper,..)

Metadata

Web Page Metadata - Json-Ld syntax The example comes from this page article in the left menu

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "NewsArticle",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://google.com/article"
  },
  "headline": "Article headline",
  "image": [
    "https://example.com/photos/1x1/photo.jpg",
    "https://example.com/photos/4x3/photo.jpg",
    "https://example.com/photos/16x9/photo.jpg"
   ],
  "datePublished": "2015-02-05T08:00:00+08:00",
  "dateModified": "2015-02-05T09:20:00+08:00",
  "author": {
    "@type": "Person",
    "name": "John Doe"
  },
   "publisher": {
    "@type": "Organization",
    "name": "Google",
    "logo": {
      "@type": "ImageObject",
      "url": "https://google.com/logo.jpg"
    }
  },
  "description": "A most wonderful article"
}
</script>

Also:

  • thumbnailUrl: URL of the image associated with the post or page.
  • keywords: A list of tags associated with this post.

Documentation / Reference





Discover More
HTML - Article Element

article is an element that represents a section of content that forms an independent part of a document or site; For example: a magazine a newspaper article, or a blog entry. This is a more...
Web Page Metadata - Json-Ld syntax

is a web metadata format that you can add in the head section of a web page in a JSON format as a html data block. With the ld+json data block: where: ...
Web Page Metadata - TechArticle (Technical Article)

TechArticle is an article that is technical :) How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.
Web Page Metadata - type property

The type property of a web page defines its structure and categorize the web by type of page Note the broadest item type is called a Thing in schema.org and has four properties: name, description,...



Share this page:
Follow us:
Task Runner