Skip to content
https://dynadot.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
62
GRADE
D
FIX
3
REVIEW
1
PASS
1
INFO
0
Checks
5
1 PASS 1 REVIEW 3 FIX
F
Open Graph
Action
No Open Graph tags found — social sharing previews will be generic.
FIX
No Open Graph tags found — social sharing previews will be generic.
Warning::
No Open Graph meta tags found
Without og:title, og:description, and og:image, social media platforms will generate a generic preview when your page is shared.

Without og:title, og:description, and og:image, social media platforms will generate a generic preview when your page is shared.

Why this matters

Without Open Graph tags, social shares show a broken or empty preview card.

Learn more

When someone shares your URL on Facebook, LinkedIn, Slack, iMessage, or any modern chat app, the preview comes from <meta property="og:*"> tags. Without them you get either no card or whatever fragment the social platform guesses — usually unflattering. The four core og: tags (title, description, image, url) cover what every major platform actually reads.

Source: Open Graph Protocol

Preview

No image set

dynadot.com

No title set

No description

Preview quality · Twitter/X F · 20/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 — 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

DYNADOT.COM

No title set

No description

Preview quality · Facebook F · 5/100

Title will be truncated (61 chars / 60 max)

  • og:title — falling back from <title>
  • og:description — falling back from <meta name=description>
  • og:image — Add og:image — preview card without an image looks broken
  • 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
  • Title will be truncated on Facebook (61 chars, max 60)

    → Shorten og:title to ≤60 characters

  • No preview image for Facebook

    → Add og:image (recommended 1200×630)

No image set

No title set

dynadot.com

Preview quality · LinkedIn D · 55/100
  • og:title — falling back from <title>
  • og:description — falling back from <meta name=description>
  • og:image — Add og:image — preview card without an image looks broken
  • No preview image for LinkedIn

    → Add og:image (recommended 1200×627)

dynadot.com

No title set

No description

Preview quality · Slack C · 70/100
  • og:title — falling back from <title>
  • og:description — falling back from <meta name=description>
  • 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.

F · 37/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
F
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.

F

18/100

Site name appears as

Page titleDynadot
og:site_name
twitter:site
Organization.name

Consistent

Brand assets

Favicon

0/15

Social share image

0/20

Meta completeness

4/20

Organization schema

4/15

Organization schema present but missing all recommended fields

Contact info discoverable

5/10

contact page

Findings

  • Missing brand name in: og:site_name, twitter:site, Organization.name
  • No social share image — shared links render as bare URLs
  • No favicon link tags detected — browsers fall back to the generic globe
  • og:title missing
  • og:image 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
  • 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
Mixed Content
1 HTTP resource(s) loaded on HTTPS page
REVIEW
1 HTTP resource(s) loaded on HTTPS page
Critical::
HTTP link loaded on HTTPS page
Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
Got: http://www.dynadot.com/community/blog/dynadot.rss Expected: https://www.dynadot.com/community/blog/dynadot.rss
URL: http://www.dynadot.com/community/blog/dynadot.rss

Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.

Expected: https://www.dynadot.com/community/blog/dynadot.rss
Why this matters

Mixed content — HTTP resource on HTTPS page. Browser may block silently or warn user.

Source: Google Chrome Security

