Scanned sites / pastepot.com / 2026-09-26-0633
pastepot.com scan from 9/26/2026, 6:33:29 AM
Scan 2026-09-26-0633
Scanned 9/26/2026, 6:33:29 AM, finished 9/26/2026, 6:35:41 AM
Site: https://pastepot.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 17 pages and 9 assets of pastepot.com, starting from https://pastepot.com/. It scored 79 out of 100, a good result. 6 of 14 checks found something to fix, led by indexability (16), orphan pages (16), sitemap coverage (16); 8 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: Medium2 medium, 2 low and 2 info findings. See the security findings ↓
- Pages crawled
- 17
- Assets fetched
- 9
- Status
- Completed
- Checks with issues
- 6 of 14
- Title tagsOK0 of 1 page have title issues. 16 noindex or canonicalized pages excluded.
- Meta descriptionsOK0 of 1 page have meta description issues. 16 noindex or canonicalized pages excluded.
- Headings1 issue1 of 1 page have heading issues. 16 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK0 redirecting URLs, 0 of them chained.
- Non-200 responsesOK0 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability16 issues16 of 17 indexable pages have indexability warnings.
- Image alt textOK0 of 0 image references have no alt attribute.
- Heavy assets2 issues2 assets larger than 500 KB among the 9 heaviest.
- Orphan pages16 issues16 pages have no internal links pointing at them.
- Sitemap coverage16 issues1 sitemap listing 17 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 16 reachable only via the sitemap.
- Thin content1 issue1 of 1 page have fewer than 200 words. 16 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1274 sites, median 82%, average 80%
pastepot.com scores 79%, higher than 36% of the 1274 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 some issues that need fixing, including heading structure, indexability, heavy assets, and orphan pages. Prioritizing these will enhance your site's visibility and performance.
- 1
Add H1 Heading
Why: Search engines require an H1 for better indexing.
How: Edit the homepage to include a unique H1 heading relevant to the content.
Checks: headings
- 2
Fix Canonical Tags
Why: Ensure indexable pages point to themselves to avoid indexing issues.
How: Change the canonical tags of blog pages to point to their respective URLs.
Checks: indexability
- 3
Reduce Heavy Assets
Why: Loading heavy assets can slow down your site, affecting user experience.
How: Optimize or compress the large JavaScript files over 500 KB for better performance.
Checks: heavy-assets
- 4
Create Internal Links to Orphan Pages
Why: Linking to orphan pages improves navigation and SEO.
How: Add links to blog pages in the main navigation or within existing content.
Checks: orphan-pages
- 5
Improve Content on Homepage
Why: Thin content can negatively affect SEO rankings.
How: Add relevant text to the homepage to ensure at least 200 words of content.
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 crawlYour website lacks several important security headers, which can leave it vulnerable to attacks like XSS and clickjacking. Addressing these issues will significantly enhance the protection of your users' data and privacy.
- 0 high
- 2 medium
- 2 low
- 2 info
- 1
Missing Content Security Policy (CSP)Medium
Why it matters: Without a CSP, browsers cannot restrict where content is loaded from, increasing the risk of XSS attacks.
Fix: Implement a CSP header: `Content-Security-Policy: default-src 'self';`
Evidence: Content Security Policy
- 2
Missing X-Frame-Options HeaderMedium
Why it matters: Lacking this header allows your site to be framed by malicious sites, leading to clickjacking risks.
Fix: Add the header: `X-Frame-Options: DENY`.
Evidence: Clickjacking protection
- 3
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers may execute content as scripts based on their content type, increasing risk.
Fix: Add the header: `X-Content-Type-Options: nosniff`.
Evidence: MIME sniffing protection
- 4
Missing Referrer PolicyLow
Why it matters: Not having a referrer policy exposes users' full URLs when navigating away from your site, raising privacy concerns.
Fix: Implement a referrer policy: `Referrer-Policy: no-referrer-when-downgrade`.
Evidence: Referrer policy
- 5
Missing Permissions PolicyInfo
Why it matters: This header can limit access to sensitive browser features, protecting against potential code injection attacks.
Fix: Add the header: `Permissions-Policy: geolocation=(self)`.
Evidence: Permissions policy
- 6
Sensitive Path in robots.txtInfo
Why it matters: The listed path suggests potential private areas of the site which could be targeted; robots.txt does not secure access.
Fix: Review and configure proper access control for disallowed paths, particularly for `/login`.
Evidence: Sensitive paths in robots.txt
What the checks found
- FoundContent Security PolicyMedium
None of the 17 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://pastepot.com/ → no content-security-policy
- https://pastepot.com/library → no content-security-policy
- https://pastepot.com/blog → no content-security-policy
- https://pastepot.com/pricing → no content-security-policy
- https://pastepot.com/privacy → no content-security-policy
- https://pastepot.com/terms → no content-security-policy
- https://pastepot.com/cookies → no content-security-policy
- https://pastepot.com/blog/the-5-best-pastebin-alternatives-for-developers-in-2026 → no content-security-policy
- https://pastepot.com/blog/how-to-share-secure-code-snippets-anonymously-no-signup-required → no content-security-policy
- https://pastepot.com/blog/why-github-gist-is-overkill-for-quick-code-sharing → no content-security-policy
- https://pastepot.com/blog/how-to-host-your-json-config-files-temporarily-for-free → no content-security-policy
- https://pastepot.com/blog/the-ultimate-guide-to-sharing-error-logs-on-discord → 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://pastepot.com/ → no x-frame-options
- https://pastepot.com/library → no x-frame-options
- https://pastepot.com/blog → no x-frame-options
- https://pastepot.com/pricing → no x-frame-options
- https://pastepot.com/privacy → no x-frame-options
- https://pastepot.com/terms → no x-frame-options
- https://pastepot.com/cookies → no x-frame-options
- https://pastepot.com/blog/the-5-best-pastebin-alternatives-for-developers-in-2026 → no x-frame-options
- https://pastepot.com/blog/how-to-share-secure-code-snippets-anonymously-no-signup-required → no x-frame-options
- https://pastepot.com/blog/why-github-gist-is-overkill-for-quick-code-sharing → no x-frame-options
- https://pastepot.com/blog/how-to-host-your-json-config-files-temporarily-for-free → no x-frame-options
- https://pastepot.com/blog/the-ultimate-guide-to-sharing-error-logs-on-discord → 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://pastepot.com/ → no x-content-type-options
- https://pastepot.com/library → no x-content-type-options
- https://pastepot.com/blog → no x-content-type-options
- https://pastepot.com/pricing → no x-content-type-options
- https://pastepot.com/privacy → no x-content-type-options
- https://pastepot.com/terms → no x-content-type-options
- https://pastepot.com/cookies → no x-content-type-options
- https://pastepot.com/blog/the-5-best-pastebin-alternatives-for-developers-in-2026 → no x-content-type-options
- https://pastepot.com/blog/how-to-share-secure-code-snippets-anonymously-no-signup-required → no x-content-type-options
- https://pastepot.com/blog/why-github-gist-is-overkill-for-quick-code-sharing → no x-content-type-options
- https://pastepot.com/blog/how-to-host-your-json-config-files-temporarily-for-free → no x-content-type-options
- https://pastepot.com/blog/the-ultimate-guide-to-sharing-error-logs-on-discord → 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://pastepot.com/ → no referrer-policy
- https://pastepot.com/library → no referrer-policy
- https://pastepot.com/blog → no referrer-policy
- https://pastepot.com/pricing → no referrer-policy
- https://pastepot.com/privacy → no referrer-policy
- https://pastepot.com/terms → no referrer-policy
- https://pastepot.com/cookies → no referrer-policy
- https://pastepot.com/blog/the-5-best-pastebin-alternatives-for-developers-in-2026 → no referrer-policy
- https://pastepot.com/blog/how-to-share-secure-code-snippets-anonymously-no-signup-required → no referrer-policy
- https://pastepot.com/blog/why-github-gist-is-overkill-for-quick-code-sharing → no referrer-policy
- https://pastepot.com/blog/how-to-host-your-json-config-files-temporarily-for-free → no referrer-policy
- https://pastepot.com/blog/the-ultimate-guide-to-sharing-error-logs-on-discord → 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://pastepot.com/ → no permissions-policy
- https://pastepot.com/library → no permissions-policy
- https://pastepot.com/blog → no permissions-policy
- https://pastepot.com/pricing → no permissions-policy
- https://pastepot.com/privacy → no permissions-policy
- https://pastepot.com/terms → no permissions-policy
- https://pastepot.com/cookies → no permissions-policy
- https://pastepot.com/blog/the-5-best-pastebin-alternatives-for-developers-in-2026 → no permissions-policy
- https://pastepot.com/blog/how-to-share-secure-code-snippets-anonymously-no-signup-required → no permissions-policy
- https://pastepot.com/blog/why-github-gist-is-overkill-for-quick-code-sharing → no permissions-policy
- https://pastepot.com/blog/how-to-host-your-json-config-files-temporarily-for-free → no permissions-policy
- https://pastepot.com/blog/the-ultimate-guide-to-sharing-error-logs-on-discord → no permissions-policy
- 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: /login
7 checks passed, 3 not applicable
- OKHTTPS
All 17 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 17 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.
- 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.
- OKThird-party scripts
Scripts from 1 other domain all carry Subresource Integrity hashes.
- Not applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
- Not applicableForms over HTTPS
No forms were found on the sampled pages.
- Not applicableVulnerable JavaScript libraries
No recognisable library versions were found in the sampled scripts.
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.
Sites scoring near pastepot.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- gtplumbingfargo.com80/100 · rank 722 · 28 pages
- u-msc.com80/100 · rank 722 · 198 pages
- amanblaze.in80/100 · rank 722 · 22 pages
- www.strategiccriminaldefence.com79/100 · rank 773 · 567 pages
- www.dentalchoice.ca79/100 · rank 773 · 841 pages
- www.thefamilypuppy.com79/100 · rank 773 · 662 pages
This report was produced by the DIY SEO Hub Site Spider crawling pastepot.com from its pages as published, the way a search engine does. It shows summary figures only.
Own pastepot.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 pastepot.com. Removal needs no account and no proof of purchase.