{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same catalogue, so a page rendered by a non-owner points its canonical at the owner instead of competing with it. Falls back to this site for static/self-owned pages. #}
🍋
Menu
SEO

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.

Teknik Detay

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.

Ornek

```html
<!-- Passage Ranking: implementation example -->
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://peasytools.com/page/">
```

Ilgili Araclar

Ilgili Terimler