Passage Ranking
Google Passage Ranking
A Google feature that indexes and ranks individual passages within a page, allowing specific sections to appear in search results.
Détail technique
XML passage rankings follow the sitemaps.org protocol, listing URLs with optional lastmod, changefreq, and priority attributes. A single sitemap is limited to 50,000 URLs or 50 MB; larger sites use a sitemap index file that references multiple sitemaps. Google largely ignores changefreq and priority, relying instead on its own crawl scheduling. Sitemap submission through Google Search Console or a robots.txt Sitemap: directive ensures discovery of pages that might not be found through link crawling.
Exemple
```html <!-- Passage Ranking: implementation example --> <meta name="robots" content="index, follow"> <link rel="canonical" href="https://peasytools.com/page/"> ```