Skip to content
https://goodhousekeeping.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
3
PASS
1
INFO
0
Checks
5
1 PASS 3 REVIEW 1 FIX
F
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.

F

30/100

Site name appears as

Page titleGood Housekeeping: Trusted Home Advice, Product Reviews & Recipes
og:site_nameGood Housekeeping
twitter:site
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

12/15

covers apple-touch-icon

Social share image

0/20

Meta completeness

8/20

Organization schema

0/15

Contact info discoverable

5/10

contact page

Findings

  • Brand name differs across channels — users see inconsistent identity
  • No social share image — shared links render as bare URLs
  • Add an apple-touch-icon and at least two PNG sizes (32x32 + 192x192)
  • og:image missing
  • 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.

C
Open Graph
Action
Open Graph tags are partially configured — some improvements recommended.
REVIEW
Open Graph tags are partially configured — some improvements recommended.
Warning::
Missing og:image
The og:image tag provides a preview image for social sharing.
Info::
og:title is long (65 characters)
Titles over 60 characters may be truncated in social sharing previews.
Got: 65 chars Expected: 25–60 chars
Info::
Missing og:url
The og:url tag specifies the canonical URL for the shared content.
Info::
Missing twitter:card
Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.

The og:image tag provides a preview image for social sharing.

Why this matters

No og:image means social shares are imageless — measurably less engaging than image-cards across every major platform.

Learn more

