UNPKG

remix-seo-plus

Version:

Collection of SEO utilities like sitemap, robots.txt, etc. for a Remix application. A fork of https://github.com/balavishnuvj/remix-seo with some added bug fixes and features.

4 lines (3 loc) 131 B
export { generateSitemap } from "./sitemap"; export { generateRobotsTxt } from "./robotstxt"; export { SEOHandle } from "./types";