Skip to content
https://name.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
75
GRADE
C
FIX
3
REVIEW
0
PASS
2
INFO
0
Checks
5
2 PASS 3 FIX
F
Open Graph
Action
Open Graph tags need attention — social sharing previews may be incomplete.
FIX
Open Graph tags need attention — social sharing previews may be incomplete.
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://name.com/_nuxt/ogimage.WjYw3rHo.jpeg
Warning::
Missing og:title
The og:title tag controls the title shown in social sharing previews.
Warning::
Missing og:description
The og:description tag controls the description in social sharing previews.
Info::
Missing og:url
The og:url tag specifies the canonical URL for the shared content.
Info::
Missing og:type
The og:type tag helps social platforms categorize the content.
Info::
Missing og:site_name
The og:site_name tag displays the website name in social previews.
Info::
Missing twitter:card
Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.
URL: https://name.com/_nuxt/ogimage.WjYw3rHo.jpeg

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

The og:title tag controls the title shown in social sharing previews.

Why this matters

Without og:title, social shares fall back to the <title> tag — usually awkwardly truncated or branded for SEO not social.

Learn more

og:title controls what appears as the headline in social-share cards (Twitter, Facebook, LinkedIn, Slack, iMessage). When omitted, platforms fall back to <title>, which is usually optimized for SEO (longer, brand-suffixed) and reads badly in social context. A 50-60-character og:title gives a clean preview.

Source: Open Graph Protocol

The og:description tag controls the description in social sharing previews.

Why this matters

No og:description means social cards either show no subtitle or scrape the first paragraph — usually unflattering.

Learn more

Without og:description, social platforms either render no subtitle or pull whatever text appears first on the page. The first paragraph is rarely written for share-card context. A purpose-written 150-200 character og:description gives a polished card.

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

The og:type tag helps social platforms categorize the content.

Why this matters

Default og:type is 'website' but the right value (article, product, profile) unlocks richer metadata fields and higher engagement.

Learn more

og:type controls which other og: fields a platform respects. og:type=article enables og:article:published_time, author, and section — surfaced in news cards. og:type=product enables price/availability fields surfaced by Pinterest and shopping integrations. Default 'website' silently disables those.

Source: Open Graph Protocol

The og:site_name tag displays the website name in social previews.

Why this matters

Without og:site_name, social cards omit the brand attribution — users see the post but not who published it.

Learn more

og:site_name appears in the social card chrome (above the title in Facebook/LinkedIn previews). Without it, posts read as anonymous URLs. Set it to your brand name to get free attribution on every share.

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

name.com

No title set

No description

Preview quality · Twitter/X D · 50/100
  • twitter:card — Add <meta name="twitter:card" content="summary_large_image">
  • twitter:title — falling back from <title>
  • twitter:description — falling back from <meta name=description>
  • twitter:image — falling back from og:image
  • twitter:card is missing

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

NAME.COM

No title set

No description

Preview quality · Facebook F · 45/100
  • og:title — falling back from <title>
  • og:description — falling back from <meta name=description>
  • og:image — https://name.com/_nuxt/ogimage.WjYw3rHo.jpeg
  • og:type — Add og:type — Recommended — tells Facebook the content category
  • og:url — Add og:url — Recommended — canonical URL for the share
  • og:site_name — Add og:site_name — Recommended — site-level brand line in the preview

No title set

name.com

Preview quality · LinkedIn A · 90/100
  • og:title — falling back from <title>
  • og:description — falling back from <meta name=description>
  • og:image — https://name.com/_nuxt/ogimage.WjYw3rHo.jpeg

name.com

No title set

No description

Preview quality · Slack A · 90/100
  • og:title — falling back from <title>
  • og:description — falling back from <meta name=description>
  • og:image — https://name.com/_nuxt/ogimage.WjYw3rHo.jpeg

Social preview quality

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

C · 68/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
D
Brand Presence
Action
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
FIX

Brand Presence

Partial brand coverage — a few channels are missing brand signals.

D

43/100

Site name appears as

Page titlename.com
og:site_name
twitter:site
Organization.name

Consistent

Brand assets

Favicon

12/15

covers apple-touch-icon + SVG

Social share image

14/20

og:image set; twitter:image missing

Meta completeness

8/20

Organization schema

4/15

Organization schema present but missing all recommended fields

Contact info discoverable

0/10

no contact info discoverable

Findings

  • Missing brand name in: og:site_name, twitter:site, Organization.name
  • 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)
  • og:title missing
  • 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
  • No discoverable contact info — trust signal is weak, legal risk is higher in regulated regions

How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.

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
A
Structured Data
1 JSON-LD block(s) found — structured data is well configured.
PASS
1 JSON-LD block(s) found — structured data is well configured.
Warning::
Missing required property "name" for Organization
The "name" property is required for the Organization schema type.
Info::
Missing recommended property "url" for Organization
Adding "url" can improve how search engines display your content.
Info::
Missing recommended property "logo" for Organization
Adding "logo" can improve how search engines display your content.
Info::
Missing recommended property "sameAs" for Organization
Adding "sameAs" can improve how search engines display your content.

The "name" property is required for the Organization schema type.

Why this matters

Schema markup missing required properties is silently rejected by Google — your structured data appears in source but never as a rich result.

Learn more

Each schema.org type has required properties (Article needs headline + author + datePublished; Product needs name + offers; etc.). Missing them means Google's rich-result eligibility check fails. The Search Console Rich Results Test surfaces specific gaps. Fix the missing property; rich results re-appear within hours.

