Skip to content
https://architecturaldigest.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
91
GRADE
A
FIX
1
REVIEW
2
PASS
2
INFO
0
Checks
5
2 PASS 2 REVIEW 1 FIX
D
Brand Presence
Action
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
FIX

Brand Presence

Your brand name differs across channels — visitors see inconsistent identity.

D

54/100

Site name appears as

Page titleLargeChevron
og:site_nameArchitectural Digest
twitter:site
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

12/15

covers apple-touch-icon

Social share image

14/20

og:image set; twitter:image missing

Meta completeness

14/20

Organization schema

4/15

Organization schema present but missing all recommended fields

Contact info discoverable

5/10

contact 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.

B
Open Graph
Open Graph tags are partially configured — some improvements recommended.
REVIEW
Open Graph tags are partially configured — some improvements recommended.
Critical::
og:image is not reachable
The og:image URL could not be fetched. Social platforms won't be able to display it.
Got: https://media.architecturaldigest.com/photos/6851555b25a657b35089f7c7/16:9/w_1280,c_limit/meta-image-ad.png
Info::
Missing twitter:card
Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.
URL: https://media.architecturaldigest.com/photos/6851555b25a657b35089f7c7/16:9/w_1280,c_limit/meta-image-ad.png

The og:image URL could not be fetched. Social platforms won't be able to display it.

Why this matters

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.

Why this matters

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.

Preview quality · Twitter/X D · 50/100
  • 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.

Preview quality · Facebook A+ · 100/100
  • 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

Preview quality · LinkedIn A+ · 100/100
  • 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.

Preview quality · Slack A+ · 100/100
  • 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.

A · 87/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
C
Structured Data
Action
1 JSON-LD block(s) found — some improvements recommended.
REVIEW
1 JSON-LD block(s) found — some improvements recommended.
Critical::
Malformed JSON-LD block #1
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 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"

Why this matters

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

Block 1 : Organization
0 properties Invalid
Invalid JSON: 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"
[
  {
    "@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"
    }
  }
]
A+
Mixed Content
No mixed content detected — all resources use HTTPS.
PASS
No mixed content detected — all resources use HTTPS.
Info::
No mixed content detected — all resources use HTTPS
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback