Documentation → User Guides

Getting Started

Install Developer Sitemap and have your XML sitemap running in minutes.

Requirements

Before installing Developer Sitemap, ensure your environment meets these minimum requirements:

RequirementMinimum Version
WordPress6.0 or higher
PHP7.4 or higher
WooCommerce (optional)3.0 or higher

The plugin is designed to work on shared hosting environments and has minimal resource requirements. No special server configuration is needed.


Installation

Method 1: WordPress Admin (Recommended)

The easiest way to install Developer Sitemap:

  1. Navigate to Plugins → Add New in your WordPress admin
  2. Search for “Developer Sitemap”
  3. Click Install Now on the plugin card
  4. Click Activate once installation completes

Method 2: Upload Plugin ZIP

If you have the plugin ZIP file:

  1. Navigate to Plugins → Add New → Upload Plugin
  2. Click Choose File and select the ZIP file
  3. Click Install Now
  4. Click Activate Plugin

Method 3: FTP/SFTP Upload

For manual installation via file transfer:

  1. Extract the plugin ZIP file on your computer
  2. Connect to your server via FTP/SFTP
  3. Upload the developer-sitemap folder to /wp-content/plugins/
  4. Navigate to Plugins in WordPress admin
  5. Find “Developer Sitemap” and click Activate

First Steps After Activation

Developer Sitemap works immediately after activation with sensible defaults. Your sitemap is instantly available at:

https://yoursite.com/sitemap.xml

Step 1: Verify Your Sitemap

Open your sitemap URL in a browser to confirm it’s working. You should see an XML document with a styled display showing your sitemap index and links to individual sitemaps.

Step 2: Access the Dashboard

Look for Sitemap in your WordPress admin sidebar. Click it to open the Dashboard, which shows:

  • Sitemap status (enabled/disabled)
  • Your sitemap URL with a quick copy button
  • Total URL count across all sitemaps
  • Content breakdown by type
  • Quick links to search engine submission

Step 3: Review Content Types

Navigate to Sitemap → Settings to review which content types are included:

Content TypeDefaultDescription
PostsEnabledStandard blog posts
PagesEnabledStatic pages
ProductsEnabled*WooCommerce products (*when WooCommerce active)
TaxonomiesDisabledCategory and tag archives
AuthorsDisabledAuthor archive pages

Understanding Your Sitemap

Sitemap Index Structure

Your main sitemap at /sitemap.xml is actually a sitemap index that links to individual sitemaps for each content type:

SitemapURLContent
Index/sitemap.xmlLinks to all sitemaps below
Posts/sitemap-post.xmlAll published posts
Pages/sitemap-page.xmlAll published pages
Products/sitemap-product.xmlWooCommerce products
Taxonomies/sitemap-taxonomy.xmlCategories and tags
Authors/sitemap-author.xmlAuthor archives

URL Entry Elements

Each URL in your sitemap includes these elements:

ElementDescriptionExample
<loc>The full URL of the pagehttps://yoursite.com/hello-world/
<lastmod>When the content was last modified2026-01-09T10:30:00+00:00
<changefreq>How often the content typically changesweekly
<priority>Relative importance (0.0 to 1.0)0.6

Next Steps

Now that your sitemap is running, here’s what to do next:

Submit to Search Engines

Tell Google and Bing about your sitemap to accelerate indexing.

Read the submission guide →

Configure Settings

Fine-tune priorities, frequencies, and content type options.

Read the configuration guide →

WooCommerce Setup

Running a store? Learn how to configure product sitemaps.

Read the WooCommerce guide →

Troubleshooting

Having issues? Check common problems and solutions.

Read the troubleshooting guide →