Advanced sitemap generator with 5 types (Standard, Index, Image, Video, News), 5 presets, bulk URL import, validation, and detailed statistics for SEO optimization.
Type: Standard Sitemap
URLs:
- https://example.com/ (priority: 1.0, changefreq: weekly)
- https://example.com/about/ (priority: 0.8, changefreq: monthly)
- https://example.com/contact/ (priority: 0.5, changefreq: yearly)<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<lastmod>2025-01-05</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://example.com/about/</loc>
<lastmod>2025-01-05</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://example.com/contact/</loc>
<lastmod>2025-01-05</lastmod>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
</url>
</urlset>Type: Sitemap Index
Sitemaps:
- https://example.com/sitemap-pages.xml
- https://example.com/sitemap-posts.xml
- https://example.com/sitemap-products.xml<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://example.com/sitemap-pages.xml</loc>
<lastmod>2025-01-05</lastmod>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap-posts.xml</loc>
<lastmod>2025-01-05</lastmod>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap-products.xml</loc>
<lastmod>2025-01-05</lastmod>
</sitemap>
</sitemapindex>Type: Image Sitemap
URL: https://example.com/gallery/
Images:
- https://example.com/images/photo1.jpg (title: "Sunset Beach")
- https://example.com/images/photo2.jpg (title: "Mountain View")<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://example.com/gallery/</loc>
<image:image>
<image:loc>https://example.com/images/photo1.jpg</image:loc>
<image:title>Sunset Beach</image:title>
</image:image>
<image:image>
<image:loc>https://example.com/images/photo2.jpg</image:loc>
<image:title>Mountain View</image:title>
</image:image>
</url>
</urlset>Type: Video Sitemap
URL: https://example.com/videos/tutorial/
Video:
- Thumbnail: https://example.com/thumb.jpg
- Title: "Getting Started Tutorial"
- Description: "Learn the basics..."
- Duration: 300 seconds<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>https://example.com/videos/tutorial/</loc>
<video:video>
<video:thumbnail_loc>https://example.com/thumb.jpg</video:thumbnail_loc>
<video:title>Getting Started Tutorial</video:title>
<video:description>Learn the basics...</video:description>
<video:duration>300</video:duration>
</video:video>
</url>
</urlset>Type: News Sitemap
URL: https://news.example.com/article/
Publication: Example News (en)
Title: "Breaking: Major Event"
Date: 2025-01-05<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
<url>
<loc>https://news.example.com/article/</loc>
<news:news>
<news:publication>
<news:name>Example News</news:name>
<news:language>en</news:language>
</news:publication>
<news:publication_date>2025-01-05</news:publication_date>
<news:title>Breaking: Major Event</news:title>
</news:news>
</url>
</urlset>Type: Standard with Alternates
URL: https://example.com/en/page/
Alternates:
- en: https://example.com/en/page/
- es: https://example.com/es/page/
- fr: https://example.com/fr/page/
- x-default: https://example.com/en/page/<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://example.com/en/page/</loc>
<xhtml:link rel="alternate" hreflang="en" href="https://example.com/en/page/" />
<xhtml:link rel="alternate" hreflang="es" href="https://example.com/es/page/" />
<xhtml:link rel="alternate" hreflang="fr" href="https://example.com/fr/page/" />
<xhtml:link rel="alternate" hreflang="x-default" href="https://example.com/en/page/" />
</url>
</urlset>Advanced robots.txt generator with 7 presets (Allow All, Block All, Standard, WordPress, E-commerce, Block AI, Block SEO), 50+ user agents organized by category, common path templates, import/parse existing files, and validation.
Generate HTML meta tags for SEO, social sharing, and search engine optimization. Includes Open Graph, Twitter Cards, and all essential meta tags.
Advanced .htaccess generator with 5 presets (Basic, WordPress, Security, Performance, SPA), 30+ configuration options for redirects, caching, compression, security headers, HSTS, CSP, bot blocking, IP blocking, password protection, CORS, and PHP settings.