Scanned sites / www.eitherorpdx.com / 2026-09-18-0553
www.eitherorpdx.com scan from 9/18/2026, 5:53:37 AM
Scan 2026-09-18-0553
Scanned 9/18/2026, 5:53:37 AM, finished 9/18/2026, 5:55:47 AM. Found with openstreetmap overpass
Site: https://www.eitherorpdx.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 18, 2026 the Site Spider crawled 14 pages and 268 assets of www.eitherorpdx.com, starting from https://www.eitherorpdx.com/. It scored 78 out of 100, a good result. 8 of 14 checks found something to fix, led by heavy assets (25), meta descriptions (8), title tags (7); 6 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: Medium1 medium, 1 low and 2 info findings. See the security findings ↓
- Pages crawled
- 14
- Assets fetched
- 268
- Status
- Completed
- Checks with issues
- 8 of 14
- Title tags7 issues7 of 8 pages have title issues. 6 noindex or canonicalized pages excluded.
- Meta descriptions8 issues8 of 8 pages have meta description issues. 6 noindex or canonicalized pages excluded.
- Headings2 issues2 of 8 pages have heading issues. 6 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK1 redirecting URL, 0 of them chained.
- Non-200 responsesOK1 URL did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability3 issues3 of 11 indexable pages have indexability warnings. 3 pages noindex by design.
- Image alt textOK0 of 175 image references have no alt attribute. 161 use an empty alt (decorative), which is fine.
- Heavy assets25 issues25 assets larger than 500 KB among the 100 heaviest.
- Orphan pages1 issue1 page have no internal links pointing at them.
- Sitemap coverage1 issue5 sitemaps listing 8 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 1 reachable only via the sitemap.
- Thin content5 issues5 of 8 pages have fewer than 200 words. 6 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1080 sites, median 82%, average 80%
www.eitherorpdx.com scores 78%, higher than 34% of the 1080 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 a few significant issues, primarily with redirects, title tags, and meta descriptions. Addressing these will improve your SEO performance.
- 1
Fix Redirects
Why: Current redirect may cause confusion and affect crawling.
How: Update the redirect to avoid pointing to the alternate domain.
Checks: redirects
- 2
Improve Title Tags
Why: Many title tags are too short, which can hurt relevance.
How: Revise titles to be between 30-60 characters. Ensure they are descriptive and unique.
Checks: titles
- 3
Add Meta Descriptions
Why: Missing meta descriptions reduce click-through rates.
How: Create engaging meta descriptions around 150-160 characters for each page.
Checks: meta-descriptions
- 4
Fix Headings
Why: Missing H1 tags can hinder SEO and user experience.
How: Add a clear H1 tag to each page, summarizing the content.
Checks: headings
- 5
Address Orphan Pages
Why: Orphan pages are difficult for users and search engines to find.
How: Create internal links to the sample page to ensure it's reachable.
Checks: orphan-pages
- 6
Enhance Thin Content
Why: Pages with limited content may not rank well.
How: Add relevant content to thin pages to exceed 200 words.
Checks: thin-content
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 crawlThe security review of your website identified critical areas for improvement, notably the absence of a Content Security Policy, which can leave your site vulnerable to various attacks. Additionally, the lack of a Permissions Policy may permit unauthorized access to browser features. Implementing recommended headers will significantly enhance your site's security.
- 0 high
- 1 medium
- 1 low
- 2 info
- 1
Missing Content Security PolicyMedium
Why it matters: The absence of a Content Security Policy allows unrestricted loading of scripts and resources, increasing the risk of cross-site scripting attacks.
Fix: Implement a Content Security Policy header like: Content-Security-Policy: default-src 'self'; script-src 'self';
Evidence: Content Security Policy
- 2
Third-Party Scripts Without Subresource IntegrityLow
Why it matters: Scripts from external domains can be compromised, altering how they execute on your site.
Fix: Use Subresource Integrity where applicable or restrict trusted domains in your Content Security Policy.
Evidence: Third-party scripts
- 3
Missing Permissions PolicyInfo
Why it matters: Without a Permissions Policy, your site may expose sensitive browser features to any scripts, increasing potential risks.
Fix: Add a Permissions-Policy header such as: Permissions-Policy: geolocation=(self), microphone=(self), camera=(self);
Evidence: Permissions policy
- 4
Sensitive Paths in robots.txtInfo
Why it matters: Listing private paths in robots.txt can expose them to potential attackers, as it's public data.
Fix: Consider restricting access to sensitive directories using proper authentication rather than robots.txt directives.
Evidence: Sensitive paths in robots.txt
What the checks found
- FoundContent Security PolicyMedium
None of the 14 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.eitherorpdx.com/ → no content-security-policy
- https://eitherorpdx.com/ → no content-security-policy
- https://eitherorpdx.com/tanglewood/ → no content-security-policy
- https://eitherorpdx.com/gift/ → no content-security-policy
- https://eitherorpdx.com/contact-us/ → no content-security-policy
- https://eitherorpdx.com/contact-us/?reason=event → no content-security-policy
- https://eitherorpdx.com/contact-us/?reason=catering → no content-security-policy
- https://eitherorpdx.com/2025/09/22/hello-world/ → no content-security-policy
- https://eitherorpdx.com/sample-page/ → no content-security-policy
- https://eitherorpdx.com/category/uncategorized/ → no content-security-policy
- https://eitherorpdx.com/author/dklongdagiac-com/ → no content-security-policy
- https://eitherorpdx.com/2025/09/22/hello-world/?replytocom=1 → no content-security-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.eitherorpdx.com/ → no permissions-policy
- https://eitherorpdx.com/ → no permissions-policy
- https://eitherorpdx.com/tanglewood/ → no permissions-policy
- https://eitherorpdx.com/gift/ → no permissions-policy
- https://eitherorpdx.com/contact-us/ → no permissions-policy
- https://eitherorpdx.com/contact-us/?reason=event → no permissions-policy
- https://eitherorpdx.com/contact-us/?reason=catering → no permissions-policy
- https://eitherorpdx.com/2025/09/22/hello-world/ → no permissions-policy
- https://eitherorpdx.com/sample-page/ → no permissions-policy
- https://eitherorpdx.com/category/uncategorized/ → no permissions-policy
- https://eitherorpdx.com/author/dklongdagiac-com/ → no permissions-policy
- https://eitherorpdx.com/2025/09/22/hello-world/?replytocom=1 → no permissions-policy
- NoteThird-party scripts
Scripts run from 1 other domain 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.)
- unpkg.com (14 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 1 path that look private. robots.txt is public and does not restrict access, so it doubles as a map for anyone probing the site; those paths need real access control.
- Disallow: /wp-admin/
11 checks passed, 1 not applicable
- OKHTTPS
All 14 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 14 HTML pages.
- OKClickjacking protection
x-frame-options is set on all 14 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 14 HTML pages.
- OKReferrer policy
referrer-policy is set on all 14 HTML pages.
- 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
14 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
1 library version recognised, none with known vulnerabilities.
- OKKeys and secrets in page code
No API keys, tokens or private keys were found in the sampled HTML and scripts.
- OKExposed files and listings
None of the crawled URLs is a configuration file, backup, dump, repository folder or directory listing.
- Not applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
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.
This report was produced by the DIY SEO Hub Site Spider crawling www.eitherorpdx.com from its public pages. Anyone can run a scan of any site they own or are authorised to check. Is this your site? Claim it to manage the listing, or ask for removal through the support form.