fresh-seo
fresh-seo copied to clipboard
The fastest way ⚡️ to create sitemap and robots.txt in your Deno Fresh project 🍋
It's possible to split sitemaps into different file (https://developers.google.com/search/docs/advanced/sitemaps/large-sitemaps) we should have a way to support that using a new class `SitemapIndex`
Like the `add` function, we should also allow user to exclude specific routes they don't want to index.
https://developers.google.com/search/docs/advanced/robots/intro
Add meta tags to all pages to improve link querying and social links.
related issue: https://github.com/xstevenyung/fresh-seo/issues/25 Based on the [Fresh Project](https://github.com/denoland/fresh/tree/main/tests), I wrote some code for plugin testing. In the `tests/` directory, the `fixture/` directory is a stub Fresh site as a test...
Look into [Fresh](https://github.com/denoland/fresh/blob/main/tests/plugin_test.ts). It prepares a fixture(a stub Fresh server) to run the plugin and runs a test on that fixture. I'm not sure if this way is the best...
After upgrading your environment to Deno 2.0 project is unable to build, showing error: ``` error: Uncaught (in promise) ReferenceError: window is not defined if (!window.hackle) window.hackle = makeHackle() ^...