u/ConceptSpiritual236

Technical SEO issues I keep seeing that are actually security-related

While working on automated website audits, I noticed a surprising number of “SEO problems” are actually caused by security or server-level issues.

Some recurring patterns:

  • missing HTTPS redirects creating duplicate indexable URLs
  • mixed content warnings breaking rendering/resources
  • bad firewall rules blocking crawlers accidentally
  • outdated JS libraries slowing rendering and introducing risk
  • aggressive bot protection hurting crawlability
  • staging/admin pages accidentally indexable
  • server misconfigurations causing slow TTFB

What surprised me most is that these issues often sit between teams:

  • SEO thinks it’s infra/security
  • security thinks it’s SEO
  • developers think it’s hosting/CDN related

Curious how others here handle this overlap between technical SEO, infrastructure, and security.

reddit.com
u/ConceptSpiritual236 — 5 days ago

Built a tool that combines Technical SEO + Website Security Audits

After spending months auditing websites manually for SEO + security issues, I finally built a platform to automate the painful parts.

It scans websites for:

  • Technical SEO issues
  • Sitemap problems
  • Broken metadata
  • JavaScript vulnerabilities
  • WordPress/plugin related risks
  • Security misconfigurations
  • Performance & indexing issues

One thing I noticed:
Most SEO tools ignore security, and most security scanners ignore SEO.

So I started combining both into one workflow.

The hardest engineering challenge so far has been building scalable crawling + analysis pipelines without making scans painfully slow.

Still improving detection accuracy and reducing false positives daily.

Would genuinely love feedback from developers, SEO professionals, agencies, or WordPress users.

What’s the ONE thing you wish current SEO/security tools did better?

reddit.com
u/ConceptSpiritual236 — 6 days ago