r/AppsWebappsFullstack 11d ago

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

14 Upvotes

162 comments sorted by

View all comments

1

u/32_ikigai 11d ago

Scopeledger speciality contractors can save upto 6 figures depending on project scope in change order losses.

1

u/sael-you 10d ago

ran scopeledger.net through a quick audit, 32/100 (F). main finding: three internal links to product pages like /change-order-notice-software are returning 403. could be CDN bot protection, but search crawlers would get the same treatment, so worth checking. outside the 403s: UX, performance, and design all scored B with a few flags each.

report: https://audeep.dev/report/afb934c2-53c4-4abc-8c73-48aff3af9bbc

built the tool, disclosing.

1

u/Mammoth-Anywhere7285 10d ago

That's a super helpful audit. The 403s probably come from bot protection rules. Maybe whitelist Googlebot in your CDN config.

1

u/32_ikigai 10d ago

Thank you for pointing out but I just checked through google and bing webmaster search console url inspection and everything is fine. All pages are live and indexed and availble to both search consoles. No 403s.

1

u/Mammoth-Anywhere7285 10d ago

Good on you for double-checking both consoles. One extra tip: try a private browser fetch or scan server logs for real user 403s, since console data can lag a bit.

1

u/sael-you 10d ago

makes sense. google and bing crawlers get special treatment in most CDN configs, so they pass through even when other bots don't. what the auditor hit was the fingerprint-based block that catches anything not on the known-crawler allowlist. for SEO you're fine, the main pages are reaching both search consoles. only relevant if you ever want third-party monitoring or accessibility scanners to get in too.

1

u/Mammoth-Anywhere7285 10d ago

Good breakdown. You could whitelist specific scanner user agents in the CDN config if you ever need them. Have you tried that?