A
Structured Data
6 JSON-LD block(s) found — structured data is well configured.
PASS
6 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.
Info::
2 blocks of custom type "WebPage" — unable to validate specific properties
Info::
Custom type "Service" — unable to validate specific properties
Info::
6 JSON-LD blocks found

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.dynadot.com/#identity",
      "@type": "Organization",
      "description": "Dynadot is an ICANN accredited domain registrar offering affordable domain names, free privacy, and powerful management tools.",
      "name": "Dynadot",
      "url": "https://www.dynadot.com",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "210 S Ellsworth Ave #345",
        "addressLocality": "San Mateo",
        "addressRegion": "CA",
        "postalCode": "94401",
        "addressCountry": "US"
      },
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "contactType": "Customer Support",
          "telephone": "+1-510-313-0861",
          "areaServed": "Global",
          "availableLanguage": [
            "English",
            "Spanish",
            "Chinese",
            "Arabic",
            "German",
            "Portuguese",
            "French",
            "Russian",
            "Italian",
            "Korean",
            "Japanese",
            "Indonesian"
          ]
        },
        {
          "@type": "ContactPoint",
          "contactType": "Customer Service",
          "email": "support@dynadot.com"
        }
      ],
      "sameAs": [
        "https://twitter.com/dynadot",
        "https://www.facebook.com/dynadot",
        "https://www.linkedin.com/company/dynadot",
        "https://www.instagram.com/dynadot"
      ]
    },
    {
      "@id": "https://www.dynadot.com/#website",
      "@type": "WebSite",
      "inLanguage": "en",
      "name": "Dynadot",
      "url": "https://www.dynadot.com/",
      "potentialAction": [
        {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://www.dynadot.com/domain/search?domain={search_term_string}"
          },
          "query-input": "required name=search_term_string"
        }
      ],
      "publisher": {
        "@id": "https://www.dynadot.com/#organization"
      }
    },
    {
      "@id": "https://www.dynadot.com/#/schema/site-navigation-element/a39bf58",
      "@type": "SiteNavigationElement",
      "name": [
        "Domains",
        "Aftermarket",
        "Tools",
        "Resources",
        "Support"
      ],
      "url": [
        "https://www.dynadot.com/domain",
        "https://www.dynadot.com/market",
        "https://www.dynadot.com/tools",
        "https://www.dynadot.com/resources",
        "https://www.dynadot.com/support"
      ]
    },
    {
      "@id": "https://www.dynadot.com/#logo",
      "@type": "ImageObject",
      "caption": "Dynadot",
      "contentUrl": "https://www.dynadot.com/tr/mainsite2023/navbar-logo-dark-2023.png",
      "inLanguage": "en",
      "url": "https://www.dynadot.com/tr/mainsite2023/navbar-logo-dark-2023.png"
    },
    {
      "@id": "https://www.dynadot.com/#organization",
      "@type": "Organization",
      "logo": "https://www.dynadot.com/tr/mainsite2023/navbar-logo-dark-2023.png",
      "name": "Dynadot",
      "url": "https://www.dynadot.com",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "210 S Ellsworth Ave #345",
        "addressLocality": "San Mateo",
        "addressRegion": "CA",
        "postalCode": "94401",
        "addressCountry": "US"
      },
      "sameAs": [
        "https://twitter.com/dynadot",
        "https://www.facebook.com/dynadot",
        "https://www.linkedin.com/company/dynadot",
        "https://www.instagram.com/dynadot"
      ]
    }
  ]
}
Block 2 : WebPage
8 properties Valid
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "@id": "https://www.dynadot.com/#webpage",
  "name": "Buy a Domain Name - Register, Manage, and Save More | Dynadot",
  "url": "https://www.dynadot.com/",
  "description": "Register domains at low prices with Dynadot - free privacy, 24/7 support, powerful tools, 600+ TLDs.",
  "inLanguage": "en-US",
  "isPartOf": {
    "@type": "WebSite",
    "url": "https://www.dynadot.com/"
  }
}
Block 3 : BreadcrumbList
3 properties Valid
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://www.dynadot.com/"
    }
  ]
}
Block 4 : WebPage
3 properties Valid
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "speakable": {
    "@type": "SpeakableSpecification",
    "xpath": [
      "/html/head/title",
      "//div[@class='menu-title-text']"
    ]
  }
}
Block 5 : FAQPage
3 properties Valid
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "I'm buying a domain for the first time, what should I consider before registering it?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Before registering a domain, evaluate its branding strength, legal risk, long-term usability, and the rules of the specific TLD (top-level domain) you are selecting. A domain name is a long-term digital asset that affects brand credibility, search visibility, and resale value. Consider the following: Branding & memorability: Short, clear, and easy-to-spell names perform better in marketing and reduce user friction. Trademark risk: Check for existing trademarks to avoid legal disputes, forced transfers, or rebranding costs. TLD rules: A TLD (the extension such as .com, .net, or .ai) may have eligibility, renewal, or pricing requirements set by the registry (the organization that operates the extension). Renewal costs: Some domains have higher renewal fees than initial registration prices. Long-term strategy: Determine whether the domain is for active use, brand protection, SEO positioning, or investment resale. Understanding how a registrar (the company through which you register domains) manages renewals, transfers, DNS settings, and privacy options is also important before committing to registration. If you have any questions or concerns, please do not hesitate to reach out to our support team, either at info@dynadot.com or via chat."
      }
    },
    {
      "@type": "Question",
      "name": "How do I register a domain name?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "To register a domain name with Dynadot, follow these steps: 1. Visit the Domain Name Search page. 2. Enter your desired domain name into the search bar to check availability. 3. Click the shopping cart icon next to the available domain to add it to your cart. 4. Open the cart and select \"View Cart\" to review your selection. Note: Domain privacy is automatically included for eligible TLDs unless you have customized your default privacy settings. 5. Click \"Checkout\" and complete the purchase by following the steps. Once your order is processed, you will receive a confirmation email, and the domain will be registered to your Dynadot account."
      }
    },
    {
      "@type": "Question",
      "name": "How much does a domain name cost?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Domain name prices vary by extension (TLD) and transaction type: registration, renewal, or transfer. You can view the full pricing list for your desired domain extension on Dynadot’s pricing pages to see the current costs."
      }
    },
    {
      "@type": "Question",
      "name": "What's included with domain registration?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "When you register a domain with Dynadot, with your full domain ownership rights you get access to a variety of free tools and features to enhance your domain experience: Free logo builder Free email address Free website builder Free domain privacy (for eligible TLDs) Free DNS management Domain forwarding Full API access Comprehensive domain management tools These features are available with every domain registration, making it easy to manage and personalize your domain right from your Dynadot account."
      }
    },
    {
      "@type": "Question",
      "name": "What payment methods does Dynadot support?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Dynadot supports a wide range of payment options, including: Credit/debit cards, PayPal, Skrill, Alipay, Payoneer, eCash, Bank Wire, Money Orders, Cashier’s and Personal Checks, Bank Transfers, Apple Pay, UnionPay, Direct Debit (Checking Account), Crypto, iDEAL, Google Pay, Mercado Pago, Wise. Payments can be made in multiple currencies, including USD, GBP, EUR, CNY, CAD, MXN, BRL, INR, IDR, and AUD. Additionally, you can use account credit for orders."
      }
    },
    {
      "@type": "Question",
      "name": "Is there a way to register several domains at the same time?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes! Dynadot’s bulk domain search tool allows you to search for and register multiple domains simultaneously. Simply enter each domain separated by a comma or space in the search box, run the search, and add the available domains to your cart for registration."
      }
    },
    {
      "@type": "Question",
      "name": "What happens after I register a domain?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "After registering a domain with Dynadot, you will: 1. Receive a confirmation email. 2. See the domain in your Dynadot account control panel. 3. Be able to set up DNS records, email forwarding, domain forwarding, a website, a custom email address, and other related services."
      }
    },
    {
      "@type": "Question",
      "name": "How long does it take for a new domain name to be active after registering it?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A newly registered domain name typically becomes active and usable within 0 to 48 hours after registration, although most are active within a few hours. This can vary by TLD."
      }
    },
    {
      "@type": "Question",
      "name": "How do I access and manage my domain settings once it’s registered?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Dynadot provides a centralized and secure domain management platform that makes managing your domains simple and efficient. Key features include: Smart Folders: Organize domains into folders for easy access and apply settings like Whois privacy or DNS configurations. Domain Default Settings: Set default options for new domains, including preferences specific to TLDs. Bulk Domain Adjustments: Update multiple domains at once to save time. Filtering: Quickly locate and manage specific domains using built-in filters. All of these tools are available through Dynadot’s user-friendly control panel, designed to support both small and large domain portfolios."
      }
    },
    {
      "@type": "Question",
      "name": "Do you offer domain privacy protection?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, Dynadot offers two domain privacy options: Partial privacy: Hides all personal information except your name. Full privacy: Hides all personal information, including your name. Domain privacy is added automatically with your domain registration, unless you change that in your privacy settings. Most top-level domains (TLDs) support privacy protection, but some TLDs don't support privacy protection due to registry restrictions."
      }
    },
    {
      "@type": "Question",
      "name": "If I register a domain, do I have to put my real name/address in Whois?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, accurate registrant information is required when registering a domain. Providing false contact details can violate registration agreements and may lead to suspension or loss of the domain. Whois is the public record of domain ownership information required by ICANN (the Internet Corporation for Assigned Names and Numbers). However: Most TLDs support domain privacy, which replaces your public contact details with proxy information. The registrar retains your verified real information internally. Privacy does not eliminate legal obligations or prevent court-ordered disclosures. Accurate ownership records are essential for transfers, dispute resolution, and asset verification during resale transactions."
      }
    },
    {
      "@type": "Question",
      "name": "What happens if I forget to renew my domain?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "If you forget to renew your domain, it typically enters a grace period during which you can renew it at the standard renewal price, but timelines vary by TLD. Failing to renew within that period can result in deletion, auction, or permanent loss. Most domains follow this lifecycle: 1. Expiration Date – The domain stops resolving if not renewed. 2. Grace Renewal Period (often up to 30 days, depending on the registry) – Renewal at regular cost is usually still possible. 3. Redemption Period – The domain may require a higher restoration fee. 4. Pending Delete Period – Final countdown before the domain is released to the public. 5. Public Re-registration – If not purchased, it becomes available to anyone. Some TLDs have shorter timelines or different policies. For investors, expired domains can attract competitive bidding due to traffic history, backlinks, or brandability, increasing reacquisition costs. Enabling auto-renew and maintaining valid payment methods reduces asset loss risk."
      }
    },
    {
      "@type": "Question",
      "name": "Can I transfer my existing domain to Dynadot?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, you can transfer your domain to Dynadot! Here's how: 1. Before you start: Ensure your domain is at least 60 days old and unlocked. Obtain the authorization code from your current registrar. We recommend initiating the transfer at least two weeks before the domain's expiration. 2. Start the transfer: Visit our domain transfer page, enter your domain and authorization code, and then click Transfer. The domain is added to your cart and you can proceed to checkout. 3. After completion: You'll receive email updates as the transfer progresses, including confirmation and completion emails. One year is usually added to your domain's expiration date upon transfer, with some exceptions."
      }
    },
    {
      "@type": "Question",
      "name": "Why is my personal website offline?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A website can go offline due to DNS misconfiguration, domain expiration, hosting issues, or registry suspension. The cause is usually technical rather than permanent. Common reasons include: DNS Propagation Delay: After updating name servers or DNS records (Domain Name System settings that direct traffic to your hosting server), changes can take 5 minutes to 48 hours to fully propagate globally. Incorrect DNS Records: Mistyped A, AAAA, CNAME, or MX records can prevent resolution. Hosting Configuration Errors: The domain may not be properly linked to your hosting account. Domain Expiration: An expired domain stops resolving until renewed. Registry or Compliance Suspension: Domains may be suspended for policy violations, inaccurate contact data, or abuse reports. If DNS is correctly configured and the domain is active, the issue may be server-side rather than registrar-related. Checking DNS records, expiration status, and hosting configuration typically identifies the root cause. If you aren't sure, please contact our team at either info@dynadot.com or via Chat, and we will be happy to take a look."
      }
    }
  ]
}
Block 6 : Service
6 properties Valid
{
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "域名注册服务",
  "serviceType": "Domain Registration",
  "areaServed": "CN",
  "provider": {
    "@id": "https://www.dynadot.com/#organization"
  }
}
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback