Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.DStructured DataAction2 JSON-LD block(s) found — issues found that may affect search visibility.FIX
The "name" property is required for the WebSite schema type.
Schema markup missing required properties is silently rejected by Google — your structured data appears in source but never as a rich result.
Learn more ▾ ▴
Each schema.org type has required properties (Article needs headline + author + datePublished; Product needs name + offers; etc.). Missing them means Google's rich-result eligibility check fails. The Search Console Rich Results Test surfaces specific gaps. Fix the missing property; rich results re-appear within hours.
Source: Google Search Central / schema.org
http://schema.org/The @context should be "https://schema.org" for search engines to recognize the data.
https://schema.orgJSON-LD without @context is invalid structured data — Google ignores the entire block.
Learn more ▾ ▴
@context must be 'https://schema.org' (or the schema-specific URL). Without it, the block isn't parseable as schema.org JSON-LD and Google skips it. Most schema generators handle this; manual edits sometimes drop the field.
Source: JSON-LD spec / schema.org
The "name" property is required for the Organization schema type.
Schema markup missing required properties is silently rejected by Google — your structured data appears in source but never as a rich result.
Learn more ▾ ▴
Each schema.org type has required properties (Article needs headline + author + datePublished; Product needs name + offers; etc.). Missing them means Google's rich-result eligibility check fails. The Search Console Rich Results Test surfaces specific gaps. Fix the missing property; rich results re-appear within hours.
Source: Google Search Central / schema.org
JSON-LD Blocks
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://www.snopes.com",
"identifier": "https://www.snopes.com",
"alternativeHeadline": "Snopes.com | The definitive fact-checking site and reference source for urban legends, folklore, myths, rumors, and misinformation.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.snopes.com/search/{search_term_string}",
"query-input": "required name=search_term_string"
},
"image": {
"@type": "ImageObject",
"inLanguage": "en-US",
"@id": "https://www.snopes.com/design/images/logo-s-crop-on.svg",
"url": "https://www.snopes.com/design/images/logo-s-crop-on.svg",
"caption": "Snopes.com"
},
"publisher": {
"@type": "Organization",
"name": "Snopes",
"logo": {
"@type": "ImageObject",
"inLanguage": "en-US",
"@id": "https://www.snopes.com/design/images/logo-s-crop-on.svg",
"url": "https://www.snopes.com/design/images/logo-s-crop-on.svg",
"caption": "Snopes.com"
}
},
"description": "The definitive Internet reference source for researching urban legends, folklore, myths, rumors, and misinformation.",
"mainEntityOfPage": {
"@type": "WebPage",
"inLanguage": "English",
"name": "snopes.com",
"@id": "https://www.snopes.com"
}
}{
"@context": "http://schema.org/",
"@type": "Organization",
"url": "https://www.snopes.com",
"logo": {
"@type": "ImageObject",
"inLanguage": "en-US",
"@id": "https://www.snopes.com/design/images/logo-s-crop-on.svg",
"url": "https://www.snopes.com/design/images/logo-s-crop-on.svg",
"caption": "Snopes.com"
},
"image": {
"@type": "ImageObject",
"inLanguage": "en-US",
"@id": "https://www.snopes.com/design/images/logo-s-crop-on.svg",
"url": "https://www.snopes.com/design/images/logo-s-crop-on.svg",
"caption": "Snopes.com"
},
"sameAs": [
"https://www.facebook.com/snopes",
"https://twitter.com/snopes",
"https://www.instagram.com/snopesdotcom/",
"https://www.linkedin.com/company/snopes.com",
"https://www.youtube.com/channel/UCHQAmn49BObyOsPHCnKRC4w",
"https://www.pinterest.com/snopesdotcom/",
"https://en.wikipedia.org/wiki/Snopes"
]
}BLinks146 links checked, 143 healthy, 3 brokenREVIEW
Broken Links (4)
| Status | URL | Found in | Error |
|---|---|---|---|
| 400 | https://mediaproxy.snopes.com | <link> | Bad Request |
| ERR | about:blank | <iframe> | Get "about:blank": unsupported protocol ... |
| 500 | https://mediaproxy.snopes.com/width/1200/https://w... | <meta> | Internal Server Error |
| 403 | https://media.snopes.com | <link> | Forbidden |
Redirects (8)
| URL | Destination | Found in | Hops |
|---|---|---|---|
| https://sb.scorecardresearch.com/cs/3828... | https://sb.scorecardresearch.com/cs/3828... | <script> | 0 |
| https://snopes.com/profile/ | https://snopes.com/profile/ | <a> | 0 |
| https://snopes.com/category/Entertainmen... | https://snopes.com/category/Entertainmen... | <a> | 0 |
| https://snopes.com/fact-checks/ | https://snopes.com/fact-checks/ | <a> | 0 |
| https://snopes.com/tips/ | https://snopes.com/tips/ | <a> | 0 |
| https://snopes.com/game | https://snopes.com/game | <a> | 0 |
| https://www.newsguardtech.com/solutions/... | https://www.newsguardtech.com/solutions/... | <a> | 0 |
| https://ifcncodeofprinciples.poynter.org... | https://ifcncodeofprinciples.poynter.org... | <a> | 0 |
COpen GraphActionOpen Graph tags are partially configured — some improvements recommended.REVIEW
https://mediaproxy.snopes.com/width/1200/https://www.snopes.com/tachyon/2019/11/2019-snopes-open-graph-default.pngThe og:image URL could not be fetched. Social platforms won't be able to display it.
An unreachable og:image URL (404, DNS fail, slow timeout) means social platforms cache the failure and serve no image for hours.
Learn more ▾ ▴
Social platforms (Facebook, Twitter) cache OG metadata aggressively — including failed image fetches. A momentarily-broken og:image can leave your shares imageless for hours. Test og:image URLs in Facebook's Sharing Debugger to force re-cache after fixing.
Source: Open Graph Protocol / Facebook Sharing Debugger
10 charsIdeal length is 25–60 characters for social sharing previews.
25–60 charsog:title very short — may render with awkward whitespace in social cards.
Source: Open Graph Protocol
The og:type tag helps social platforms categorize the content.
Default og:type is 'website' but the right value (article, product, profile) unlocks richer metadata fields and higher engagement.
Learn more ▾ ▴
og:type controls which other og: fields a platform respects. og:type=article enables og:article:published_time, author, and section — surfaced in news cards. og:type=product enables price/availability fields surfaced by Pinterest and shopping integrations. Default 'website' silently disables those.
Source: Open Graph Protocol
The og:site_name tag displays the website name in social previews.
Without og:site_name, social cards omit the brand attribution — users see the post but not who published it.
Learn more ▾ ▴
og:site_name appears in the social card chrome (above the title in Facebook/LinkedIn previews). Without it, posts read as anonymous URLs. Set it to your brand name to get free attribution on every share.
Source: Open Graph Protocol
Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.
Without twitter:card, Twitter renders posts as plain text — no preview image, no structured layout.
Learn more ▾ ▴
Twitter requires `<meta name="twitter:card" content="summary_large_image">` (or summary) to render share-cards at all. Without it, links appear as raw text and engagement plummets vs cards. Twitter also falls back to og:image if twitter:image isn't set, so configure both.
Source: Twitter Developer Platform
Preview

