Safe practices
Safe SEO and AI Discovery Practices
This page documents the practical rules used in this test/dev site to keep the website crawlable, readable, and maintainable.
Use clean, descriptive URLs
Each major page has its own folder and index file, such as /about/, /blog/, and /blog/dark-lonely-night/.
Keep content visible and meaningful
Important page content is written directly in each HTML file. The shared header and footer are loaded with JavaScript for maintainability, while the sitemap and in-page links help crawlers discover the structure.
Use schema carefully
Schema markup describes the actual page type: WebSite, Organization, Blog, BlogPosting, FAQPage, AboutPage, and ContactPage.
Build internal links deliberately
Pages link to related pages such as the services page, blog hub, and FAQ so the content graph is easy to understand.
Do not hide the whole site behind JavaScript
JavaScript components are useful for development, but core article text, headings, metadata, and structured data remain in the HTML source.