Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.DOpen GraphActionOpen Graph tags need attention — social sharing previews may be incomplete.FIX
The og:description tag controls the description in social sharing previews.
No og:description means social cards either show no subtitle or scrape the first paragraph — usually unflattering.
Learn more ▾ ▴
Without og:description, social platforms either render no subtitle or pull whatever text appears first on the page. The first paragraph is rarely written for share-card context. A purpose-written 150-200 character og:description gives a polished card.
Source: Open Graph Protocol
The og:image tag provides a preview image for social sharing.
No og:image means social shares are imageless — measurably less engaging than image-cards across every major platform.
Learn more ▾ ▴
Twitter, Facebook, and LinkedIn all use og:image (or twitter:image as a fallback) for share-card thumbnails. Without one, the post renders as a text-only card. A 1200x630px image (Twitter's preferred size) covers all platforms.
Source: Open Graph Protocol
21 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
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
pewinternet.org
Internet & Technology
No description
- twitter:card — Add <meta name="twitter:card" content="summary_large_image">
- twitter:title — falling back from og:title
- twitter:description — Add twitter:description to give the preview body text
- twitter:image — Add twitter:image — preview card without an image looks broken
twitter:card is missing
→ Add <meta name="twitter:card" content="summary_large_image">
No preview image for Twitter/X
→ Add og:image or twitter:image (≥300×157 for summary_large_image)
PEWINTERNET.ORG
Internet & Technology
No description
- og:title — Internet & Technology
- og:description — Add og:description to give the preview body text
- og:image — Add og:image — preview card without an image looks broken
- og:type — website
- og:url — https://www.pewresearch.org/topic/internet-technology/
- og:site_name — Pew Research Center
No preview image for Facebook
→ Add og:image (recommended 1200×630)
Internet & Technology
pewinternet.org
- og:title — Internet & Technology
- og:description — Add og:description to give the preview body text
- og:image — Add og:image — preview card without an image looks broken
No preview image for LinkedIn
→ Add og:image (recommended 1200×627)
pewinternet.org
Internet & Technology
No description
- og:title — Internet & Technology
- og:description — Add og:description to give the preview body text
- og:image — Add og:image — preview card without an image looks broken
No preview image — Slack unfurl will be text-only
→ Add og:image or twitter:image
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 | — | — | — |
FBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsFIX
Brand Presence
Your brand name differs across channels — visitors see inconsistent identity.
F
38/100
Site name appears as
| Page title | Internet & Technology - Research and data from Pew Research Center | |
| og:site_name | Pew Research Center | |
| twitter:site | — | |
| Organization.name | — |
Inconsistent — names differ across channels
Brand assets
Favicon
15/15covers multiple sizes, apple-touch-icon + SVG
Social share image
0/20Meta completeness
8/20Organization schema
0/15Contact info discoverable
10/10contact page + tel link
Findings
- Brand name differs across channels — users see inconsistent identity
- No social share image — shared links render as bare URLs
- og:image missing
- twitter:card missing
- No Organization schema — Google can't render your logo in the knowledge panel
How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.
BStructured Data1 JSON-LD block(s) found — some improvements recommended.REVIEW
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
The "url" 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
Adding "description" can improve how search engines display your content.
Recommended schema properties unlock richer SERP layouts — without them you get the basic rich result instead of the enhanced one.
Learn more ▾ ▴
Recommended properties expand what Google can render. E.g., adding aggregateRating to Product unlocks star ratings; adding image to Article unlocks the image-card variant. Each recommended property is a direct SERP-real-estate gain.
Source: Google Search Central / schema.org
Adding "potentialAction" can improve how search engines display your content.
Recommended schema properties unlock richer SERP layouts — without them you get the basic rich result instead of the enhanced one.
Learn more ▾ ▴
Recommended properties expand what Google can render. E.g., adding aggregateRating to Product unlocks star ratings; adding image to Article unlocks the image-card variant. Each recommended property is a direct SERP-real-estate gain.
Source: Google Search Central / schema.org
JSON-LD Blocks
{
"@context": "https://schema.org",
"@graph": [
{
"@context": "https://schema.org",
"@type": "WebSite",
"@id": "https://www.pewresearch.org/#website",
"name": "Pew Research Center",
"description": "Numbers, Facts and Trends Shaping Your World",
"url": "https://www.pewresearch.org",
"publisher": {
"@id": "https://www.pewresearch.org/#organization"
},
"sameAs": [
"https://x.com/pewresearch",
"https://www.facebook.com/pewresearch",
"https://www.threads.com/@pewresearch",
"https://www.instagram.com/pewresearch",
"https://www.youtube.com/user/PewResearchCenter",
"https://www.linkedin.com/company/pew-research-center"
],
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.pewresearch.org/search/{search_term_string}"
},
"query-input": "required name=search_term_string"
}
},
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.pewresearch.org/#organization",
"name": "Pew Research Center",
"url": "https://www.pewresearch.org",
"alternateName": [
"Pew Research",
"PRC"
],
"slogan": "Numbers, Facts and Trends Shaping Your World",
"foundingDate": "2004-07-01",
"nonprofitStatus": "https://schema.org/Nonprofit501c3",
"parentOrganization": {
"@type": "Organization",
"name": "The Pew Charitable Trusts",
"url": "https://www.pewtrusts.org",
"address": {
"@type": "PostalAddress",
"streetAddress": "901 E St NW",
"addressLocality": "Washington",
"addressRegion": "DC",
"postalCode": "20004",
"addressCountry": "US"
}
},
"funder": {
"@type": "Organization",
"name": "The Pew Charitable Trusts",
"url": "https://www.pewtrusts.org",
"address": {
"@type": "PostalAddress",
"streetAddress": "901 E St NW",
"addressLocality": "Washington",
"addressRegion": "DC",
"postalCode": "20004",
"addressCountry": "US"
}
},
"publishingPrinciples": "https://www.pewresearch.org/about/our-mission/",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Media Inquiries",
"name": "Communications Department",
"telephone": "202.419.4372",
"url": "https://www.pewresearch.org"
},
"logo": {
"@type": "ImageObject",
"url": "https://www.pewresearch.org/wp-content/images/logo.png",
"width": 600,
"height": 60
},
"address": {
"@type": "PostalAddress",
"streetAddress": "901 E St NW",
"addressLocality": "Washington",
"addressRegion": "DC",
"postalCode": "20004",
"addressCountry": "US"
},
"sameAs": [
"https://x.com/pewresearch",
"https://www.facebook.com/pewresearch",
"https://www.threads.com/@pewresearch",
"https://www.instagram.com/pewresearch",
"https://www.youtube.com/user/PewResearchCenter",
"https://www.linkedin.com/company/pew-research-center"
],
"knowsAbout": [
"Data Labs",
"Demographics and Social Trends",
"Global Attitudes and Trends",
"Global Migration and Demography",
"Hispanic Trends",
"Internet and Technology",
"News and Information",
"Race and Ethnicity",
"Religion and Public Life",
"Research Methodology",
"Science and Society",
"U.S. Politics and Policy"
]
},
{
"@context": "https://schema.org",
"@type": "CollectionPage",
"name": "Internet & Technology",
"url": "https://www.pewresearch.org/topic/internet-technology/",
"description": "Numbers, Facts and Trends Shaping Your World",
"isPartOf": {
"@type": "Organization",
"@id": "https://www.pewresearch.org/#organization",
"name": "Pew Research Center",
"url": "https://www.pewresearch.org",
"alternateName": [
"Pew Research",
"PRC"
],
"slogan": "Numbers, Facts and Trends Shaping Your World",
"foundingDate": "2004-07-01",
"nonprofitStatus": "https://schema.org/Nonprofit501c3",
"parentOrganization": {
"@type": "Organization",
"name": "The Pew Charitable Trusts",
"url": "https://www.pewtrusts.org",
"address": {
"@type": "PostalAddress",
"streetAddress": "901 E St NW",
"addressLocality": "Washington",
"addressRegion": "DC",
"postalCode": "20004",
"addressCountry": "US"
}
},
"funder": {
"@type": "Organization",
"name": "The Pew Charitable Trusts",
"url": "https://www.pewtrusts.org",
"address": {
"@type": "PostalAddress",
"streetAddress": "901 E St NW",
"addressLocality": "Washington",
"addressRegion": "DC",
"postalCode": "20004",
"addressCountry": "US"
}
},
"publishingPrinciples": "https://www.pewresearch.org/about/our-mission/",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Media Inquiries",
"name": "Communications Department",
"telephone": "202.419.4372",
"url": "https://www.pewresearch.org"
},
"logo": {
"@type": "ImageObject",
"url": "https://www.pewresearch.org/wp-content/images/logo.png",
"width": 600,
"height": 60
},
"address": {
"@type": "PostalAddress",
"streetAddress": "901 E St NW",
"addressLocality": "Washington",
"addressRegion": "DC",
"postalCode": "20004",
"addressCountry": "US"
},
"sameAs": [
"https://x.com/pewresearch",
"https://www.facebook.com/pewresearch",
"https://www.threads.com/@pewresearch",
"https://www.instagram.com/pewresearch",
"https://www.youtube.com/user/PewResearchCenter",
"https://www.linkedin.com/company/pew-research-center"
],
"knowsAbout": [
"Data Labs",
"Demographics and Social Trends",
"Global Attitudes and Trends",
"Global Migration and Demography",
"Hispanic Trends",
"Internet and Technology",
"News and Information",
"Race and Ethnicity",
"Religion and Public Life",
"Research Methodology",
"Science and Society",
"U.S. Politics and Policy"
]
}
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.pewresearch.org/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Research Topics",
"item": "https://www.pewresearch.org/topics"
},
{
"@type": "ListItem",
"position": 3,
"name": "Internet & Technology",
"item": "https://www.pewresearch.org/topic/internet-technology/"
}
]
}
]
}ALinks165 links checked, 164 healthy, 1 brokenPASS
Broken Links (2)
| Status | URL | Found in | Error |
|---|---|---|---|
| 404 | https://www.googletagmanager.com | <link> | Not Found |
| 403 | https://cdn.parsely.com | <link> | Forbidden |
Redirects (14)
| URL | Destination | Found in | Hops |
|---|---|---|---|
| https://challenges.cloudflare.com/turnst... | https://challenges.cloudflare.com/turnst... | <script> | 0 |
| https://www.pewresearch.org/follow-us/ | https://www.pewresearch.org/follow-us/ | <a> | 0 |
| https://www.pewresearch.org/press/ | https://www.pewresearch.org/press/ | <a> | 0 |
| https://www.pewresearch.org/experts/ | https://www.pewresearch.org/experts/ | <a> | 0 |
| https://www.pewresearch.org/tools-and-re... | https://www.pewresearch.org/tools-and-re... | <a> | 0 |
| https://www.pewresearch.org/newsletters/ | https://www.pewresearch.org/newsletters/ | <a> | 0 |
| https://www.pewresearch.org/category/int... | https://www.pewresearch.org/category/int... | <a> | 0 |
| https://www.pewresearch.org/category/int... | https://www.pewresearch.org/category/int... | <a> | 0 |
| https://www.pewresearch.org/category/int... | https://www.pewresearch.org/category/int... | <a> | 0 |
| https://www.pewresearch.org/category/int... | https://www.pewresearch.org/category/int... | <a> | 0 |
| https://www.pewresearch.org/category/int... | https://www.pewresearch.org/category/int... | <a> | 0 |
| https://www.pewresearch.org/category/int... | https://www.pewresearch.org/category/int... | <a> | 0 |
| https://www.pew.org/ | https://www.pew.org/ | <a> | 0 |
| https://www.pewresearch.org/contact-form... | https://www.pewresearch.org/contact-form... | <a> | 0 |