Scanned sites / www.thefamilypuppy.com
SEO report for www.thefamilypuppy.com
The latest Site Spider scan of www.thefamilypuppy.com, with 1 scan on record. Each scan is at its own address, for example /domain/www-thefamilypuppy-com/2026-09-25-1400.
Latest scan
Scanned 9/25/2026, 2:00:01 PM, finished 9/25/2026, 3:44:56 PM. Found on page 2 of chatgpt for browser (api usage) results
Site: https://www.thefamilypuppy.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 25, 2026 the Site Spider crawled 662 pages and 1000 assets of www.thefamilypuppy.com, starting from https://www.thefamilypuppy.com/. It scored 79 out of 100, a good result. 9 of 14 checks found something to fix, led by sitemap coverage (429), meta descriptions (303), title tags (292); 5 checks passed. The list below shows each check's result, the fix plan, when present, explains what to do first, and the security review at the end of the page covers headers, transport, libraries and exposed files.
Security review: Medium5 medium and 2 low findings. See the security findings ↓
- Pages crawled
- 662
- Assets fetched
- 1000
- Status
- Completed
- Checks with issues
- 9 of 14
- Title tags292 issues292 of 376 pages have title issues. 252 noindex or canonicalized pages excluded.
- Meta descriptions303 issues303 of 376 pages have meta description issues. 252 noindex or canonicalized pages excluded.
- Headings62 issues62 of 376 pages have heading issues. 252 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects11 issues35 redirecting URLs, 2 of them chained.
- Non-200 responsesOK36 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability235 issues235 of 628 indexable pages have indexability warnings.
- Image alt text4 issues4 of 4541 image references have no alt attribute. 180 use an empty alt (decorative), which is fine.
- Heavy assets5 issues5 assets larger than 500 KB among the 100 heaviest.
- Orphan pages184 issues184 pages have no internal links pointing at them.
- Sitemap coverage429 issues1 sitemap listing 304 URLs: 224 crawled pages missing, 23 listed URLs broken or redirecting, 182 reachable only via the sitemap.
- Thin contentOK0 of 376 pages have fewer than 200 words. 252 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this site sits among all scanned sites
1265 sites, median 82%, average 80%
www.thefamilypuppy.com scores 79%, higher than 36% of the 1265 scanned sites. See the full ranking.
Green 90% and up (Excellent), lime 75 to 89 (Good), amber 50 to 74 (Needs work), red below 50 (Poor).
Internal link map
Loading the link map...
Fix plan
Written by gpt-4o-mini from the scan findingsYour site has several key issues that can be improved for better SEO performance. The main focus should be on fixing redirects, status codes, and optimizing title tags. Addressing these will enhance user experience and crawlability.
- 1
Fix Redirects
Why: 35 URLs redirect, losing SEO value.
How: Update all redirecting URLs to point directly to their final destinations without chaining.
Checks: redirects
- 2
Resolve Non-200 Status Codes
Why: 36 URLs return non-200 responses, affecting access.
How: Identify and correct each URL to ensure they return a 200 status.
Checks: status-codes
- 3
Optimize Title Tags
Why: 292 pages have title issues, affecting click-through rates.
How: Create unique and descriptive title tags for affected pages, keeping them under 60 characters.
Checks: titles
- 4
Improve Meta Descriptions
Why: 303 pages have meta description issues, impacting visibility.
How: Write unique meta descriptions under 160 characters for each page lacking them.
Checks: meta-descriptions
- 5
Add H1 Headings
Why: 62 pages are missing H1 headings, essential for SEO.
How: Ensure every page has a unique H1 heading relevant to the content.
Checks: headings
- 6
Update Sitemap Coverage
Why: The sitemap has 224 crawled pages missing and 23 broken URLs.
How: Ensure all valid URLs are included, updating or removing broken URLs.
Checks: sitemap-coverage
Generated automatically; verify each change against your own site before relying on it.
Security review
Written by gpt-4o-mini from 16 checks over the crawlYour website has several critical security issues, including missing security headers and improperly configured cookies. These vulnerabilities can expose your site to attacks and risk user data. Immediate action is required to enhance your site's security posture.
- 0 high
- 5 medium
- 2 low
- 0 info
- 1
Missing HTTP Strict Transport Security HeaderMedium
Why it matters: Without HSTS, users can be intercepted on initial requests, exposing them to man-in-the-middle attacks.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains
Evidence: HTTP Strict Transport Security
- 2
No Content Security PolicyMedium
Why it matters: Lack of CSP allows potentially malicious scripts to run from any source, increasing the risk of cross-site scripting attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, your site can be embedded in frames, enabling clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Cookies Missing Security FlagsMedium
Why it matters: Cookies without Secure and HttpOnly flags could be accessed by scripts or transmitted over HTTP, compromising user data.
Fix: Set the flags: Secure; HttpOnly; SameSite=Lax on django_language and csrftoken cookies.
Evidence: Cookie flags
- 5
Leaked Google API KeyMedium
Why it matters: This API key is publicly accessible and could be exploited if not properly restricted within Google Cloud.
Fix: Restrict the API key in your Google Cloud console by HTTP referrer to enhance security.
Evidence: Keys and secrets in page code
- 6
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, a browser might run files as scripts based on content rather than type, leading to security risks.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 7
Missing Referrer-Policy HeaderLow
Why it matters: Without a referrer policy, sensitive data is sent to external sites when users navigate away.
Fix: Add the header: Referrer-Policy: no-referrer-when-downgrade
Evidence: Referrer policy
What the checks found
- FoundHTTP Strict Transport SecurityMedium
No HTML page sends strict-transport-security. Without it a visitor who types the address without https:// can be intercepted on the first request.
- https://www.thefamilypuppy.com/ → no strict-transport-security
- https://www.thefamilypuppy.com/breeds/ → no strict-transport-security
- https://www.thefamilypuppy.com/locations/ → no strict-transport-security
- https://www.thefamilypuppy.com/locations/the-family-puppy-novi/ → no strict-transport-security
- https://www.thefamilypuppy.com/locations/the-family-puppy-troy/ → no strict-transport-security
- https://www.thefamilypuppy.com/faq/ → no strict-transport-security
- https://www.thefamilypuppy.com/faq/our-breeder-standards-family-puppy/ → no strict-transport-security
- https://www.thefamilypuppy.com/faq/our-breeder-requirements/ → no strict-transport-security
- https://www.thefamilypuppy.com/faq/our-health-warranty/ → no strict-transport-security
- https://www.thefamilypuppy.com/faq/birthday-parties/ → no strict-transport-security
- https://www.thefamilypuppy.com/faq/birthday-parties/party-ideas/ → no strict-transport-security
- https://www.thefamilypuppy.com/faq/birthday-parties/party-games/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 628 HTML pages send a Content-Security-Policy header or meta tag, so the browser has no restriction on where scripts, styles and frames may load from.
- https://www.thefamilypuppy.com/ → no content-security-policy
- https://www.thefamilypuppy.com/breeds/ → no content-security-policy
- https://www.thefamilypuppy.com/locations/ → no content-security-policy
- https://www.thefamilypuppy.com/locations/the-family-puppy-novi/ → no content-security-policy
- https://www.thefamilypuppy.com/locations/the-family-puppy-troy/ → no content-security-policy
- https://www.thefamilypuppy.com/faq/ → no content-security-policy
- https://www.thefamilypuppy.com/faq/our-breeder-standards-family-puppy/ → no content-security-policy
- https://www.thefamilypuppy.com/faq/our-breeder-requirements/ → no content-security-policy
- https://www.thefamilypuppy.com/faq/our-health-warranty/ → no content-security-policy
- https://www.thefamilypuppy.com/faq/birthday-parties/ → no content-security-policy
- https://www.thefamilypuppy.com/faq/birthday-parties/party-ideas/ → no content-security-policy
- https://www.thefamilypuppy.com/faq/birthday-parties/party-games/ → no content-security-policy
- FoundClickjacking protectionMedium
No HTML page sends x-frame-options. Without X-Frame-Options (or a CSP frame-ancestors directive) the pages can be embedded in a frame on another site and overlaid with invisible controls.
- https://www.thefamilypuppy.com/ → no x-frame-options
- https://www.thefamilypuppy.com/breeds/ → no x-frame-options
- https://www.thefamilypuppy.com/locations/ → no x-frame-options
- https://www.thefamilypuppy.com/locations/the-family-puppy-novi/ → no x-frame-options
- https://www.thefamilypuppy.com/locations/the-family-puppy-troy/ → no x-frame-options
- https://www.thefamilypuppy.com/faq/ → no x-frame-options
- https://www.thefamilypuppy.com/faq/our-breeder-standards-family-puppy/ → no x-frame-options
- https://www.thefamilypuppy.com/faq/our-breeder-requirements/ → no x-frame-options
- https://www.thefamilypuppy.com/faq/our-health-warranty/ → no x-frame-options
- https://www.thefamilypuppy.com/faq/birthday-parties/ → no x-frame-options
- https://www.thefamilypuppy.com/faq/birthday-parties/party-ideas/ → no x-frame-options
- https://www.thefamilypuppy.com/faq/birthday-parties/party-games/ → no x-frame-options
- FoundMIME sniffing protectionLow
No HTML page sends x-content-type-options. Without X-Content-Type-Options: nosniff a browser may run a file as a script because of its contents rather than its declared type.
- https://www.thefamilypuppy.com/ → no x-content-type-options
- https://www.thefamilypuppy.com/breeds/ → no x-content-type-options
- https://www.thefamilypuppy.com/locations/ → no x-content-type-options
- https://www.thefamilypuppy.com/locations/the-family-puppy-novi/ → no x-content-type-options
- https://www.thefamilypuppy.com/locations/the-family-puppy-troy/ → no x-content-type-options
- https://www.thefamilypuppy.com/faq/ → no x-content-type-options
- https://www.thefamilypuppy.com/faq/our-breeder-standards-family-puppy/ → no x-content-type-options
- https://www.thefamilypuppy.com/faq/our-breeder-requirements/ → no x-content-type-options
- https://www.thefamilypuppy.com/faq/our-health-warranty/ → no x-content-type-options
- https://www.thefamilypuppy.com/faq/birthday-parties/ → no x-content-type-options
- https://www.thefamilypuppy.com/faq/birthday-parties/party-ideas/ → no x-content-type-options
- https://www.thefamilypuppy.com/faq/birthday-parties/party-games/ → no x-content-type-options
- FoundReferrer policyLow
No HTML page sends referrer-policy. Without a Referrer-Policy the full page address, including any query string, is sent to every site a visitor clicks through to.
- https://www.thefamilypuppy.com/ → no referrer-policy
- https://www.thefamilypuppy.com/breeds/ → no referrer-policy
- https://www.thefamilypuppy.com/locations/ → no referrer-policy
- https://www.thefamilypuppy.com/locations/the-family-puppy-novi/ → no referrer-policy
- https://www.thefamilypuppy.com/locations/the-family-puppy-troy/ → no referrer-policy
- https://www.thefamilypuppy.com/faq/ → no referrer-policy
- https://www.thefamilypuppy.com/faq/our-breeder-standards-family-puppy/ → no referrer-policy
- https://www.thefamilypuppy.com/faq/our-breeder-requirements/ → no referrer-policy
- https://www.thefamilypuppy.com/faq/our-health-warranty/ → no referrer-policy
- https://www.thefamilypuppy.com/faq/birthday-parties/ → no referrer-policy
- https://www.thefamilypuppy.com/faq/birthday-parties/party-ideas/ → no referrer-policy
- https://www.thefamilypuppy.com/faq/birthday-parties/party-games/ → no referrer-policy
- FoundPermissions policyInfo
No HTML page sends permissions-policy. A Permissions-Policy header turns off browser features the site does not use (camera, microphone, geolocation), limiting what an injected script could do.
- https://www.thefamilypuppy.com/ → no permissions-policy
- https://www.thefamilypuppy.com/breeds/ → no permissions-policy
- https://www.thefamilypuppy.com/locations/ → no permissions-policy
- https://www.thefamilypuppy.com/locations/the-family-puppy-novi/ → no permissions-policy
- https://www.thefamilypuppy.com/locations/the-family-puppy-troy/ → no permissions-policy
- https://www.thefamilypuppy.com/faq/ → no permissions-policy
- https://www.thefamilypuppy.com/faq/our-breeder-standards-family-puppy/ → no permissions-policy
- https://www.thefamilypuppy.com/faq/our-breeder-requirements/ → no permissions-policy
- https://www.thefamilypuppy.com/faq/our-health-warranty/ → no permissions-policy
- https://www.thefamilypuppy.com/faq/birthday-parties/ → no permissions-policy
- https://www.thefamilypuppy.com/faq/birthday-parties/party-ideas/ → no permissions-policy
- https://www.thefamilypuppy.com/faq/birthday-parties/party-games/ → no permissions-policy
- FoundCookie flagsMedium
2 of 2 cookies are missing protective flags. Without HttpOnly a script can read the cookie; without Secure it travels over plain HTTP; without SameSite it is sent on cross-site requests.
- django_language (set by https://www.thefamilypuppy.com/) lacks Secure, HttpOnly, SameSite
- csrftoken (set by https://www.thefamilypuppy.com/faq/testimonials/) lacks HttpOnly, SameSite
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…gQ (39 chars) in https://www.thefamilypuppy.com/static/pinogy_new_template/js/social-share.js: browser keys are expected in pages, but must be restricted by HTTP referrer and API in the Google Cloud console
- NoteThird-party scripts
Scripts run from 9 other domains without Subresource Integrity, so a compromise of any of them changes what runs on this site. (Tag managers and analytics rarely support SRI; a Content-Security-Policy that names these hosts is the usual control.)
- cdn.jsdelivr.net (80 script tags)
- cdnjs.cloudflare.com (205 script tags)
- challenges.cloudflare.com (40 script tags)
- www.googletagmanager.com (40 script tags)
- www.google.com (41 script tags)
- cdn.gtranslate.net (1 script tag)
- api.mapbox.com (3 script tags)
- cdn.ckeditor.com (1 script tag)
- plugin.credova.com (9 script tags)
7 checks passed
- OKHTTPS
All 628 crawled pages were served over HTTPS.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
20 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
1 library version recognised, none with known vulnerabilities.
- OKExposed files and listings
None of the crawled URLs is a configuration file, backup, dump, repository folder or directory listing.
- OKSensitive paths in robots.txt
robots.txt does not point at admin, backup or private paths.
A passive review of what the crawl recorded: response headers, page and script contents and the URLs it found. It does not probe the site, test TLS settings or look for files that were not linked. Generated automatically; verify each finding against your own site before acting on it.
Earlier scans of www.thefamilypuppy.com
No other scans of this site yet.
Sites scoring near www.thefamilypuppy.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- amanblaze.in80/100 · rank 716 · 22 pages
- www.strategiccriminaldefence.com79/100 · rank 767 · 567 pages
- www.brightondentalstudio.com79/100 · rank 767 · 110 pages
- www.dentalchoice.ca79/100 · rank 767 · 841 pages
- www.picoulumber.com79/100 · rank 767 · 31 pages
- touchdownrv.com79/100 · rank 767 · 234 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.thefamilypuppy.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.thefamilypuppy.com?
- Claim this site to manage the listing, hide it from the public lists, or keep it.
- Want it gone instead? Ask through the support form or e-mail support@diyseohub.com, naming www.thefamilypuppy.com. Removal needs no account and no proof of purchase.