Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.BLinks200 links checked, 196 healthy, 4 brokenREVIEW
Broken Links (4)
| Status | URL | Found in | Error |
|---|---|---|---|
| 404 | https://www.googletagmanager.com | <link> | Not Found |
| 400 | https://i0.wp.com | <link> | Bad Request |
| 404 | https://fonts.googleapis.com | <link> | Not Found |
| 404 | https://fonts.gstatic.com | <link> | Not Found |
BMixed Content1 HTTP resource(s) loaded on HTTPS pageREVIEW
http://wordpress.org/news/feed/Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
https://wordpress.org/news/feed/Mixed 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
Partial brand coverage — a few channels are missing brand signals.
C
63/100
Site name appears as
| Page title | WordPress.org | |
| og:site_name | WordPress.org | |
| twitter:site | — | |
| Organization.name | — |
Consistent
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
0/10no contact info discoverable
Findings
- Missing brand name in: twitter:site, Organization.name
- 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
- 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.
AOpen GraphOpen Graph tags are well configured for social sharing.PASS
https://wordpress.org/files/2024/04/wordpress-homepage-ogimage-202404.pngThe og:image URL could not be fetched. Social platforms won't be able to display it.
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

wordpress.org
Blog Tool, Publishing Platform, and CMS - WordPress.org
Open source software which you can use to easily create a beautiful website, blog, or app.

WORDPRESS.ORG
Blog Tool, Publishing Platform, and CMS - WordPress.org
Open source software which you can use to easily create a beautiful website, blog, or app.

Blog Tool, Publishing Platform, and CMS - WordPress.org
wordpress.org
wordpress.org
Blog Tool, Publishing Platform, and CMS - WordPress.org
Open source software which you can use to easily create a beautiful website, blog, or app.

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.org/#organization",
"url": "https://wordpress.org/",
"name": "WordPress",
"logo": {
"@type": "ImageObject",
"@id": "https://wordpress.org/#logo",
"url": "https://s.w.org/style/images/about/WordPress-logotype-wmark.png"
},
"sameAs": [
"https://www.facebook.com/WordPress/",
"https://twitter.com/WordPress",
"https://en.wikipedia.org/wiki/WordPress"
]
},
{
"@type": "WebSite",
"@id": "https://wordpress.org/#website",
"url": "https://wordpress.org/",
"name": "WordPress.org",
"publisher": {
"@id": "https://wordpress.org/#organization"
}
},
{
"@type": "WebPage",
"@id": "https://wordpress.org/",
"url": "https://wordpress.org/",
"inLanguage": "en",
"name": "Blog Tool, Publishing Platform, and CMS - WordPress.org",
"description": "Open source software which you can use to easily create a beautiful website, blog, or app.",
"isPartOf": {
"@id": "https://wordpress.org/#website"
}
}
]
}