Skip to content
https://wpbeginner.com

Content

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

Brand Presence

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

C

65/100

Site name appears as

Page titleBeginner's Guide for WordPress
og:site_nameWPBeginner
twitter:site@wpbeginner
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

0/15

Contact info discoverable

5/10

contact page

Findings

  • Brand name differs across channels — users see inconsistent identity
  • 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.

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
Open Graph
Open Graph tags are well configured for social sharing.
PASS
Open Graph tags are well configured for social sharing.
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://www.wpbeginner.com/wp-content/uploads/2012/07/logo.jpg
URL: https://www.wpbeginner.com/wp-content/uploads/2012/07/logo.jpg

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

Preview

wpbeginner.com

WPBeginner - Beginner's Guide for WordPress

WPBeginner is the largest WordPress resource site for WordPress Beginners with easy to understand WordPress tutorials for mastering the basics and beyond.

Preview quality · Twitter/X A+ · 100/100
  • twitter:card — summary_large_image
  • twitter:title — WPBeginner - Beginner's Guide for WordPress
  • twitter:description — WPBeginner is the largest WordPress resource site for WordPress Beginners with easy to understand WordPress tutorials...
  • twitter:image — https://www.wpbeginner.com/wp-content/uploads/2012/07/logo.jpg

WPBEGINNER.COM

WPBeginner - Beginner's Guide for WordPress

WPBeginner is the largest WordPress resource site for WordPress Beginners with easy to understand WordPress tutorials for mastering the basics and beyond.

Preview quality · Facebook A+ · 100/100
  • og:title — WPBeginner - Beginner's Guide for WordPress
  • og:description — WPBeginner is the largest WordPress resource site for WordPress Beginners with easy to understand WordPress tutorials...
  • og:image — https://www.wpbeginner.com/wp-content/uploads/2012/07/logo.jpg
  • og:type — article
  • og:url — https://www.wpbeginner.com/
  • og:site_name — WPBeginner
  • og:image is below recommended size (370×350)

    → Upload an image ≥1200×630 for the large preview card

WPBeginner - Beginner's Guide for WordPress

wpbeginner.com

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (154 chars / 150 max)

  • og:title — WPBeginner - Beginner's Guide for WordPress
  • og:description — WPBeginner is the largest WordPress resource site for WordPress Beginners with easy to understand WordPress tutorials...
  • og:image — https://www.wpbeginner.com/wp-content/uploads/2012/07/logo.jpg
  • Description will be truncated on LinkedIn (154 chars, max 150)

    → Tighten og:description to ≤150 characters

wpbeginner.com

WPBeginner - Beginner's Guide for WordPress

WPBeginner is the largest WordPress resource site for WordPress Beginners with easy to understand WordPress tutorials for mastering the basics and beyond.

Preview quality · Slack A+ · 100/100
  • og:title — WPBeginner - Beginner's Guide for WordPress
  • og:description — WPBeginner is the largest WordPress resource site for WordPress Beginners with easy to understand WordPress tutorials...
  • og:image — https://www.wpbeginner.com/wp-content/uploads/2012/07/logo.jpg

Social preview quality

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

A+ · 98/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
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 "itemListElement" for BreadcrumbList
The "itemListElement" property is required for the BreadcrumbList schema type.

The "itemListElement" property is required for the BreadcrumbList 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

JSON-LD Blocks

