Skip to content

Site Information

Section 1

Generated HTML Sitemap

Copy this HTML and save as sitemap.html in your website root

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Sitemap</title>
  <style>
    body { font-family: Arial, sans-serif; max-width: 1200px; margin: 0 auto; padding: 20px; }
    h1 { color: #333; border-bottom: 2px solid #0066cc; padding-bottom: 10px; }
    h2 { color: #0066cc; margin-top: 30px; }
    ul { list-style: none; padding: 0; }
    li { margin: 10px 0; }
    a { color: #0066cc; text-decoration: none; }
    a:hover { text-decoration: underline; }
  </style>
</head>
<body>
  <h1>Sitemap</h1>

  <h2>Main Pages</h2>
  <ul>
    <li><a href="/">Home</a></li>
  </ul>

</body>
</html>

HTML Sitemap Benefits:

  • Helps users navigate your entire website
  • Improves SEO by providing internal links
  • Assists search engines in discovering pages
  • Provides a comprehensive site overview