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
54/100
Site name appears as
| Page title | LargeChevron | |
| og:site_name | Architectural Digest | |
| twitter:site | — | |
| Organization.name | — |
Inconsistent — names differ across channels
Brand assets
Favicon
12/15covers apple-touch-icon
Social share image
14/20og:image set; twitter:image missing
Meta completeness
14/20Organization schema
4/15Organization schema present but missing all recommended fields
Contact 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
- Add an apple-touch-icon and at least two PNG sizes (32x32 + 192x192)
- twitter:card missing
- Organization schema missing logo — add a logo property pointing to a square PNG
- Organization schema missing url — point it at the canonical homepage
- 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.
BOpen GraphOpen Graph tags are partially configured — some improvements recommended.REVIEW
https://media.architecturaldigest.com/photos/6851555b25a657b35089f7c7/16:9/w_1280,c_limit/meta-image-ad.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
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

architecturaldigest.com
Architectural Digest Homepage
Architectural Digest is the international design authority, featuring the work of top architects and designers.
- 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">

ARCHITECTURALDIGEST.COM
Architectural Digest Homepage
Architectural Digest is the international design authority, featuring the work of top architects and designers.
- og:title — Architectural Digest Homepage
- og:description — Architectural Digest is the international design authority, featuring the work of top architects and designers.
- og:image — https://media.architecturaldigest.com/photos/6851555b25a657b35089f7c7/16:9/w_1280,c_limit/meta-image-ad.png
- og:type — website
- og:url — https://www.architecturaldigest.com/
- og:site_name — Architectural Digest

Architectural Digest Homepage
architecturaldigest.com
- og:title — Architectural Digest Homepage
- og:description — Architectural Digest is the international design authority, featuring the work of top architects and designers.
- og:image — https://media.architecturaldigest.com/photos/6851555b25a657b35089f7c7/16:9/w_1280,c_limit/meta-image-ad.png
architecturaldigest.com
Architectural Digest Homepage
Architectural Digest is the international design authority, featuring the work of top architects and designers.

