Docs

Basics

Website Structure

A clear, logical URL structure improves navigation, SEO and overall site organization. Aim for descriptive, hierarchical paths that reflect your content.

Key components

  • Protocol
    Begins with https:// for secure data transfer.

  • Domain name
    Your registered address (e.g. mydomain.com).

  • Top-level domain (TLD)
    The suffix like .com, .org or a country code (.au).

  • URL segments
    Path sections separated by /, showing hierarchy.

  • URL slug
    The human-friendly text at the end of a path, summarizing the page for both users and search engines.

Example Structure

Page typeURL
Homemydomain.com/
Aboutmydomain.com/about
Our Corgismydomain.com/our-corgis
Littersmydomain.com/litters
Contact Usmydomain.com/contact-us
FAQmydomain.com/faq
Blogmydomain.com/blog

For content-specific pages, nest slugs under their parent:

  • Breeding page
    mydomain.com/litters/my-first-litter

  • Article page
    mydomain.com/blog/my-first-article

  • Individual profile
    mydomain.com/our-pugs/apex-elite-charlie-smith

Still have questions? Contact us.