Seo
Generate schema markup to improve your site's SEO.
Getting Started
*Import the seo
module into your Deno project
// ./main.ts
import { generateSchema } from "seo";
A basic sitemap should now be available at:
[http://localhost:8000/sitemap.xml
][Localhost]
How does it work?
SEO allows you retrieve schema markup that can be used within ld+json script tags
Article
Person
Unit Tests
Unit tests can be run using:
deno test