Article pages are missing required OpenGraph article meta tags like og:type, article:author, or article:published_time.
By Seoxpert Editorial · Published
OpenGraph article meta tags help platforms like Facebook, LinkedIn, and Google identify and display your articles correctly. They enable rich social previews and support Google News eligibility. Missing these tags can reduce visibility and trust signals for your content.
Without these tags, articles may not display proper author bylines or publish times in social shares and may be excluded from Google News.
An automated crawler checks article pages for the presence of og:type=article and article:author and article:published_time meta tags in the <head>.
Missing OpenGraph article tags (problem)
<!-- Missing og:type, article:author, and article:published_time -->
<head>
<title>Sample Article</title>
<!-- No OpenGraph article meta tags -->
</head>Correct OpenGraph article tags (fix)
<head>
<title>Sample Article</title>
<meta property="og:type" content="article" />
<meta property="article:author" content="https://example.com/about/jane" />
<meta property="article:published_time" content="2026-05-01T08:00:00Z" />
</head>Yes, OpenGraph tags are used by social platforms and Google News, so they should be present in addition to JSON-LD.
Use a URL pointing to the author's profile or about page, not just a name.
Most modern CMSs and frameworks can generate these tags automatically if you set the article's author and publish date.
Yes, Google News uses these OpenGraph tags as signals for article metadata.
Run a scan to see if Article Pages Missing OpenGraph Article Metadata affects your pages.
Scan my website →