Skip to main content
VVertex Solutions
PDF ToolsImage ToolsText ToolsCalculatorsDeveloperBlog
VVertex Solutions

Fast, free, and privacy-focused online tools for PDF, images, text, calculators, and developers. No signup required.

Popular Tools

  • Merge PDF
  • Compress Image
  • JSON Formatter
  • BMI Calculator
  • Regex Tester

Categories

  • PDF Tools
  • Image Tools
  • Text Tools
  • Calculators
  • Developer Tools

Company

  • About
  • Disclaimer
  • Privacy Policy
  • Terms of Service
  • Contact
  • Blog
  • RSS Feed

© 2026 Vertex Solutions. All rights reserved.

Free tools. No signup. Privacy first.

  1. Home
  2. Blog
  3. Sitemap Priorities Explained — What priority and changefreq Actually Do
SEOinformational7 min read2026-05-18

Sitemap Priorities Explained — What priority and changefreq Actually Do

XML sitemap priority and changefreq are often misunderstood. Learn what crawlers use, what they ignore, and how to structure sitemaps for tool sites.

By Vertex Solutions Editorial

Quick answer

Every URL in the sitemap was `priority 1.0` and `changefreq daily`. The PDF compress tool had not changed in four months. The blog had one post per week. The sitemap lied about everything — and crawlers learned to ignore it.

Every URL in the sitemap was priority 1.0 and changefreq daily. The PDF compress tool had not changed in four months. The blog had one post per week. The sitemap lied about everything — and crawlers learned to ignore it.

XML sitemaps help search engines discover and recrawl URLs. They are not ranking levers. Priority and changefreq fields confuse site owners because they sound like commands. In practice, Google treats them as weak hints at best. What matters is completeness, accurate lastmod, sensible structure, and a site that links like it means what the sitemap says.

Quick answer

Every URL in the sitemap was priority 1.0 and changefreq daily. The PDF compress tool had not changed in four months. The blog had one post per week. The sitemap lied about everything — and crawlers learned to ignore it.

What an XML sitemap does

A sitemap lists URLs you want indexed, plus optional metadata:

<url>
  <loc>https://vertexsolutions.com/pdf/compress-pdf</loc>
  <lastmod>2026-09-15</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.8</priority>
</url>

Submit via:

  • robots.txt reference: Sitemap: https://vertexsolutions.com/sitemap.xml
  • Google Search Console sitemap report
  • Bing Webmaster Tools

Sitemaps supplement crawling; they do not replace internal links from content clusters.

Priority: relative, mostly ignored

The priority tag accepts 0.0–1.0, relative to other URLs on your site only. It does not compare your homepage to a competitor's homepage.

Google's position: Priority is typically ignored for ranking and crawl ordering.

If you still set priorities (for other engines or future use):

| URL type | Suggested relative priority | |----------|----------------------------| | Homepage | 1.0 | | Category hubs (/pdf, /image) | 0.9 | | Flagship tools | 0.8 | | Blog index | 0.7 | | Individual blog posts | 0.6 | | Legal (privacy, terms) | 0.3 |

Never set everything to 1.0 — that resets the scale to meaningless.

What actually elevates tool pages: internal links from high-traffic blog posts, user engagement, external links — not sitemap decimals.

changefreq: honesty over aspiration

changefreq hints how often content changes: always, hourly, daily, weekly, monthly, yearly, never.

Reality:

  • Google may use it loosely for recrawl scheduling
  • False daily on static pages wastes trust
  • Missing changefreq is fine

Vertex Solutions realistic map:

  • /blog index — weekly (new posts)
  • New blog posts — monthly after initial publish week
  • Tool pages — monthly unless feature release
  • /privacy, /terms — yearly
  • Homepage — weekly if content modules rotate

Pair with honest lastmod — see below.

lastmod: the field worth getting right

lastmod should reflect meaningful content or metadata changes — not deploy timestamps on unchanged pages.

Good lastmod updates:

  • Tool UI or copy change
  • Substantive blog edit
  • New FAQ section on tool page

Bad lastmod updates:

  • CSS tweak site-wide applied to every URL's lastmod
  • Automated "now()" on every build for all pages

Google's Gary Illyes has emphasized accurate lastmod helps recrawl decisions. Fake freshness trains crawlers to deprioritize your signals.

For MDX blogs, use file mtime or frontmatter date / updated fields — not build time unless content changed.

Sitemap structure for multi-category tool sites

Vertex Solutions spans /pdf, /image, /text, /calculators, /developer, /blog.

Option A — Single sitemap (fine under ~500 URLs):

