← knowledge.oriz.in

SEO services

index servicesseoindex

SEO services

The family's SEO posture is built on three pillars (locked in decisions/architecture/seo-three-pillars.md) plus two consoles that monitor the result, plus a three-format feed publishing strategy (locked in decisions/architecture/feeds-rss-atom-json.md). All layers are free and require no card.

The five SEO layers

Layer Service Status Role
Pillar 1 — discovery astrojs-sitemap.md active Generates sitemap.xml at astro build time
Pillar 2 — instant indexing indexnow.md active Pings Bing + Yandex + Seznam + Naver on publish (via oriz-omnipost)
Pillar 3 — semantic markup json-ld-structured-data.md active Schema.org JSON-LD via <JsonLd> in oriz-kit
Console — Google google-search-console.md active Sitemap submission + index monitoring
Console — Bing/DDG bing-webmaster.md active Sitemap submission + IndexNow key management

Three-format feed publishing

Every content-bearing site publishes three feed formats so we never lose a subscriber to a format gap:

Path Format Service file
/rss.xml RSS 2.0 (canonical, source-of-truth for oriz-omnipost) (Astro built-in / oriz-kit helper)
/atom.xml Atom 1.0 (RFC 4287) atom-feed.md
/feed.json JSON Feed v1.1 (jsonfeed.org) json-feed.md

@chirag127/oriz-kit ships a <FeedDiscovery /> component that injects all three <link rel="alternate"> tags, plus generateAtomFeed() / generateJsonFeed() helpers that consume the same Post[] shape as the RSS generator.

RSS 2.0 stays the source-of-truth for oriz-omnipost cross-posting (locked in decisions/architecture/cross-post-engine.md); Atom + JSON Feed are for human readers / modern feed tooling.

Why all five SEO layers + three feeds

Each layer covers a different failure mode:

Together they form a discovery → instant-ping → semantic-context → syndicate → monitor pipeline that runs on free tiers and requires no card.

Cross-refs