{# 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

Rich Snippet

Rich Search Result Snippet

Enhanced search results displaying additional information (ratings, prices, FAQs) extracted from structured data.

기술 세부사항

Rich Snippet uses Schema.org vocabulary encoded as JSON-LD (recommended by Google), Microdata, or RDFa. It enables rich results in search: star ratings (Review), recipe cards (Recipe), FAQ accordions (FAQPage), how-to steps (HowTo), and breadcrumbs. Google validates structured data through the Rich Results Test. Invalid or spammy markup can result in manual actions. Structured data doesn't directly improve rankings but increases click-through rates by occupying more visual space in search results.

예시

```html
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebApplication",
  "name": "PDF Merge Tool",
  "applicationCategory": "UtilitiesApplication",
  "offers": { "@type": "Offer", "price": "0" },
  "operatingSystem": "Any (browser-based)"
}
</script>
```

관련 도구

관련 용어