Automatically crawl your site and enable intelligent internal linking.
Initial Sitemap Crawl
Starting Your First Crawl
- Go to Sitemap in the sidebar
- Select your WordPress site from dropdown
- Click Crawl Sitemap
- Wait 30-60 seconds for completion
- Review indexed URLs in the results table
What Gets Discovered
The crawler extracts:
- Page titles: Used for link anchor text
- Meta descriptions: Context for link suggestions
- Target keywords: SEO keyword analysis
- URL status: Active, broken, or redirected
- Last modified: Content freshness indicator
Automatic Re-crawling
Sitemaps are automatically re-crawled:
- Daily at 2:00 AM (in your configured timezone)
- After manual trigger (when you click “Crawl Now”)
- On WordPress site updates (optional webhook)
Configuring Auto-Crawl
- Go to Settings → Sitemap
- Enable/disable automatic crawling
- Set crawl frequency (daily, weekly, monthly)
- Choose crawl time
- Save settings
Manual URL Management
Adding URLs Not in Sitemap
Some pages may not appear in your sitemap:
- Click Add URL button
- Enter the full URL
- Add page title
- Add target keywords (comma-separated)
- Add meta description (optional)
- Click Save
Use cases:
- Landing pages excluded from sitemap
- Important category pages
- External resources on your domain
Removing Outdated URLs
- Find URL in the list
- Click Delete icon
- Confirm deletion
- URL removed from internal linking suggestions
Editing URL Metadata
- Click Edit on any URL
- Update title, keywords, or description
- Save changes
- Improved link suggestions use new data
Using Internal Links in Content
Automatic Link Suggestions
When generating content:
- System analyzes your target keyword
- Searches sitemap for relevant pages
- Suggests 5-10 best matches
- Shows relevance score for each
Selecting Links to Include
- Review suggested links list
- Check relevance scores (0-100)
- Select 2-5 most relevant links
- Click Include Selected
- Links automatically inserted in content
Link Placement
Links are intelligently placed:
- In relevant paragraphs
- With natural anchor text
- Not clustered together
- Distributed throughout article
Best Practices
How many internal links:
- 2-5 links per article (recommended)
- At least 1 link for SEO benefit
- Maximum 10 to avoid over-linking
Choosing relevant links:
- Match topic context
- Link to related content
- Prioritize high-authority pages
- Vary anchor text naturally
Sitemap Statistics
View in Sitemap → Stats
Available Metrics
URL Overview:
- Total URLs indexed
- Active URLs
- Broken links detected
- Last crawl date/time
Performance Data:
- Average crawl time
- URLs per second processed
- Failed URL count
- Success rate percentage
Link Usage:
- Most linked pages
- Pages never linked
- Link distribution
- Popular anchor texts
Broken Link Detection
Identifying Broken Links
During crawls, the system checks:
- HTTP status codes
- Response times
- Redirect chains
Status Indicators:
- ✅ 200 OK: Active and working
- ⚠️ 301/302: Redirected (update URL)
- ❌ 404: Not found (broken)
- ❌ 500: Server error
Fixing Broken Links
- Go to Sitemap → Broken Links
- Review list of broken URLs
- Options:
- Update URL if page moved
- Delete if page permanently removed
- Ignore if false positive
Multi-Sitemap Support
For sites with multiple sitemaps:
Sitemap Index Files
If your site uses a sitemap index (sitemap pointing to other sitemaps):
- Enter main sitemap index URL
- System automatically discovers sub-sitemaps
- All URLs indexed from all sitemaps
Example structure:
/sitemap.xml (index)
├─ /post-sitemap.xml
├─ /page-sitemap.xml
└─ /category-sitemap.xml
Custom Sitemap URLs
If sitemap isn’t at default location:
- Click Custom Sitemap URL
- Enter full sitemap URL
- Save and crawl
Troubleshooting
“Sitemap Not Found”
Solutions:
- Verify sitemap exists: visit domain.com/sitemap.xml
- Check robots.txt isn’t blocking sitemap
- If using custom location, enter full URL
- Generate sitemap using SEO plugin (Yoast, RankMath)
“Crawl Timeout”
Solutions:
- Large sitemaps take longer (normal for 1000+ URLs)
- Check site response time
- Try crawling during off-peak hours
- Split large sitemaps into smaller ones
“No URLs Found”
Solutions:
- Verify sitemap has URLs listed
- Check XML format is correct
- Ensure WordPress is generating sitemap
- Add URLs manually as fallback
“Connection Refused”
Solutions:
- Check site is online and accessible
- Verify no firewall blocking
- Confirm WordPress REST API enabled
- Test site connection in WordPress settings
Advanced Features
URL Filtering
Filter sitemap URLs by:
- Post type: Posts, pages, custom types
- Status: Active, broken, redirected
- Date range: Recently modified URLs
- Keyword: Find URLs by keyword
Bulk Operations
Select multiple URLs and:
- Delete selected
- Refresh metadata
- Export as CSV
- Update keywords
Export Options
Export sitemap data:
- Click Export
- Choose format (CSV, Excel, JSON)
- Select columns to include
- Download file
Use cases:
- Backup URL data
- Share with team
- Analyze in spreadsheet
- Import to other tools