Skip to content
https://vanityfair.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_nameVanity Fair
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.vanityfair.com/photos/6942d969a08b69d84d4eca6a/16:9/w_1280,c_limit/logo.png
Info::
Missing twitter:card
Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.
URL: https://media.vanityfair.com/photos/6942d969a08b69d84d4eca6a/16:9/w_1280,c_limit/logo.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

vanityfair.com

Vanity Fair - Entertainment, Politics, and Fashion News

Entertainment, TV, politics, celebrity, fashion, and beauty news and commentary.

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">

VANITYFAIR.COM

Vanity Fair - Entertainment, Politics, and Fashion News

Entertainment, TV, politics, celebrity, fashion, and beauty news and commentary.

Preview quality · Facebook A+ · 100/100
  • og:title — Vanity Fair - Entertainment, Politics, and Fashion News
  • og:description — Entertainment, TV, politics, celebrity, fashion, and beauty news and commentary.
  • og:image — https://media.vanityfair.com/photos/6942d969a08b69d84d4eca6a/16:9/w_1280,c_limit/logo.png
  • og:type — website
  • og:url — https://www.vanityfair.com/
  • og:site_name — Vanity Fair

Vanity Fair - Entertainment, Politics, and Fashion News

vanityfair.com

Preview quality · LinkedIn A+ · 100/100
  • og:title — Vanity Fair - Entertainment, Politics, and Fashion News
  • og:description — Entertainment, TV, politics, celebrity, fashion, and beauty news and commentary.
  • og:image — https://media.vanityfair.com/photos/6942d969a08b69d84d4eca6a/16:9/w_1280,c_limit/logo.png

vanityfair.com

Vanity Fair - Entertainment, Politics, and Fashion News

Entertainment, TV, politics, celebrity, fashion, and beauty news and commentary.

Preview quality · Slack A+ · 100/100
  • og:title — Vanity Fair - Entertainment, Politics, and Fashion News
  • og:description — Entertainment, TV, politics, celebrity, fashion, and beauty news and commentary.
  • og:image — https://media.vanityfair.com/photos/6942d969a08b69d84d4eca6a/16:9/w_1280,c_limit/logo.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": "Vanity Fair",
    "logo": {
      "@type": "ImageObject",
      "url": "https://www.vanityfair.com/verso/static/vanityfair-global/assets/newsletter-social.jpg",
      "width": "500px",
      "height": "114px"
    },
    "url": "https://www.vanityfair.com"
  },
  {
    "@context": "https://schema.org",
    "@type": "WebSite",
    "url": "https://www.vanityfair.com",
    "name": "Vanity Fair",
    "headline": "Vanity Fair -  Entertainment, Politics, and Fashion News",
    "potentialAction": {
      "@type": "SearchAction",
      "target": "https://www.vanityfair.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": "*The Devil Wears Prada 2*’s World Premiere Was “Like Coachella for Queer People”",
        "url": "https://www.vanityfair.com/hollywood/story/the-devil-wears-prada-2s-world-premiere-party-report",
        "position": 1
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "On the Hunt for Old Armani? Look No Further",
        "url": "https://www.vanityfair.com/style/story/armani-archivio-collection-2026",
        "position": 2
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "Meet the Man Who Will Get Inside Trump’s Mind",
        "url": "https://www.vanityfair.com/news/story/mentalist-oz-pearlman",
        "position": 3
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "Jesmyn Ward Will Soon Publish *On Witness and Respair.* Read the Exclusive Excerpt.",
        "url": "https://www.vanityfair.com/culture/story/jesmyn-ward-excerpt",
        "position": 4
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "Does David Brooks Know the Secrets of Lasting Love? I Went to Yale to Find Out",
        "url": "https://www.vanityfair.com/style/story/david-brooks-love-lecture-yale",
        "position": 5
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "Sam Altman Returns to the Spotlight as Hollywood and Tech Collide at the Breakthrough Prize",
        "url": "https://www.vanityfair.com/hollywood/story/sam-altman-breakthrough-prize",
        "position": 6
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "Can Everyone Just Be Normal? Noah Wyle, Chappell Roan, and the Wretched Rise of Toxic Fandoms",
        "url": "https://www.vanityfair.com/hollywood/story/the-pitt-heated-rivalry-toxic-fans",
        "position": 7
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "Zendaya’s Met Gala Style Evolution: All of Her Looks So Far",
        "url": "https://www.vanityfair.com/style/photos/zendaya-met-gala-style-evolution-all-of-her-looks-so-far",
        "position": 8
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "A Never-Before-Seen Image of Elizabeth II Unveiled In Honor of Her 100th Birthday",
        "url": "https://www.vanityfair.com/style/story/never-before-seen-image-of-elizabeth-ii-unveiled-ahead-of-her-100th-birthday",
        "position": 9
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "King Charles Remembers His “Darling Mama” on What Would Have Been Queen Elizabeth’s 100th Birthday",
        "url": "https://www.vanityfair.com/style/story/king-charles-queen-elizabeths-100th-birthday",
        "position": 10
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "*Michael* Moonwalks Into Hollywood to Much Fanfare",
        "url": "https://www.vanityfair.com/hollywood/story/michael-jackson-movie-premeire",
        "position": 11
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "All the Looks From the *Devil Wears Prada 2* World Premiere",
        "url": "https://www.vanityfair.com/hollywood/photos/all-the-looks-from-the-devil-wears-prada-2-world-premiere",
        "position": 12
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "It’s LACMA’s World, and Hollywood Wants to Play in It",
        "url": "https://www.vanityfair.com/culture/story/its-lacmas-world-and-hollywood-wants-to-play-in-it",
        "position": 13
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "As Teens, They Started a Billion-Dollar Company. Now They Want to Shape the Future.",
        "url": "https://www.vanityfair.com/news/story/aaru-founders-ai-simulation",
        "position": 14
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "Apocalypse Later",
        "url": "https://www.vanityfair.com/news/story/wall-street-trump-iran-war",
        "position": 15
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "Can OnlyFans Save Fashion?",
        "url": "https://www.vanityfair.com/style/story/can-onlyfans-save-fashion",
        "position": 16
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "Can a Pro-Tech Podcast Solve OpenAI’s PR Woes?",
        "url": "https://www.vanityfair.com/news/story/openai-tbpn-podcast",
        "position": 17
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "The Rothschild Who Wasn’t, Part II: Arrested in Miami",
        "url": "https://www.vanityfair.com/culture/story/the-rothschild-who-wasnt-part-ii-arrested-in-miami",
        "position": 18
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "Exclusive: OpenAI Preps Policy Push to “Rethink the Social Contract”",
        "url": "https://www.vanityfair.com/news/story/openai-new-model-superintelligence-policy-push",
        "position": 19
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "name": "",
        "url": "https://www.vanityfair.com/video/watch/hot-seat-vf-hot-seat-the-boys-s5",
        "position": 20
      }
    ],
    "numberOfItems": 20,
    "mainEntityOfPage": {
      "@context": "https://schema.org",
      "@type": "CollectionPage",
      "@id": "https://www.vanityfair.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