Source: Google Search Central / schema.org

Adding "url" can improve how search engines display your content.

Why this matters

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 "logo" can improve how search engines display your content.

Why this matters

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 "sameAs" can improve how search engines display your content.

Why this matters

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

Block 1 : Organization
2 properties Valid
Missing required property: name
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://www.name.com#organization",
      "alternateName": "Name.com",
      "description": "Name.com, Inc is a leading domain registrar and web services company providing domain name registration, SSL certificates, website hosting, and related services.",
      "foundingDate": "2003",
      "legalName": "Name.com, Inc.",
      "logo": "https://www.name.com/media/logo/namelogo.png",
      "name": "Name.com, Inc",
      "url": "https://www.name.com",
      "@type": [
        "Organization",
        "Corporation"
      ],
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "414 14th Street #200",
        "addressLocality": "Denver",
        "addressRegion": "CO",
        "postalCode": "80202",
        "addressCountry": "US"
      },
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+1-720-249-2374",
          "faxNumber": "+1-720-235-0091",
          "contactType": "customer support",
          "areaServed": "Worldwide"
        }
      ],
      "founder": {
        "@type": "Person",
        "name": "William Mushkin"
      },
      "knowsAbout": [
        "DNS Management",
        "Domain Name Registration",
        "Domain Name Management",
        "Domain Privacy Protection",
        "Domain Transfers",
        "Email Hosting",
        "Professional Email Solutions",
        "SSL Certificates",
        "Web Hosting",
        "Website Builders"
      ],
      "numberOfEmployees": {
        "@type": "QuantitativeValue",
        "minValue": 40,
        "maxValue": 50
      },
      "parentOrganization": {
        "@type": "Corporation",
        "name": "Identity Digital Inc."
      },
      "sameAs": [
        "https://www.facebook.com/namedotcom",
        "https://www.instagram.com/namedotcom/",
        "https://www.youtube.com/@namedotcom",
        "https://www.twitter.com/namedotcom",
        "https://www.linkedin.com/company/name-com"
      ]
    },
    {
      "@id": "https://www.name.com#website",
      "@type": "WebSite",
      "url": "https://www.name.com",
      "potentialAction": [
        {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://www.name.com/domain/search/{search_term_string}"
          },
          "query-input": "required name=search_term_string",
          "name": "Search for domain names",
          "description": "Search for available domain names to register"
        }
      ],
      "publisher": {
        "@id": "https://www.name.com#organization"
      }
    },
    {
      "@id": "https://www.name.com#/schema/question/1",
      "@type": "Question",
      "name": "Why should I register my domain with name.com?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Registering a domain with name.com is as easy as a few clicks! Enter your desired domain name in the search bar, and we'll let you know if it's available. We'll also give you all the possible variations of your domain choice, from .com to .xyz so you can find creative alternatives or purchase them all to protect your online identity. Once you've found the perfect domain name, add it to your cart, proceed to checkout, and follow the simple steps to complete your new domain name registration."
      }
    },
    {
      "@id": "https://www.name.com#/schema/question/2",
      "@type": "Question",
      "name": "What are the different domain extensions (TLDs) available for purchase on name.com?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "At name.com, we offer a wide array of domain extensions, from .com and .net to relevant, creative options like .ai, .bio, and many more. Whatever your online identity needs, we've got the perfect TLD waiting for you to claim it!"
      }
    },
    {
      "@id": "https://www.name.com#/schema/question/3",
      "@type": "Question",
      "name": "How long can I register a domain name for?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Most domains can be registered for up to 10 years, but registration terms vary by TLD. Doing a domain name search for your preferred domain is the best way to find out for sure."
      }
    },
    {
      "@id": "https://www.name.com#/schema/question/4",
      "@type": "Question",
      "name": "What is WHOIS privacy protection, and do I need it for my domain name?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "WHOIS privacy protection shields the domain owner's personal contact information from public view in the WHOIS Database, protecting your privacy. While it's not mandatory, we highly recommend it to keep your personal data safe from spammers and prying eyes."
      }
    },
    {
      "@id": "https://www.name.com#/schema/question/5",
      "@type": "Question",
      "name": "Are there any restrictions on domain name registration?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "While most TLDs have straightforward registration rules, some may have specific requirements or character limits. name.com provides detailed information for each TLD, ensuring you have all the necessary information to make the right choice."
      }
    },
    {
      "@id": "https://www.name.com#/schema/question/6",
      "@type": "Question",
      "name": "How does domain name renewal work on name.com?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Renewing your domain with name.com is hassle-free. Simply log into your account, locate your domain in the dashboard, and follow our user-friendly renewal instructions. Your online presence stays uninterrupted, and you continue to own your domain without a hitch! You can also configure your domain for automatic renewal when purchasing a registration. As long as your payment profile remains valid, your domain will automatically renew prior to its expiration date."
      }
    },
    {
      "@id": "https://www.name.com#/schema/question/7",
      "@type": "Question",
      "name": "Are there any web services or domain name features I can purchase along with my domain name?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, we offer a host of additional services to enhance your online presence. From web hosting and email hosting to website builders and SSL certificates, we have everything you need to take your website to the next level. Browse our options during the checkout process or within your account dashboard. We're your one-stop shop for all things web-related!"
      }
    }
  ]
}
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback