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.

3 lines (2 loc) 114 B
import { RobotsPolicy } from "../types"; export declare function getRobotsText(policies: RobotsPolicy[]): string;