Content
· 9 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.DBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsFIX
Brand Presence
Partial brand coverage — a few channels are missing brand signals.
D
46/100
Site name appears as
| Page title | PawCoach | |
| og:site_name | — | |
| twitter:site | — | |
| Organization.name | — |
Consistent
Brand assets
Favicon
8/15single size only
Social share image
10/20twitter:image set; og:image missing
Meta completeness
14/20Organization schema
4/15Organization schema present but missing all recommended fields
Contact info discoverable
5/10contact page
Findings
- Missing brand name in: og:site_name, twitter:site, Organization.name
- Add og:image — LinkedIn, Slack, Facebook ignore twitter:image
- Single favicon only — add apple-touch-icon for iOS home-screen and high-DPI support
- og:image 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.
COpen GraphActionOpen Graph tags are partially configured — some improvements recommended.REVIEW
The og:image tag provides a preview image for social sharing.
No og:image means social shares are imageless — measurably less engaging than image-cards across every major platform.
Learn more ▾ ▴
Twitter, Facebook, and LinkedIn all use og:image (or twitter:image as a fallback) for share-card thumbnails. Without one, the post renders as a text-only card. A 1200x630px image (Twitter's preferred size) covers all platforms.
Source: Open Graph Protocol
The og:type tag helps social platforms categorize the content.
Default og:type is 'website' but the right value (article, product, profile) unlocks richer metadata fields and higher engagement.
Learn more ▾ ▴
og:type controls which other og: fields a platform respects. og:type=article enables og:article:published_time, author, and section — surfaced in news cards. og:type=product enables price/availability fields surfaced by Pinterest and shopping integrations. Default 'website' silently disables those.
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
Preview

pawcoach.dog
PawCoach: Online Dog Training From One Short Video
Upload a short behavior clip and receive a personalized, force-free 5-day dog training plan.
- twitter:card — summary_large_image
- twitter:title — PawCoach: Online Dog Training From One Short Video
- twitter:description — Upload a short behavior clip and receive a personalized, force-free 5-day dog training plan.
- twitter:image — https://pawcoach.dog/coach/tavi.webp

PAWCOACH.DOG
PawCoach: Online Dog Training From One Short Video
Upload a short behavior clip and receive a personalized, force-free 5-day dog training plan.
- og:title — PawCoach: Online Dog Training From One Short Video
- og:description — Upload a short behavior clip and receive a personalized, force-free 5-day dog training plan.
- 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 — https://pawcoach.dog
- og:site_name — Add og:site_name — Recommended — site-level brand line in the preview
No preview image for Facebook
→ Add og:image (recommended 1200×630)

PawCoach: Online Dog Training From One Short Video
pawcoach.dog
- og:title — PawCoach: Online Dog Training From One Short Video
- og:description — Upload a short behavior clip and receive a personalized, force-free 5-day dog training plan.
- og:image — Add og:image — preview card without an image looks broken
No preview image for LinkedIn
→ Add og:image (recommended 1200×627)
pawcoach.dog
PawCoach: Online Dog Training From One Short Video
Upload a short behavior clip and receive a personalized, force-free 5-day dog training plan.

- og:title — PawCoach: Online Dog Training From One Short Video
- og:description — Upload a short behavior clip and receive a personalized, force-free 5-day dog training plan.
- og:image — falling back from og:image
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 | — | — | — |
CStructured DataAction1 JSON-LD block(s) found — some improvements recommended.REVIEW
JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https://schema.org\n\t^...............................\n"
JSON-LD block fails to parse — Google ignores the entire block, so structured data effectively isn't there.
Learn more ▾ ▴
Common causes: trailing comma, single quotes instead of double, unescaped quote in a string value. Validate at https://validator.schema.org/ or Search Console's Rich Results Test.
Source: schema.org / Google Search Central
JSON-LD Blocks
[
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "PawCoach",
"url": "https://pawcoach.dog/",
"logo": "https://pawcoach.dog/mascots/paw-mark.jpg",
"email": "support@scintilla.media",
"sameAs": [
"https://www.youtube.com/@PawCoachDog",
"https://www.instagram.com/pawcoachdog/",
"https://www.pinterest.com/pawcoachdog/"
],
"parentOrganization": {
"@type": "Organization",
"name": "Scintilla Media LLC",
"address": {
"@type": "PostalAddress",
"streetAddress": "30 N Gould St, STE R",
"addressLocality": "Sheridan",
"addressRegion": "WY",
"postalCode": "82801",
"addressCountry": "US"
}
}
},
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "PawCoach",
"applicationCategory": "LifestyleApplication",
"operatingSystem": "Web",
"url": "https://pawcoach.dog/",
"description": "A paid online dog training app that turns a short behavior video into a personalized five-day plan.",
"image": "https://pawcoach.dog/coach/tavi.webp",
"offers": {
"@type": "Offer",
"price": "19.00",
"priceCurrency": "USD",
"category": "subscription"
}
}
]