{"id":25872897,"url":"https://github.com/excessivecoding/fresh-seo","last_synced_at":"2025-12-11T21:14:17.199Z","repository":{"id":41442859,"uuid":"509244880","full_name":"excessivecoding/fresh-seo","owner":"excessivecoding","description":"The fastest way ⚡️ to create sitemap and robots.txt in your Deno Fresh project 🍋","archived":false,"fork":false,"pushed_at":"2023-08-15T16:09:32.000Z","size":80,"stargazers_count":53,"open_issues_count":7,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-15T09:38:59.941Z","etag":null,"topics":["deno","fresh","seo","sitemap","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/excessivecoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-06-30T22:00:30.000Z","updated_at":"2025-06-16T13:42:36.000Z","dependencies_parsed_at":"2023-02-13T03:45:57.677Z","dependency_job_id":null,"html_url":"https://github.com/excessivecoding/fresh-seo","commit_stats":{"total_commits":45,"total_committers":6,"mean_commits":7.5,"dds":0.2666666666666667,"last_synced_commit":"d3cc04b8eddbd930839033ace374f67ba5585231"},"previous_names":["xstevenyung/fresh-sitemap","excessivecoding/fresh-seo"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/excessivecoding/fresh-seo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excessivecoding%2Ffresh-seo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excessivecoding%2Ffresh-seo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excessivecoding%2Ffresh-seo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excessivecoding%2Ffresh-seo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/excessivecoding","download_url":"https://codeload.github.com/excessivecoding/fresh-seo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excessivecoding%2Ffresh-seo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265440859,"owners_count":23765856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","fresh","seo","sitemap","typescript"],"created_at":"2025-03-02T08:29:02.003Z","updated_at":"2025-12-11T21:14:12.144Z","avatar_url":"https://github.com/excessivecoding.png","language":"TypeScript","readme":"# Fresh SEO 🍋   [![Badge License]][License]\n\n*Quickly creating sitemaps for your **Deno [Fresh project]**.*\n\n\u003cbr\u003e\n\n## Getting Started\n\n*Import the plugin `freshSEOPlugin` in your Fresh app*\n\n```ts\n// ./main.ts\nimport { start } from \"$fresh/server.ts\";\nimport manifest from \"./fresh.gen.ts\";\n\nimport { freshSEOPlugin } from \"https://deno.land/x/fresh_seo/mod.ts\";\n\nawait start(manifest, {\n  plugins: [\n    freshSEOPlugin(manifest)\n  ],\n});\n\n```\n\nA basic sitemap should now be available at:\n    \n[`http://localhost:8000/sitemap.xml`][Localhost]\n    \n\u003cbr\u003e\n\n## How does it work?\n\n**Fresh SEO 🍋** automatically maps out **static** routes in your project.\n\n*For basic routes, you do not have to do anything manually.*\n\n\u003cbr\u003e\n\n### Dynamic Routes\n\n*You will still have to map dynamic routes yourself!*\n\n```ts\n// ./main.ts\nimport { start } from \"$fresh/server.ts\";\nimport manifest from \"./fresh.gen.ts\";\n\nimport { freshSEOPlugin } from \"https://deno.land/x/fresh_seo/mod.ts\";\n\nawait start(manifest, {\n  plugins: [\n    freshSEOPlugin(manifest, {\n        include: [\"/blog/intro\"]\n    })\n  ],\n});\n```\n\n*You can also remove unwanted routes*\n\n```ts\n// ./main.ts\nimport { start } from \"$fresh/server.ts\";\nimport manifest from \"./fresh.gen.ts\";\n\nimport { freshSEOPlugin } from \"https://deno.land/x/fresh_seo/mod.ts\";\n\nawait start(manifest, {\n  plugins: [\n    freshSEOPlugin(manifest, {\n        exclude: [\n            \"/blog/intro\",\n            \"/api/*\"\n        ]\n    })\n  ],\n});\n```\n\n\u003cbr\u003e\n\n## Testing\n\nThe test suite can be started with\n\n```shell\ndeno task test\n```\n\n\u003cbr\u003e\n\n\u003c!-----------------------------------------------------------------------------\u003e\n\n[Fresh project]: https://fresh.deno.dev/\n[Localhost]: http://localhost:8000/sitemap.xml\n\n[License]: LICENSE\n\n\n\u003c!----------------------------------[ Badges ]---------------------------------\u003e\n\n[Badge License]: https://img.shields.io/badge/License-MIT-ac8b11.svg?style=for-the-badge\u0026labelColor=yellow\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcessivecoding%2Ffresh-seo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexcessivecoding%2Ffresh-seo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcessivecoding%2Ffresh-seo/lists"}