UNPKG

astro-seo-plugin

Version:

A strong and reliable Astro SEO optimization plugin made just for Astro-based websites that boosts performance, makes sites more visible to search engines, and helps developers get their sites to rank higher. It does this through smart analytics and by ma

3 lines 210 B
export type { SEOProps, OpenGraphProps, TwitterCardProps, RobotsProps } from './types/index.js'; export { default as AstroSEO, default as SEO } from './components/SEO.astro'; //# sourceMappingURL=index.d.ts.map