Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.BMixed Content1 HTTP resource(s) loaded on HTTPS pageREVIEW
http://wp.me/1Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
https://wp.me/1Mixed content — HTTP resource on HTTPS page. Browser may block silently or warn user.
Source: Google Chrome Security
CBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsREVIEW
Brand Presence
Your brand name differs across channels — visitors see inconsistent identity.
C
63/100
Site name appears as
| Page title | WordPress.com: Everything You Need to Build Your Website | |
| og:site_name | WordPress.com | |
| twitter:site | @wordpressdotcom | |
| Organization.name | — |
Inconsistent — names differ across channels
Brand assets
Favicon
15/15covers multiple sizes + apple-touch-icon
Social share image
14/20og:image set; twitter:image missing
Meta completeness
20/20Organization schema
4/15Organization schema present but missing all recommended fields
Contact info discoverable
5/10contact 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
- 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.
ALinks162 links checked, 160 healthy, 2 brokenPASS
Broken Links (3)
| Status | URL | Found in | Error |
|---|---|---|---|
| 404 | https://fonts.gstatic.com | <link> | Not Found |
| 404 | https://wordpress.com/theme/beleco?ref=logged-out-... | <a> | Not Found |
| 403 | https://accounts.google.com/gsi/style | <link> | Forbidden |
Redirects (1)
| URL | Destination | Found in | Hops |
|---|---|---|---|
| https://apps.wordpress.com/get/?campaign... | https://apps.wordpress.com/get/?campaign... | <a> | 0 |
A+Open GraphOpen Graph tags are well configured for social sharing.PASS
19 charsIdeal length is 25–60 characters for social sharing previews.
25–60 charsog:title very short — may render with awkward whitespace in social cards.
Source: Open Graph Protocol
48 charsIdeal length is 55–200 characters for social sharing previews.
55–200 charsog:description very short — provides little context in social cards.
Source: Open Graph Protocol
Preview

wordpress.com
WordPress, Your Way
Create your site. Share your voice. Earn online.
- twitter:card — summary
- twitter:title — falling back from og:title
- twitter:description — falling back from og:description
- twitter:image — falling back from og:image

WORDPRESS.COM
WordPress, Your Way
Create your site. Share your voice. Earn online.
- og:title — WordPress, Your Way
- og:description — Create your site. Share your voice. Earn online.
- og:image — https://s1.wp.com/i/featured/hp-2024-jul.jpg
- og:type — website
- og:url — https://wordpress.com/
- og:site_name — WordPress.com

WordPress, Your Way
wordpress.com
- og:title — WordPress, Your Way
- og:description — Create your site. Share your voice. Earn online.
- og:image — https://s1.wp.com/i/featured/hp-2024-jul.jpg
wordpress.com
WordPress, Your Way
Create your site. Share your voice. Earn online.