- og:title — Architectural Digest Homepage
- og:description — Architectural Digest is the international design authority, featuring the work of top architects and designers.
- og:image — https://media.architecturaldigest.com/photos/6851555b25a657b35089f7c7/16:9/w_1280,c_limit/meta-image-ad.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 | ⚠ | — | — | — |
CStructured DataAction1 JSON-LD block(s) found — some improvements recommended.REVIEW
JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https://schema.org\n\t^...............................\n"
JSON-LD block fails to parse — Google ignores the entire block, so structured data effectively isn't there.
Learn more ▾ ▴
Common causes: trailing comma, single quotes instead of double, unescaped quote in a string value. Validate at https://validator.schema.org/ or Search Console's Rich Results Test.
Source: schema.org / Google Search Central
JSON-LD Blocks
[
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Architectural Digest",
"logo": {
"@type": "ImageObject",
"url": "https://www.architecturaldigest.com/verso/static/architecturaldigest-global/assets/ad_daily_social.jpg",
"width": "152px",
"height": "100px"
},
"url": "https://www.architecturaldigest.com"
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://www.architecturaldigest.com",
"name": "Architectural Digest",
"headline": "Architectural Digest Homepage",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.architecturaldigest.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Home Tours",
"url": "https://www.architecturaldigest.com/visual-story/home-tours",
"position": 1
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Design Inspiration",
"url": "https://www.architecturaldigest.com/visual-story/design-inspiration",
"position": 2
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Celebrity Open Door",
"url": "https://www.architecturaldigest.com/visual-story/celebrity-open-door",
"position": 3
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Where To Travel",
"url": "https://www.architecturaldigest.com/visual-story/ad-where-to-travel",
"position": 4
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Iconic Architecture",
"url": "https://www.architecturaldigest.com/visual-story/architecture",
"position": 5
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Design News",
"url": "https://www.architecturaldigest.com/visual-story/ad-pro-industry-news",
"position": 6
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Dabito Builds His Color-Soaked Home From the Ground Up in New Orleans",
"url": "https://www.architecturaldigest.com/story/dabito-new-orleans-house",
"position": 7
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "This Italian Poet’s 280-Square-Foot Apartment Is Inspired by Russian Nesting Dolls and *A Clockwork Orange*",
"url": "https://www.architecturaldigest.com/story/this-italian-poets-280-square-foot-apartment-is-inspired-by-russian-nesting-dolls-and-a-clockwork-orange",
"position": 8
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Hundreds of Diane Keaton’s Belongings Are Going up For Auction—Including the *Annie Hall* Script",
"url": "https://www.architecturaldigest.com/story/hundreds-of-diane-keatons-belongings-are-going-up-for-auction",
"position": 9
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Where Does Madonna Live? Here’s Where the Queen of Pop Has Held Court Over the Years",
"url": "https://www.architecturaldigest.com/story/where-does-madonna-live-the-queen-of-pop",
"position": 10
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Seth Rogen’s “Eat, Glaze, Love” Tour of Italy Inspired Houseplant’s New Collection",
"url": "https://www.architecturaldigest.com/story/seth-rogens-eat-glaze-love-tour-of-italy-inspired-houseplants-new-collection",
"position": 11
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "At Home in Brooklyn, Mark Grattan Rolls Up His Sleeves",
"url": "https://www.architecturaldigest.com/story/mark-grattan-brooklyn-apartment",
"position": 12
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "",
"url": "https://www.architecturaldigest.com/video/watch/open-door-inside-kendall-jenners-cozy-mountain-home",
"position": 13
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "This Designer Renovated His Best Friend’s Upper East Side Apartment—Relationship Still Intact",
"url": "https://www.architecturaldigest.com/story/noah-ruttenberg-eugenia-zobel-de-ayala-upper-east-side-apartment",
"position": 14
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "In Their Ray Kappe Home, Alexandra Kerry and Julien Dobbs-Higginson Blend the Old and New",
"url": "https://www.architecturaldigest.com/story/kate-driver-alexandra-kerry-and-julien-dobbs-higginson-ray-kappe-home",
"position": 15
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "This Maine Cabin Got a Gut Renovation—but Kept Its Summer Camp Soul",
"url": "https://www.architecturaldigest.com/story/gregory-rockwell-interiors-maine-cabin-renovation",
"position": 16
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Nate Berkus Went on a “No-Holds-Barred” Vintage Hunt for This Tribeca Home",
"url": "https://www.architecturaldigest.com/story/nate-berkus-historic-tribeca-home",
"position": 17
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "The Brief for This Palm Beach Home Included “Secret Doors and Magic Wands”",
"url": "https://www.architecturaldigest.com/story/monique-gibson-ferguson-and-shamamian-architects-palm-beach",
"position": 18
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Shop Rachel Brosnahan’s Open Door",
"url": "https://www.architecturaldigest.com/shopping/rachel-brosnahan-open-door",
"position": 19
},
{
"@context": "https://schema.org",
"@type": "ListItem",
"name": "Shop Kate Upton & Justin Verlander’s Open Door",
"url": "https://www.architecturaldigest.com/shopping/justin-verlander-kate-upton-open-door",
"position": 20
}
],
"numberOfItems": 20,
"mainEntityOfPage": {
"@context": "https://schema.org",
"@type": "CollectionPage",
"@id": "https://www.architecturaldigest.com"
}
}
]ALinks200 links checked, 199 healthy, 1 brokenPASS
Broken Links (3)
| Status | URL | Found in | Error |
|---|---|---|---|
| 404 | https://securepubads.g.doubleclick.net | <link> | Not Found |
| 403 | https://ads-static.conde.digital | <link> | Forbidden |
| 403 | https://6sense.com/privacy-policy/ | <a> | Forbidden |
Redirects (3)
| URL | Destination | Found in | Hops |
|---|---|---|---|
| https://cdn.gladly.com/chat-sdk/widget.j... | https://cdn.gladly.com/chat-sdk/widget.j... | <script> | 0 |
| https://www.abcsinsights.com/privacy/ad-... | https://www.abcsinsights.com/privacy/ad-... | <a> | 0 |
| https://architecturaldigest.com/auth/ini... | https://architecturaldigest.com/auth/ini... | <a> | 0 |