Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.DBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsFIX
Brand Presence
Your brand name differs across channels — visitors see inconsistent identity.
D
46/100
Site name appears as
| Page title | Breaking News, Latest News and Videos | |
| og:site_name | ABC News | |
| twitter:site | — | |
| Organization.name | — |
Inconsistent — names differ across channels
Brand assets
Favicon
8/15single size only
Social share image
14/20og:image set; twitter:image missing
Meta completeness
14/20Organization schema
0/15Contact info discoverable
5/10contact page
Findings
- Brand name differs across channels — users see inconsistent identity
- Add twitter:image — Twitter falls back to og:image only when it's larger than 300×157
- 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
- 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.
BLinks200 links checked, 196 healthy, 3 brokenREVIEW
Broken Links (3)
| Status | URL | Found in | Error |
|---|---|---|---|
| 404 | https://fastcast.semfs.engsvc.go.com | <link> | Not Found |
| 404 | https://cdn.registerdisney.go.com | <link> | Not Found |
| ERR | https://tags.bkrtx.com/js/bk-coretag.js | <script> | Get "https://tags.bkrtx.com/js/bk-coreta... |
Redirects (1)
| URL | Destination | Found in | Hops |
|---|---|---|---|
| https://abcnews.com/WN/ | https://abcnews.com/WN/ | <a> | 0 |
BOpen GraphOpen Graph tags are partially configured — some improvements recommended.REVIEW
https://s.abcnews.com/images/US/abc_news_default_2000x2000_update_16x9_992.jpgThe 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
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

abcnews.com
ABC News - Breaking News, Latest News and Videos
Your trusted source for breaking news, analysis, exclusive interviews, headlines, and videos at ABCNews.com
- 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">

ABCNEWS.COM
ABC News - Breaking News, Latest News and Videos
Your trusted source for breaking news, analysis, exclusive interviews, headlines, and videos at ABCNews.com
- og:title — ABC News - Breaking News, Latest News and Videos
- og:description — Your trusted source for breaking news, analysis, exclusive interviews, headlines, and videos at ABCNews.com
- og:image — https://s.abcnews.com/images/US/abc_news_default_2000x2000_update_16x9_992.jpg
- og:type — website
- og:url — https://abcnews.com
- og:site_name — ABC News

ABC News - Breaking News, Latest News and Videos
abcnews.com
- og:title — ABC News - Breaking News, Latest News and Videos
- og:description — Your trusted source for breaking news, analysis, exclusive interviews, headlines, and videos at ABCNews.com
- og:image — https://s.abcnews.com/images/US/abc_news_default_2000x2000_update_16x9_992.jpg
abcnews.com
ABC News - Breaking News, Latest News and Videos
Your trusted source for breaking news, analysis, exclusive interviews, headlines, and videos at ABCNews.com

- og:title — ABC News - Breaking News, Latest News and Videos
- og:description — Your trusted source for breaking news, analysis, exclusive interviews, headlines, and videos at ABCNews.com
- og:image — https://s.abcnews.com/images/US/abc_news_default_2000x2000_update_16x9_992.jpg
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 | ⚠ | — | — | — |
A+Mixed ContentNo mixed content detected — all resources use HTTPS.PASS
A+Structured Data2 JSON-LD block(s) found — structured data is well configured.PASS
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",
"@type": "WebSite",
"name": "ABC News",
"url": "https://abcnews.com/",
"alternateName": "ABC News"
}{
"@context": "https://schema.org",
"@type": "WebPage",
"url": "https://abcnews.com/",
"primaryImageOfPage": {
"@type": "ImageObject",
"contentUrl": "https://s.abcnews.com/images/US/abc_news_default_2000x2000_update_16x9_992.jpg"
}
}