--- import BaseLayout from '../layouts/BaseLayout.astro'; import { getFeedCategories, getFeedTags } from '../lib/feed'; import { buildOgImage, buildBreadcrumbs, absoluteUrl } from '../lib/seo'; const categories = await getFeedCategories(); const tags = await getFeedTags(); const description = 'Subscribe to Unique: RSS and JSON feeds for everything, plus per-category and per-tag feeds.'; const ogImage = buildOgImage(undefined, 'site', 'Feeds on Unique'); const collectionPage = { '@context': 'https://schema.org', '@type': 'CollectionPage', '@id': absoluteUrl('/feeds/#collection'), name: 'Feeds — Unique', description, url: absoluteUrl('/feeds/'), inLanguage: 'en-US', }; const breadcrumbs = buildBreadcrumbs([ { name: 'Home', url: '/' }, { name: 'Feeds', url: '/feeds/' }, ]); ---

Feeds

Everything published here — reviews, bundles, posts — is available as a feed. Paste any of these into your feed reader.

Everything

By category

Each category page also advertises its own feed for autodiscovery.

By tag

For robots

Reading the site programmatically? You may also want: