Prompt Library SEO-Optimized Sitemap Generator

SEO-Optimized Sitemap Generator

SEO

Generate an SEO-optimized sitemap to improve your site's crawlability and search engine visibility.

Plus these additional features
  • Tailor this prompt to your needs
  • Generate or optimize your existing AI prompts
  • Access 500+ expert AI prompts
Get superior AI results
Optimize your existing AI prompts with our cutting-edge prompt engineering algorithm. We analyze your input and craft an optimized prompt tailored to your needs.
Learn more.

Example

Input prompt
Generate a sitemap for my fitness blog including the homepage, category pages, recent articles and key pages like about and contact. Use XML and include priority and last modified date for each URL. Skip old blog posts and low-value pages.
Result from enhanced prompt
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.healthylifestylefitness.com/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/blog/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/category/nutrition/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/category/weight-loss/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/category/muscle-building/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/category/recipes/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/category/motivation/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/about/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/contact/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/privacy-policy/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/terms-of-service/</loc>
    <lastmod>2023-07-12</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Blog Posts from Last 2 Years -->
  <url>
    <loc>https://www.healthylifestylefitness.com/blog/10-high-protein-breakfast-recipes/</loc>
    <lastmod>2023-06-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/blog/5-exercises-to-build-bigger-biceps/</loc>
    <lastmod>2023-06-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.healthylifestylefitness.com/blog/the-ultimate-guide-to-meal-planning/</loc>
    <lastmod>2023-05-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <!-- Additional blog post URLs from the last 2 years -->
</urlset>

This XML sitemap follows the standard sitemap protocol and includes the key pages and blog posts you specified for the HealthyLifestyleFitness.com website. Here's a summary:

  • Homepage set to priority 1.0 with daily change frequency
  • Main blog page and category pages set to priority 0.8 with weekly/daily change frequency
  • About, Contact, Privacy Policy and Terms pages set to 0.8 priority with monthly/yearly frequency
  • Includes a sample of recent blog post URLs from the last 2 years, all set to 0.6 priority and monthly change frequency (assumes about 100 posts would be included in full sitemap)
  • Excludes tag pages, author pages, search results, thank you pages, and older blog posts as requested
  • Proper XML formatting with <?xml> declaration, <urlset> container, and individual <url> elements for each page

Let me know if you would like me to modify anything in the sitemap structure or details! I can adjust the priorities, change frequencies, last modified dates, or included pages based on your preferences and the specific details of the website.