UNPKG

astro-seo-metadata

Version:

Bare minimum SEO meta tags to make most social networks and Google engine happy.

11 lines (8 loc) 780 B
/* ——————————————————————————————————————————————————————————————————————————— * * © Julian Cataldo — https://www.juliancataldo.com. * * See LICENSE in the project root. * /* —————————————————————————————————————————————————————————————————————————— */ // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-expect-error import SEOMetadata from './SEOMetadata.astro'; export { SEOMetadata };