Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.BOpen GraphOpen Graph tags are partially configured — some improvements recommended.REVIEW
The og:url tag specifies the canonical URL for the shared content.
Without og:url, social platforms infer the canonical URL — often picking a tracking-param variant that pollutes share counts.
Learn more ▾ ▴
og:url tells the social platform which URL to count this share against. Without it, platforms use the literal URL the user pasted (which may include utm_* parameters, ref codes, etc.). Setting og:url to the canonical form keeps share-count attribution clean.
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

csis.org
CSIS | Center for Strategic and International Studies
The Center for Strategic and International Studies (CSIS) is a bipartisan, nonprofit policy research organization & think tank analyzing global issues & policy.
- twitter:card — Add <meta name="twitter:card" content="summary_large_image">
- twitter:title — CSIS | Center for Strategic and International Studies
- twitter:description — The Center for Strategic and International Studies (CSIS) is a bipartisan, nonprofit policy research organization & t...
- twitter:image — https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/social_metatag_preview_image/s3/program/160209_CSIS_hea...
twitter:card is missing
→ Add <meta name="twitter:card" content="summary_large_image">

CSIS.ORG
CSIS | Center for Strategic and International Studies
The Center for Strategic and International Studies (CSIS) is a bipartisan, nonprofit policy research organization & think tank analyzing global issues & policy.
Description will be truncated (160 chars / 155 max)
- og:title — CSIS | Center for Strategic and International Studies
- og:description — The Center for Strategic and International Studies (CSIS) is a bipartisan, nonprofit policy research organization & t...
- og:image — https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/social_metatag_preview_image/s3/program/160209_CSIS_hea...
- og:type — Add og:type — Recommended — tells Facebook the content category
- og:url — Add og:url — Recommended — canonical URL for the share
- og:site_name — Add og:site_name — Recommended — site-level brand line in the preview
Description will be truncated on Facebook (160 chars, max 155)
→ Tighten og:description to ≤155 characters

CSIS | Center for Strategic and International Studies
csis.org
Description will be truncated (160 chars / 150 max)
- og:title — CSIS | Center for Strategic and International Studies
- og:description — The Center for Strategic and International Studies (CSIS) is a bipartisan, nonprofit policy research organization & t...
- og:image — https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/social_metatag_preview_image/s3/program/160209_CSIS_hea...
Description will be truncated on LinkedIn (160 chars, max 150)
→ Tighten og:description to ≤150 characters
csis.org
CSIS | Center for Strategic and International Studies
The Center for Strategic and International Studies (CSIS) is a bipartisan, nonprofit policy research organization & think tank analyzing global issues & policy.

- og:title — CSIS | Center for Strategic and International Studies
- og:description — The Center for Strategic and International Studies (CSIS) is a bipartisan, nonprofit policy research organization & t...
- og:image — https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/social_metatag_preview_image/s3/program/160209_CSIS_hea...
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 | button-close | |
| og:site_name | — | |
| twitter:site | — | |
| Organization.name | — |
Consistent
Brand assets
Favicon
8/15single size only
Social share image
20/20og:image + twitter:image set
Meta completeness
14/20Organization schema
0/15Contact info discoverable
10/10contact page, mailto link + tel link
Findings
- Missing brand name in: og:site_name, twitter:site, Organization.name
- Single favicon only — add apple-touch-icon for iOS home-screen and high-DPI support
- 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.
A+Links200 links checked, 200 healthy, 0 brokenPASS
A+Mixed ContentNo mixed content detected — all resources use HTTPS.PASS
A+Structured Data1 JSON-LD block(s) found — structured data is well configured.PASS
JSON-LD Blocks
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebPage",
"@id": "https://www.csis.org/",
"publisher": {
"@type": "Organization",
"@id": "https://csis.org",
"name": "Center for Strategic and International Studies",
"url": "https://csis.org",
"sameAs": [
"https://www.facebook.com/CSIS.org",
"https://x.com/CSIS",
"https://www.instagram.com/csis/",
"https://www.linkedin.com/company/csis",
"https://www.youtube.com/user/csisdc"
]
},
"isAccessibleForFree": "True"
}
]
}