{"id":24764810,"url":"https://github.com/pablofrommars/blazor.sitemap","last_synced_at":"2026-04-13T22:03:44.202Z","repository":{"id":92840649,"uuid":"497032569","full_name":"pablofrommars/Blazor.Sitemap","owner":"pablofrommars","description":"Sitemap generator for Blazor.","archived":false,"fork":false,"pushed_at":"2022-05-27T14:42:42.000Z","size":9,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T17:06:13.662Z","etag":null,"topics":["blazor"],"latest_commit_sha":null,"homepage":"","language":"C#","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/pablofrommars.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-27T14:42:40.000Z","updated_at":"2022-10-07T11:32:12.000Z","dependencies_parsed_at":"2023-06-03T03:30:11.061Z","dependency_job_id":null,"html_url":"https://github.com/pablofrommars/Blazor.Sitemap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablofrommars%2FBlazor.Sitemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablofrommars%2FBlazor.Sitemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablofrommars%2FBlazor.Sitemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablofrommars%2FBlazor.Sitemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablofrommars","download_url":"https://codeload.github.com/pablofrommars/Blazor.Sitemap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245130397,"owners_count":20565645,"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":["blazor"],"created_at":"2025-01-28T22:34:47.672Z","updated_at":"2026-04-13T22:03:44.168Z","avatar_url":"https://github.com/pablofrommars.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Blazor.Sitemap\n===========================\n\n[![NuGet](https://img.shields.io/nuget/vpre/Blazor.Sitemap.svg)](https://www.nuget.org/packages/Blazor.Sitemap)\n[![NuGet](https://img.shields.io/nuget/dt/Blazor.Sitemap.svg)](https://www.nuget.org/packages/Blazor.Sitemap) \n\n[Sitemap](https://en.wikipedia.org/wiki/Sitemaps) generator for Blazor.\n\n# Installation\n\nInstall [Blazor.Sitemap with NuGet](https://www.nuget.org/packages/Blazor.Sitemap):\n\n    Install-Package Blazor.Sitemap\n    \nOr via the .NET Core command line interface:\n\n    dotnet add package Blazor.Sitemap\n\n# Usage\n\n## Map endpoint\n\n```csharp\nvar builder = WebApplication.CreateBuilder(args);\n\nbuilder.Services.AddRazorPages();\nbuilder.Services.AddServerSideBlazor();\n\nvar app = builder.Build();\n\napp.UseHttpsRedirection();\napp.UseStaticFiles();\napp.UseRouting();\n\napp.MapControllers();\napp.MapBlazorHub();\napp.MapSitemap(\"https://pablofrommars.github.io\"); //Adjust for your url\napp.MapFallbackToPage(\"/_Host\");\n\napp.Run();\n```\n\n## Annotate your pages\n\n```csharp\n@page \"/\"\n@attribute [SitemapUrl(changeFreq: ChangeFreq.Daily, priority: 1.0)]\n```\n\n```csharp\n@page \"/contact\"\n@attribute [SitemapUrl(changeFreq: ChangeFreq.Monthly, priority: 0.5)]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablofrommars%2Fblazor.sitemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablofrommars%2Fblazor.sitemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablofrommars%2Fblazor.sitemap/lists"}