Block 1 : BreadcrumbList
2 properties Valid
Missing required property: itemListElement
{
  "@context": "https:\/\/schema.org",
  "@graph": [
    {
      "@type": "BreadcrumbList",
      "@id": "https:\/\/www.wpbeginner.com\/#breadcrumblist",
      "itemListElement": [
        {
          "@type": "ListItem",
          "@id": "https:\/\/www.wpbeginner.com#listItem",
          "position": 1,
          "name": "Home"
        }
      ]
    },
    {
      "@type": "Organization",
      "@id": "https:\/\/www.wpbeginner.com\/#organization",
      "name": "WPBeginner",
      "description": "Beginner's Guide for WordPress",
      "url": "https:\/\/www.wpbeginner.com\/",
      "email": "support@wpbeginner.com",
      "logo": {
        "@type": "ImageObject",
        "url": "https:\/\/www.wpbeginner.com\/wp-content\/uploads\/2010\/02\/wpbeginner-logo-520.png",
        "@id": "https:\/\/www.wpbeginner.com\/#organizationLogo",
        "width": 520,
        "height": 130,
        "caption": "WPBeginner Logo"
      },
      "image": {
        "@id": "https:\/\/www.wpbeginner.com\/#organizationLogo"
      },
      "sameAs": [
        "https:\/\/facebook.com\/wpbeginner",
        "https:\/\/twitter.com\/wpbeginner",
        "https:\/\/instagram.com\/wpbeginner",
        "https:\/\/www.pinterest.com\/wpbeginner\/",
        "https:\/\/youtube.com\/wpbeginner",
        "https:\/\/www.linkedin.com\/company\/wpbeginner\/"
      ]
    },
    {
      "@type": "WebPage",
      "@id": "https:\/\/www.wpbeginner.com\/#webpage",
      "url": "https:\/\/www.wpbeginner.com\/",
      "name": "WPBeginner - Beginner's Guide for WordPress",
      "description": "WPBeginner is the largest WordPress resource site for WordPress Beginners with easy to understand WordPress tutorials for mastering the basics and beyond.",
      "inLanguage": "en-US",
      "isPartOf": {
        "@id": "https:\/\/www.wpbeginner.com\/#website"
      },
      "breadcrumb": {
        "@id": "https:\/\/www.wpbeginner.com\/#breadcrumblist"
      },
      "datePublished": "2023-12-19T03:26:15-05:00",
      "dateModified": "2026-04-14T11:34:27-04:00",
      "reviewedBy": {
        "@type": "Person",
        "@id": "https:\/\/www.wpbeginner.com\/author\/syedb\/#author",
        "url": "https:\/\/www.wpbeginner.com\/author\/syedb\/",
        "name": "Syed Balkhi",
        "image": {
          "@type": "ImageObject",
          "url": "https:\/\/www.wpbeginner.com\/wp-content\/uploads\/2022\/07\/syed-balkhi-profile-photo-96x96.png"
        },
        "sameAs": [
          "https:\/\/facebook.com\/syedbalkhi",
          "https:\/\/twitter.com\/syedbalkhi",
          "https:\/\/www.instagram.com\/syedbalkhi\/",
          "https:\/\/linkedin.com\/in\/syedbalkhi",
          "https:\/\/www.entrepreneur.com\/author\/syed-balkhi",
          "https:\/\/profiles.wordpress.org\/smub\/",
          "https:\/\/adage.com\/author\/syed-balkhi\/7616",
          "https:\/\/readwrite.com\/author\/syed\/",
          "https:\/\/getflywheel.com\/layout\/author\/syedbalkhi\/",
          "https:\/\/www.socialmediaexaminer.com\/author\/syed-balkhi\/"
        ],
        "description": "Highlights  Founder and CEO of WPBeginner and Awesome Motive Inc, one of the most prominent WordPress software companies in the industry. Over 25 million websites use WordPress plugins and software apps developed by Syed Balkhi and his team. Started using WordPress in 2006 and has over 16 years of experience building websites with WordPress. WordPress Core Contributor along with many other Open Source software contributions  Experience Syed Balkhi is one of the most well-known WordPress experts in the world with over 16 years of experience. He graduated from University of Florida and have been building WordPress websites since 2006. In 2009, Syed created WPBeginner as a free online resource to help beginners and non-techy small business owners learn WordPress. At the time, no other WordPress training resource existed for beginners, and this led to WPBeginner growing in popularity and becoming the Wikipedia for WordPress.\u00a0 Syed was recognized as the top 100 entrepreneur under the age of 30 by the United Nations, and his work is featured in top publications like Entrepreneur, Forbes, Inc, Business Insider, The Guardian, Wired Magazine, and more. Over the years, Syed has been a featured speaker at highly reputed conferences all around the world including Traffic & Conversion Summit, Affiliate Summit, Marketing School Live, Blog World Expo, dozens of WordCamps, and more. About WPBeginner WPBeginner is the largest free WordPress resource for beginners to learn WordPress. We are part of the Awesome Motive family and reach over 100 million visitors every year. Our content is fact checked and reviewed by our Editorial team for accuracy and integrity. You can learn more about us and our editorial process.",
        "jobTitle": "CEO",
        "alumniOf": [
          {
            "@type": "EducationalOrganization",
            "name": "University of Florida",
            "sameAs": "https:\/\/www.ufl.edu\/"
          }
        ],
        "knowsAbout": [
          {
            "@type": "Thing",
            "name": "WordPress",
            "url": "https:\/\/wordpress.org",
            "sameAs": [
              "https:\/\/en.wikipedia.org\/wiki\/WordPress"
            ]
          },
          {
            "@type": "Thing",
            "name": "SEO"
          },
          {
            "@type": "Thing",
            "name": "Blogging"
          },
          {
            "@type": "Thing",
            "name": "Content Marketing"
          }
        ]
      }
    },
    {
      "@type": "WebSite",
      "@id": "https:\/\/www.wpbeginner.com\/#website",
      "url": "https:\/\/www.wpbeginner.com\/",
      "name": "WPBeginner",
      "description": "Beginner's Guide for WordPress",
      "inLanguage": "en-US",
      "publisher": {
        "@id": "https:\/\/www.wpbeginner.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