fresh-seo icon indicating copy to clipboard operation
fresh-seo copied to clipboard

The fastest way ⚡️ to create sitemap and robots.txt in your Deno Fresh project 🍋

Results 8 fresh-seo issues
Sort by recently updated
recently updated
newest added

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`

enhancement

Like the `add` function, we should also allow user to exclude specific routes they don't want to index.

enhancement
help wanted
good first issue

https://developers.google.com/search/docs/advanced/robots/intro

enhancement
help wanted
good first issue

Add meta tags to all pages to improve link querying and social links.

enhancement

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() ^...