- og:title — WordPress, Your Way
- og:description — Create your site. Share your voice. Earn online.
- og:image — https://s1.wp.com/i/featured/hp-2024-jul.jpg
Social preview quality
Averaged across Twitter/X, Facebook, LinkedIn, and Slack.
| Field | Twitter/X | Slack | ||
|---|---|---|---|---|
| og:title | ||||
| og:description | ||||
| og:image | ||||
| og:type | ||||
| og:url | ||||
| og:site_name | ||||
| twitter:card | — | — | — | |
| twitter:title | ⚠ | — | — | — |
| twitter:description | ⚠ | — | — | — |
| twitter:image | ⚠ | — | — | — |
AStructured Data1 JSON-LD block(s) found — structured data is well configured.PASS
The "name" property is required for the Organization schema type.
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.
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.
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.
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
{
"@context": "https:\/\/schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https:\/\/wordpress.com\/#organization",
"url": "https:\/\/wordpress.com\/",
"name": "WordPress.com",
"foundingDate": "2005-08-01",
"slogan": "Build a website, build a movement.",
"description": "Create a free website or build a blog with ease on WordPress.com. Dozens of free, customizable, mobile-ready designs and themes. Free hosting and support.",
"logo": {
"@type": "ImageObject",
"@id": "https:\/\/wordpress.com\/#logo",
"url": "https:\/\/s1.wp.com\/home.logged-out\/images\/wpcom-logo.png",
"width": 512,
"height": 512,
"caption": "WordPress.com"
},
"image": {
"@id": "https:\/\/wordpress.com\/#logo"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "60 29th Street #343",
"addressLocality": "San Francisco",
"addressRegion": "CA",
"postalCode": "94110",
"addressCountry": "US"
},
"founder": {
"@type": "Person",
"@id": "https:\/\/wordpress.com\/schema.org\/author\/5#person",
"name": "Matt Mullenweg",
"description": "In 2002 I started contributing to Open Source software, and life has just gotten better from there. Co-founder of WordPress, founder Automattic.",
"image": {
"@type": "ImageObject",
"@id": "https:\/\/wordpress.com\/schema.org\/author\/5#personimage",
"url": "https:\/\/secure.gravatar.com\/avatar\/33252cd1f33526af53580fcb1736172f06e6716f32afdd1be19ec3096d15dea5?s=96&d=retro&r=g",
"width": 96,
"height": 96,
"caption": "Matt Mullenweg"
}
},
"numberOfEmployees": 1452,
"sameAs": [
"https:\/\/x.com\/wordpressdotcom",
"https:\/\/www.facebook.com\/WordPresscom",
"https:\/\/www.instagram.com\/wordpressdotcom\/",
"https:\/\/www.linkedin.com\/company\/wordpress",
"https:\/\/www.youtube.com\/WordPressdotcom",
"https:\/\/www.pinterest.com\/wordpressdotcom\/",
"https:\/\/en.wikipedia.org\/wiki\/WordPress.com"
],
"parentOrganization": {
"@id": "https:\/\/automattic.com\/#organization"
}
},
{
"@type": "WebSite",
"@id": "https:\/\/wordpress.com\/#website",
"url": "https:\/\/wordpress.com\/",
"name": "WordPress.com",
"description": "WordPress.com is the best place for your personal blog or business site.",
"potentialAction": {
"@type": "SearchAction",
"target": "https:\/\/wordpress.com\/go\/?s1={search_term_string}",
"query-input": "required name=search_term_string"
},
"publisher": {
"@id": "https:\/\/wordpress.com\/#organization"
},
"image": {
"@id": "https:\/\/wordpress.com\/#logo"
},
"sameAs": [
"https:\/\/x.com\/wordpressdotcom",
"https:\/\/www.facebook.com\/WordPresscom",
"https:\/\/www.instagram.com\/wordpressdotcom\/",
"https:\/\/www.linkedin.com\/company\/wordpress",
"https:\/\/www.youtube.com\/WordPressdotcom",
"https:\/\/www.pinterest.com\/wordpressdotcom\/",
"https:\/\/en.wikipedia.org\/wiki\/WordPress.com"
]
},
{
"@type": "BreadcrumbList",
"@id": "https:\/\/wordpress.com\/#breadcrumbs",
"itemListElement": [
{
"@type": "ListItem",
"position": 0,
"item": {
"@type": "WebSite",
"@id": "https:\/\/wordpress.com\/#website-breadcrumb",
"url": "https:\/\/wordpress.com\/",
"name": "Home"
}
}
]
},
{
"@type": "ImageObject",
"@id": "https:\/\/wordpress.com\/#primaryimage",
"url": "https:\/\/wpcom.files.wordpress.com\/2024\/04\/wp_favicon_512x512px.png?w=200",
"width": 200,
"height": 200,
"caption": "WordPress.com: Everything You Need to Build Your Website"
},
{
"@type": "WebPage",
"@id": "https:\/\/wordpress.com\/#webpage",
"url": "https:\/\/wordpress.com\/",
"name": "WordPress.com: Everything You Need to Build Your Website",
"description": null,
"inLanguage": "en",
"isPartOf": {
"@id": "https:\/\/wordpress.com\/#website"
},
"primaryImageOfPage": {
"@id": "https:\/\/wordpress.com\/#primaryimage"
},
"publisher": {
"@id": "https:\/\/wordpress.com\/#organization"
},
"about": {
"@id": "https:\/\/wordpress.com\/#organization"
}
}
]
}