sitemap.xml
  ├── /
  ├── /pdf/*
  ├── /image/*
  ├── /blog/*
  └── ...

Option B — Sitemap index (scalable):

sitemap-index.xml
  ├── sitemap-tools-pdf.xml
  ├── sitemap-tools-image.xml
  ├── sitemap-blog.xml
  └── sitemap-pages.xml

Indexes help isolate sections when debugging "Discovered — not indexed" buckets in Search Console.

What to include and exclude

Include:

  • All indexable tool pages
  • Blog posts and category indexes
  • About, contact (if indexable)
  • Category landing pages

Exclude:

  • noindex URLs
  • Admin, API routes (/api/*)
  • Internal search result pages (/search?q=)
  • Parameterized duplicates without canonical
  • Paginated duplicates if canonical points elsewhere

Duplicate content on tool pages — sitemap should list canonical URLs only.

robots.txt coordination

User-agent: *
Allow: /

Sitemap: https://vertexsolutions.com/sitemap.xml

Do not block URLs you sitemap. Do not sitemap URLs robots blocks — contradictory signals.

Sitemap vs internal linking

| Mechanism | Primary role | |-----------|--------------| | Internal links | Topical authority, user paths, strong crawl discovery | | Sitemap | Backup discovery, especially for deep/new URLs | | Priority/changefreq | Minor hints; often ignored |

A new post linked from the blog index and a pillar page gets crawled fast without priority 1.0. An orphan post with sitemap entry may still lag.

Crawl budget considerations

Massive sites (100k+ URLs) worry about crawl budget. Vertex Solutions-scale sites rarely need aggressive budget tuning. Still:

  • Drop soft-404 and thin URLs from sitemap
  • Fix redirect chains before sitemapping targets
  • Use lastmod to highlight genuinely updated content

Page speed and PDF embeds — slow pages waste crawl time if bots fetch heavy assets repeatedly.

Image and news sitemaps

Image sitemap — Optional for image search emphasis; include image URLs, titles, captions. Complements alt text that helps SEO on-page.

News sitemap — Only for Google News publishers; not applicable to typical tool blogs.

RSS and sitemap overlap

Vertex Solutions /feed.xml announces new blog posts to subscribers and some aggregators. Sitemap and RSS serve different consumers — maintain both for blogs.

New post workflow:

  1. Publish MDX
  2. Build regenerates sitemap lastmod
  3. Feed picks up item
  4. Request indexing in GSC for high-priority posts (optional)

Monitoring in Search Console

Sitemap report shows:

  • Submitted vs indexed counts
  • Errors (invalid URL, blocked)
  • "Couldn't fetch" — server or TLS issues

Discrepancies:

  • Submitted > indexed — quality, duplicates, or crawl delays
  • Indexed > submitted — Google found URLs via links (normal)

Cross-check with Pages report for "Crawled — currently not indexed."

Common mistakes

  1. All priorities 1.0 — meaningless
  2. Daily changefreq on static tools — credibility loss
  3. Sitemapping noindex pages — confusion
  4. HTTP URLs in HTTPS site — errors
  5. Trailing slash inconsistency — duplicate loc entries
  6. Forgetting www vs non-www — one canonical host in sitemap

Generating sitemaps in Next.js

app/sitemap.ts dynamic generation from tool registry and blog MDX slugs keeps sitemap synchronized with published tools config — single source like structured data.

Pull slugs from:

  • config/published-tools.ts
  • content/blog/*.mdx frontmatter
  • Static routes array

Automate lastmod from git history or content date field.

Related articles

  • Internal Linking and Content Clusters — primary discovery path
  • Duplicate Content on Tool Pages — canonical URLs in sitemap
  • Meta Descriptions That Get Clicks — metadata hygiene alongside sitemap
  • Core Web Vitals and Images — crawl efficiency on heavy pages

Related tools

  • JSON Formatter — Debug sitemap generation scripts output
  • Word Counter — Editorial calendar pacing vs changefreq claims
  • Merge PDF — Example flagship tool URL for priority tiering
  • Compress Image — Image-heavy pages in optional image sitemap

Key takeaways

  • Does sitemap priority affect Google rankings: Google has stated it generally ignores priority values in XML sitemaps.
  • What should I set changefreq to in my sitemap: Use realistic change frequencies — daily for blog index, weekly for active blogs, monthly for stable tool pages.
  • How many URLs belong in one sitemap file: Keep each sitemap under 50,000 URLs and 50 MB uncompressed.

Conclusion

Sitemap priorities are not a secret ranking dial. Build complete sitemaps with accurate lastmod, realistic changefreq, and relative priority only if you enjoy tidiness — then invest energy in internal links and content quality. Crawlers discover URLs from sitemaps; they prioritize URLs from trust and topology.

Key takeaways

  • Does sitemap priority affect Google rankings: Google has stated it generally ignores priority values in XML sitemaps.
  • What should I set changefreq to in my sitemap: Use realistic change frequencies — daily for blog index, weekly for active blogs, monthly for stable tool pages.
  • How many URLs belong in one sitemap file: Keep each sitemap under 50,000 URLs and 50 MB uncompressed.

Frequently Asked Questions

Common questions answered to help you get the most from this tool.

seositemapxmlcrawlingtechnical-seo
Back to all articles

On this page

  • Quick answer
  • What an XML sitemap does
  • Priority: relative, mostly ignored
  • changefreq: honesty over aspiration
  • lastmod: the field worth getting right
  • Sitemap structure for multi-category tool sites
  • What to include and exclude
  • robots.txt coordination
  • Sitemap vs internal linking
  • Crawl budget considerations
  • Image and news sitemaps
  • RSS and sitemap overlap
  • Monitoring in Search Console
  • Common mistakes
  • Generating sitemaps in Next.js
  • Related articles
  • Related tools
  • Key takeaways
  • Conclusion

Related Articles

  • AdSense Content Depth — An Honest Pre-Review Checklist
  • Helpful Content on Tool Pages — What Google Rewards
  • Content Calendars for Utility-First Websites