snopes.com
Snopes.com
The definitive Internet reference source for urban legends, folklore, myths, rumors, and misinformation.
- twitter:card — Add <meta name="twitter:card" content="summary_large_image">
- twitter:title — falling back from og:title
- twitter:description — falling back from og:description
- twitter:image — falling back from og:image
twitter:card is missing
→ Add <meta name="twitter:card" content="summary_large_image">

SNOPES.COM
Snopes.com
The definitive Internet reference source for urban legends, folklore, myths, rumors, and misinformation.
- og:title — Snopes.com
- og:description — The definitive Internet reference source for urban legends, folklore, myths, rumors, and misinformation.
- og:image — https://mediaproxy.snopes.com/width/1200/https://www.snopes.com/tachyon/2019/11/2019-snopes-open-graph-default.png
- og:type — Add og:type — Recommended — tells Facebook the content category
- og:url — https://www.snopes.com
- og:site_name — Add og:site_name — Recommended — site-level brand line in the preview

Snopes.com
snopes.com
- og:title — Snopes.com
- og:description — The definitive Internet reference source for urban legends, folklore, myths, rumors, and misinformation.
- og:image — https://mediaproxy.snopes.com/width/1200/https://www.snopes.com/tachyon/2019/11/2019-snopes-open-graph-default.png
snopes.com
Snopes.com
The definitive Internet reference source for urban legends, folklore, myths, rumors, and misinformation.

- og:title — Snopes.com
- og:description — The definitive Internet reference source for urban legends, folklore, myths, rumors, and misinformation.
- og:image — https://mediaproxy.snopes.com/width/1200/https://www.snopes.com/tachyon/2019/11/2019-snopes-open-graph-default.png
Social preview quality
Averaged across Twitter/X, Facebook, LinkedIn, and Slack.
| Field | Twitter/X | Slack | ||
|---|---|---|---|---|
| og:title | ||||
| og:description | ||||
| og:image | ||||
| og:type | ||||
| og:url | ||||
| og:site_name | ||||
| twitter:card | — | — | — | |
| twitter:title | ⚠ | — | — | — |
| twitter:description | ⚠ | — | — | — |
| twitter:image | ⚠ | — | — | — |
CBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsREVIEW
Brand Presence
Partial brand coverage — a few channels are missing brand signals.
C
57/100
Site name appears as
| Page title | The definitive fact-checking site and reference source for urban legends, folklore, myths, rumors, and misinformation. | |
| og:site_name | — | |
| twitter:site | — | |
| Organization.name | — |
Consistent
Brand assets
Favicon
15/15covers multiple sizes + apple-touch-icon
Social share image
14/20og:image set; twitter:image missing
Meta completeness
14/20Organization schema
4/15has logo + url
Contact info discoverable
5/10contact page
Findings
- Missing brand name in: og:site_name, twitter:site, Organization.name
- Add twitter:image — Twitter falls back to og:image only when it's larger than 300×157
- twitter:card missing
- Consider adding contactPoint — helps appear in "contact us" rich results
- Only partial contact info discoverable — consider adding a dedicated contact page or mailto/tel link
How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.