Twitter, Facebook, and LinkedIn all use og:image (or twitter:image as a fallback) for share-card thumbnails. Without one, the post renders as a text-only card. A 1200x630px image (Twitter's preferred size) covers all platforms.

Source: Open Graph Protocol

URL: 65 chars

Titles over 60 characters may be truncated in social sharing previews.

Expected: 25–60 chars
Why this matters

og:title borderline-too-long — Facebook/LinkedIn may truncate. Aim for ~60-70 characters max.

Source: Open Graph Protocol

The og:url tag specifies the canonical URL for the shared content.

Why this matters

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

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

No image set

goodhousekeeping.com

Good Housekeeping: Trusted Home Advice, Product Reviews & Recipes

Discover expert-tested product reviews, modern home tips, cleaning hacks, recipes and more.

Preview quality · Twitter/X F · 20/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 — Add twitter:image — preview card without an image looks broken
  • twitter:card is missing

    → Add <meta name="twitter:card" content="summary_large_image">

  • No preview image for Twitter/X

    → Add og:image or twitter:image (≥300×157 for summary_large_image)

No image set

GOODHOUSEKEEPING.COM

Good Housekeeping: Trusted Home Advice, Product Reviews & Recipes

Discover expert-tested product reviews, modern home tips, cleaning hacks, recipes and more.

Preview quality · Facebook F · 45/100

Title will be truncated (65 chars / 60 max)

  • og:title — Good Housekeeping: Trusted Home Advice, Product Reviews & Recipes
  • og:description — Discover expert-tested product reviews, modern home tips, cleaning hacks, recipes and more.
  • og:image — Add og:image — preview card without an image looks broken
  • og:type — website
  • og:url — Add og:url — Recommended — canonical URL for the share
  • og:site_name — Good Housekeeping
  • Title will be truncated on Facebook (65 chars, max 60)

    → Shorten og:title to ≤60 characters

  • No preview image for Facebook

    → Add og:image (recommended 1200×630)

No image set

Good Housekeeping: Trusted Home Advice, Product Reviews & Recipes

goodhousekeeping.com

Preview quality · LinkedIn C · 65/100
  • og:title — Good Housekeeping: Trusted Home Advice, Product Reviews & Recipes
  • og:description — Discover expert-tested product reviews, modern home tips, cleaning hacks, recipes and more.
  • og:image — Add og:image — preview card without an image looks broken
  • No preview image for LinkedIn

    → Add og:image (recommended 1200×627)

goodhousekeeping.com

Good Housekeeping: Trusted Home Advice, Product Reviews & Recipes

Discover expert-tested product reviews, modern home tips, cleaning hacks, recipes and more.

Preview quality · Slack B · 80/100
  • og:title — Good Housekeeping: Trusted Home Advice, Product Reviews & Recipes
  • og:description — Discover expert-tested product reviews, modern home tips, cleaning hacks, recipes and more.
  • og:image — Add og:image — preview card without an image looks broken
  • No preview image — Slack unfurl will be text-only

    → Add og:image or twitter:image

Social preview quality

Averaged across Twitter/X, Facebook, LinkedIn, and Slack.

D · 52/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 : ItemList
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": [
      "ItemList",
      "CollectionPage"
    ],
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "url": "https://www.goodhousekeeping.com/holidays/gift-ideas/g71085444/nursing-school-graduation-gifts/",
        "name": "40 Best Nursing Graduation Gifts, According to Real Nurses"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "url": "https://www.goodhousekeeping.com/life/a71075048/meghan-markle-cutout-sneakers/",
        "name": "Meghan Markle Just Wore the Coolest Walking Shoes—and They're On Sale"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "url": "https://www.goodhousekeeping.com/childrens-products/g64705930/best-swim-goggles-for-kids/",
        "name": "7 Best Swim Goggles for Kids, According to Parents"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "url": "https://www.goodhousekeeping.com/life/a34898864/couple-instagram-captions/",
        "name": "Cute Instagram Captions for Couples That Celebrate Your Love"
      },
      {
        "@type": "ListItem",
        "position": 5,
        "url": "https://www.goodhousekeeping.com/entertainment/tv-shows/a71075977/einstein-matthew-gray-gubler-cbs-cast-news/",
        "name": "OMG, Matthew Gray Gubler Just Broke His Silence About His Brand-New TV Gig"
      },
      {
        "@type": "ListItem",
        "position": 6,
        "url": "https://www.goodhousekeeping.com/home/organizing/a71086037/declutter-nightstand-correctly/",
        "name": "An Organizing Expert Shares Tips for How to Declutter Your Nightstand"
      },
      {
        "@type": "ListItem",
        "position": 7,
        "url": "https://www.goodhousekeeping.com/holidays/mothers-day/g70837399/mothers-day-gifts-2026/",
        "name": "42 Meaningful Mother’s Day Gifts to Show Mom You Care"
      },
      {
        "@type": "ListItem",
        "position": 8,
        "url": "https://www.goodhousekeeping.com/holidays/mothers-day/g70963178/mothers-day-gifts-for-wife/",
        "name": "45 Mother's Day Gifts Your Wife This Year"
      },
      {
        "@type": "ListItem",
        "position": 9,
        "url": "https://www.goodhousekeeping.com/holidays/gift-ideas/g1560/gifts-for-mom/",
        "name": "30 Thoughtful Gifts for Mom That Show You Care"
      },
      {
        "@type": "ListItem",
        "position": 10,
        "url": "https://www.goodhousekeeping.com/holidays/mothers-day/g39505042/amazon-gifts-for-mom/",
        "name": "40 Amazon Gifts for Mom That Beat a Bouquet"
      },
      {
        "@type": "ListItem",
        "position": 11,
        "url": "https://www.goodhousekeeping.com/health/diet-nutrition/g70735198/best-protein-powders-for-women/",
        "name": "The Best Protein Powders for Women—for Muscle Gain, Weight Loss, and More"
      },
      {
        "@type": "ListItem",
        "position": 12,
        "url": "https://www.goodhousekeeping.com/appliances/g1996/top-rated-slow-cookers/",
        "name": "5 Best Slow Cookers, Recommended by Our Kitchen Pros  "
      },
      {
        "@type": "ListItem",
        "position": 13,
        "url": "https://www.goodhousekeeping.com/clothing/g70685596/where-to-buy-glasses-online/",
        "name": "The Best Places to Buy Prescription Glasses Online"
      },
      {
        "@type": "ListItem",
        "position": 14,
        "url": "https://www.goodhousekeeping.com/home-products/g27637251/best-toilet-paper/",
        "name": "The Best Toilet Paper"
      },
      {
        "@type": "ListItem",
        "position": 15,
        "url": "https://www.goodhousekeeping.com/home-products/g4138/best-mattress-in-a-box/",
        "name": "10 Best Mattresses in a Box, According to Our 12 Years of Testing"
      },
      {
        "@type": "ListItem",
        "position": 16,
        "url": "https://www.amazon.com/dp/B0011DNXC2",
        "name": "Olay Anti-Aging Face Moisturizer"
      },
      {
        "@type": "ListItem",
        "position": 17,
        "url": "https://www.sephora.com/product/bondi-boost-infrared-heated-round-brush-P510258",
        "name": "BondiBoost Infrared Heated Round Brush"
      },
      {
        "@type": "ListItem",
        "position": 18,
        "url": "https://www.amazon.com/dp/B0FJ313VDR",
        "name": "Tonies Box 2 Audio Player Bundle for Kids"
      },
      {
        "@type": "ListItem",
        "position": 19,
        "url": "https://www.sephora.com/product/flora-gorgeous-gardenia-intense-P517279",
        "name": "Gucci Flora Gorgeous Gardenia Eau de Parfum Intense"
      },
      {
        "@type": "ListItem",
        "position": 20,
        "url": "https://www.goodhousekeeping.com/food-recipes/a43181/mint-pesto-baked-eggs-recipe/",
        "name": "Mint-Pesto Baked Eggs"
      },
      {
        "@type": "ListItem",
        "position": 21,
        "url": "https://www.goodhousekeeping.com/food-recipes/a70627840/thyme-cheddar-scones-recipe/",
        "name": "Savory Cheddar and Thyme Scones"
      },
      {
        "@type": "ListItem",
        "position": 22,
        "url": "https://www.goodhousekeeping.com/food-recipes/a38832814/parsley-pesto-pasta-recipe/",
        "name": "Parsley Pesto Pasta"
      },
      {
        "@type": "ListItem",
        "position": 23,
        "url": "https://www.goodhousekeeping.com/food-recipes/a44040199/cucumber-melon-salad-with-chile-and-cilantro-recipe/",
        "name": "Cucumber-Melon Salad With Chile and Cilantro"
      },
      {
        "@type": "ListItem",
        "position": 24,
        "url": "https://www.goodhousekeeping.com/food-products/a70903311/visp-elixir-2-review/",
        "name": "Anyone Who Drinks Protein Shakes Needs This Genius Gadget"
      },
      {
        "@type": "ListItem",
        "position": 25,
        "url": "https://www.goodhousekeeping.com/home/gardening/a70985546/is-it-okay-to-pick-someone-elses-flowers/",
        "name": "Is It Okay to Pick Flowers From Someone’s Yard? A Gardening Expert Weighs In"
      },
      {
        "@type": "ListItem",
        "position": 26,
        "url": "https://www.goodhousekeeping.com/food-products/a69799726/viking-ocean-cruise-food-review/",
        "name": "My First Cruise Completely Surprised Me—Especially the Food"
      },
      {
        "@type": "ListItem",
        "position": 27,
        "url": "https://www.goodhousekeeping.com/beauty-products/hair-dye-reviews/a70952981/this-is-the-most-cutting-edge-at-home-hair-color-our-scientists-have-seen-in-10-years-of-testing-heres-why/",
        "name": "<strong>This Is the Most Cutting-Edge At-Home Hair Color Our Scientists Have Seen in 10 Years of Testing. Here’s Why.</strong>"
      },
      {
        "@type": "ListItem",
        "position": 28,
        "url": "https://www.goodhousekeeping.com/life/parenting/a70984904/bad-kid-behavior-good-parenting-signs/",
        "name": "If Your Kids Do These \"Bad\" Things, It Could Actually Be a  Sign of Good Parenting"
      },
      {
        "@type": "ListItem",
        "position": 29,
        "url": "https://www.goodhousekeeping.com/life/parenting/a70757575/improve-kids-attention-span/",
        "name": "Experts Say This Is the Key to Improving Kids’ Attention Spans"
      },
      {
        "@type": "ListItem",
        "position": 30,
        "url": "https://www.goodhousekeeping.com/life/parenting/g70898412/etiquette-rules-for-kids/",
        "name": "10 Old-School Etiquette Rules Kids Should Know"
      },
      {
        "@type": "ListItem",
        "position": 31,
        "url": "https://www.goodhousekeeping.com/life/parenting/a70804647/parenting-perimenopause-mom-emotional-support/",
        "name": "No One Prepared Me for the Way Perimenopause Would Change My Parenting"
      },
      {
        "@type": "ListItem",
        "position": 32,
        "url": "https://www.goodhousekeeping.com/beauty-products/a70739777/beauty-awards-2026/",
        "name": "Good Housekeeping Beauty Awards 2026"
      },
      {
        "@type": "ListItem",
        "position": 33,
        "url": "https://www.goodhousekeeping.com/home-products/a70328937/bedding-awards-2026/",
        "name": "Meet the Winners of Good Housekeeping's 2026 Bedding Awards"
      },
      {
        "@type": "ListItem",
        "position": 34,
        "url": "https://www.goodhousekeeping.com/home-products/a69976853/cleaning-awards-2026/",
        "name": "Meet the Winners of Our 2026 Cleaning Awards "
      },
      {
        "@type": "ListItem",
        "position": 35,
        "url": "https://www.goodhousekeeping.com/travel-products/g69530823/best-family-car-awards-2026/",
        "name": "The Best Family Cars of 2026, Tested by Auto Experts and Real Parents"
      },
      {
        "@type": "ListItem",
        "position": 36,
        "url": "https://www.goodhousekeeping.com/entertainment/books/a34686888/gh-book-club/",
        "name": "Join the GH Book Club!"
      },
      {
        "@type": "ListItem",
        "position": 37,
        "url": "https://www.goodhousekeeping.com/about/membership/a32304894/gh-plus-member-portal/",
        "name": "Access All of Your Exclusive GH+ Membership Perks"
      },
      {
        "@type": "ListItem",
        "position": 38,
        "url": "https://www.goodhousekeeping.com/home-products/g70931168/best-organic-mattress-topper/",
        "name": "7 Best Organic Mattress Toppers, According to Bedding Experts"
      },
      {
        "@type": "ListItem",
        "position": 39,
        "url": "https://www.goodhousekeeping.com/home/gardening/g68064346/best-vacuums-for-leaves/",
        "name": "The Best Leaf Vacuums That Make Fall Cleanup Easy"
      },
      {
        "@type": "ListItem",
        "position": 40,
        "url": "https://www.goodhousekeeping.com/home-products/a71076944/lola-blankets-review/",
        "name": "Everyone’s Talking About This Viral Lola Blanket—and It’s 50% Off Today"
      },
      {
        "@type": "ListItem",
        "position": 41,
        "url": "https://www.goodhousekeeping.com/home/organizing/a71086012/declutter-bookshelves-correctly/",
        "name": "A Professional Organizer Shares Her Step-by-Step Guide to Decluttering Bookshelves"
      },
      {
        "@type": "ListItem",
        "position": 42,
        "url": "https://www.goodhousekeeping.com/childrens-products/toy-reviews/g29352000/best-toys-gifts-for-4-year-old-girls/",
        "name": "35 Best Toys and Gifts for 4-Year-Old Girls Who Love to Build, Create, and Explore"
      },
      {
        "@type": "ListItem",
        "position": 43,
        "url": "https://www.goodhousekeeping.com/life/relationships/a43754279/birthday-wishes-for-girlfriend/",
        "name": "135 Heart-Warming Birthday Wishes to Make Your Girlfriend Feel Extra Special"
      },
      {
        "@type": "ListItem",
        "position": 44,
        "url": "https://www.goodhousekeeping.com/entertainment/celebrity-news/a71074961/ncis-new-york-cast-episodes-release-date-news-instagram/",
        "name": "'NCIS' Fans Are Absolutely “Pumped” for This Major TV Bombshell They Never Saw Coming"
      },
      {
        "@type": "ListItem",
        "position": 45,
        "url": "https://www.goodhousekeeping.com/food-products/a70870060/i-tried-krafts-power-mac/",
        "name": "I Tried Kraft’s New High-Protein Mac &amp; Cheese—Here's How it Compares to the Original"
      },
      {
        "@type": "ListItem",
        "position": 46,
        "url": "https://www.goodhousekeeping.com/clothing/a70955219/spring-denim-trends/",
        "name": "These Spring Denim Trends Are Deceptively Easy to Pull Off"
      },
      {
        "@type": "ListItem",
        "position": 47,
        "url": "https://www.goodhousekeeping.com/entertainment/tv-shows/a71073102/is-kelly-clarkson-returning-to-the-voice-2026-season-30-coaches/",
        "name": "Kelly Clarkson Teases a Major Reason Why She May Not Be a Coach on 'The Voice' Season 30"
      },
      {
        "@type": "ListItem",
        "position": 48,
        "url": "https://www.goodhousekeeping.com/beauty-products/a70760988/3-mistakes-you-could-be-making-with-at-home-hair-color/",
        "name": "3 Mistakes You Could Be Making With At-Home Hair Color"
      },
      {
        "@type": "ListItem",
        "position": 49,
        "url": "https://www.goodhousekeeping.com/life/money/a71065566/trader-joes-lawsuit-settlement-2026/",
        "name": "The Trader Joe's Lawsuit Settlement Has Been Announced—Here's What You Need to Know"
      }
    ],
    "numberOfItems": 49,
    "mainEntityOfPage": {
      "@type": [
        "CollectionPage"
      ],
      "@id": "https://www.goodhousekeeping.com/",
      "name": "Good Housekeeping: Trusted Home Advice, Product Reviews & Recipes",
      "headline": "Good Housekeeping",
      "description": "Discover expert-tested product reviews, modern home tips, cleaning hacks, new recipes, health advice and more from Good Housekeeping. Since 1885, we've helped you make smart choices for your home and life."
    },
    "publisher": {
      "@type": "Organization",
      "name": "Good Housekeeping",
      "url": "https://www.goodhousekeeping.com/",
      "brand": {
        "@type": "Thing",
        "name": "Good Housekeeping"
      },
      "sameAs": [
        "https://x.com/goodhousemag",
        "https://www.tiktok.com/@goodhousekeepingofficial",
        "https://www.youtube.com/c/GoodHousekeeping",
        "https://www.facebook.com/GOODHOUSEKEEPING",
        "http://instagram.com/goodhousekeeping",
        "http://www.pinterest.com/goodhousemag/",
        "https://en.wikipedia.org/wiki/Good_Housekeeping"
      ],
      "logo": {
        "@type": "ImageObject",
        "url": "https://www.goodhousekeeping.com/_assets/design-tokens/goodhousekeeping/static/images/logos/logo-jsonld.e7d28d1.png",
        "width": 312,
        "height": 60
      },
      "address": {
        "@type": "PostalAddress",
        "postalCode": "10019",
        "addressRegion": "NY",
        "streetAddress": "300 W 57th Street",
        "addressCountry": "US",
        "addressLocality": "New York"
      },
      "publishingPrinciples": "https://goodhousekeeping.com/about/a28971721/about-us-contact-information-masthead/",
      "parentOrganization": {
        "@type": "NewsMediaOrganization",
        "name": "Hearst Corporation",
        "url": "https://www.hearst.com/magazines",
        "sameAs": [
          "https://en.wikipedia.org/wiki/Hearst_Magazines",
          "https://www.instagram.com/hearstmagazines/",
          "https://www.linkedin.com/company/hearst-magazines/posts/"
        ],
        "address": {
          "postalCode": "10019",
          "addressRegion": "NY",
          "streetAddress": "300 W 57th Street",
          "addressCountry": "US",
          "addressLocality": "New York"
        }
      }
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "WebPage",
    "name": "Good Housekeeping",
    "headline": "Good Housekeeping: Trusted Home Advice, Product Reviews & Recipes",
    "description": "Discover expert-tested product reviews, modern home tips, cleaning hacks, new recipes, health advice and more from Good Housekeeping. Since 1885, we've helped you make smart choices for your home and life.",
    "mainEntityOfPage": {
      "@type": "WebPage",
      "@id": "https://www.goodhousekeeping.com/",
      "image": {
        "@type": "ImageObject",
        "url": "https://www.goodhousekeeping.com/_assets/design-tokens/goodhousekeeping/static/images/logos/logo-jsonld.e7d28d1.png",
        "width": 312,
        "height": 60
      }
    }
  }
]
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