Sitemap Import Failures
Fix failed sitemap imports and ensure Geordy can discover all your pages automatically.
If your sitemap import fails, you can still add pages manually or use link-rel tags for automatic discovery. This guide will help you diagnose and fix common sitemap issues to enable bulk URL imports.
Sitemap Import Errors
Common symptoms of this issue
Sitemap status shows "Failed"
0 URLs imported after submission
Error message referencing 404, 403, or invalid XML
Steps to Fix
Verify Sitemap URL
Correct format: https://example.com/sitemap.xml
Incorrect: /sitemap.xml (relative path)
Check Public Accessibility
Test Manually
A valid sitemap should:
- • Display XML content or trigger a download
- • Contain
<urlset>and<url>tags - • Not show 404, 403, or 500 errors
Ensure HTTPS Protocol
Retry Import
Alternative Methods to Add Pages
If sitemap import continues to fail, you can still add pages using these methods:
- • Manual URL Entry: Add individual URLs directly through the dashboard interface
- • Link-rel Tags: Install link-rel tags in your HTML
<head>for automatic discovery - see the Link-rel Reference Guide - • JSON-LD Schema: Use structured data for enhanced page discovery - see the JSON-LD Schema Reference
Sitemap Import Status
- • Sitemap URL returns 404 or 403 error
- • Invalid XML structure
- • Sitemap behind authentication
- • Using HTTP instead of HTTPS
Sitemap Format Requirements
Your sitemap must follow the standard XML sitemap protocol:
- • Valid XML structure: Properly formatted with opening and closing tags
- • Sitemap index support: Geordy can process sitemap index files that reference multiple sitemaps
- • Maximum size: Individual sitemaps should not exceed 50MB or 50,000 URLs
- • Encoding: UTF-8 encoding is required