@kpanks/seo
v0.1.0
Published
Praetor GEO/SEO pack — sitemap, robots, ai.txt, llms.txt, ai:description, og/twitter, JSON-LD (Article/FAQ/Breadcrumb/Org), hreflang, RSS, opensearch, security.txt, humans.txt.
Downloads
71
Maintainers
Readme
@kpanks/seo
GEO/SEO emission pack for Praetor charters. Declarative input, 15+ output surfaces:
sitemap.xml,robots.txt,ai.txt,llms.txt,ai:description- Open Graph + Twitter card tags
- JSON-LD:
Article,FAQPage,BreadcrumbList,Organization,WebSite,SoftwareApplication hreflangannotations- RSS / Atom,
opensearch.xml,security.txt,humans.txt
Install
npm install @kpanks/seoUsage
import { emit } from "@kpanks/seo";
const surfaces = emit({
site: { name: "Linger", url: "https://linger.chat" },
pages: [...],
organization: { name: "J&B Enterprise LLC" },
});
// surfaces.sitemap, surfaces.robots, surfaces.aiTxt, …License
Apache 2.0.
