Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.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
61/100
Site name appears as
| Page title | PlanetScale - the world’s fastest and most scalable cloud hosting for Vitess and Postgres | |
| og:site_name | — | |
| twitter:site | — | |
| Organization.name | PlanetScale, Inc. |
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
14/20Organization schema
8/15has name + url
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
- twitter:card missing
- Organization schema missing logo — add a logo property pointing to a square PNG
- 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.
A+Links94 links checked, 94 healthy, 0 brokenPASS
A+Mixed ContentNo mixed content detected — all resources use HTTPS.PASS
AOpen GraphOpen Graph tags are well configured for social sharing.PASS
89 charsTitles over 60 characters may be truncated in social sharing previews.
25–60 charsog:title borderline-too-long — Facebook/LinkedIn may truncate. Aim for ~60-70 characters max.
Source: Open Graph Protocol
The og:site_name tag displays the website name in social previews.
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.
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

www.planetscale.com
PlanetScale - the world’s fastest and most scalable cloud hosting for Vitess and Postgres
PlanetScale offers the world’s fastest and most scalable cloud hosting for Vitess and Postgres.

WWW.PLANETSCALE.COM
PlanetScale - the world’s fastest and most scalable cloud hosting for Vitess and Postgres
PlanetScale offers the world’s fastest and most scalable cloud hosting for Vitess and Postgres.

PlanetScale - the world’s fastest and most scalable cloud hosting for Vitess and Postgres
www.planetscale.com
www.planetscale.com
PlanetScale - the world’s fastest and most scalable cloud hosting for Vitess and Postgres
PlanetScale offers the world’s fastest and most scalable cloud hosting for Vitess and Postgres.

A+Structured Data1 JSON-LD block(s) found — structured data is well configured.PASS
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
JSON-LD Blocks
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "PlanetScale, Inc.",
"url": "https://planetscale.com",
"sameAs": [
"https://twitter.com/PlanetScale",
"https://www.facebook.com/planetscaledata/",
"https://www.instagram.com/planetscale/"
],
"address": {
"@type": "PostalAddress",
"streetAddress": "WeWork c/o PlanetScale, 535 Mission Street, 14th Floor",
"addressLocality": "San Francisco",
"addressRegion": "CA",
"postalCode": "94105",
"addressCountry": "US"
}
}