Skip to content

Commit

Permalink
Added sitemap.xml file (#199)
Browse files Browse the repository at this point in the history
## Target
<!--
  Why are you making this change?
 -->
Added sitemap.xml file
#### Open Questions
<!-- OPTIONAL
- [ ] Use the GitHub checklists to spark discussion on issues that may
arise from your approach. Please tick the box and explain your answer.
-->

## Checklist
<!--
It serves as a gentle reminder for common tasks. Confirm it's done and
check everything that applies.
-->
- [ ] Documentation updated
- [x] Tests cover new or modified code
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] New dependencies added
- [ ] Includes breaking changes
- [ ] Version bumped

## Visuals
<!-- OPTIONAL
Show results both before and after this change. When the output changes,
it can be a screenshot of a trace, metric, or log illustrating the
change.
-->
  • Loading branch information
MaxymGorn authored Aug 3, 2023
1 parent 99b7e7e commit 1d308b1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/Cropper.Blazor/Client/wwwroot/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://cropperblazor.github.io/</loc>
<lastmod>2023-08-02T21:02:02+03:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://cropperblazor.github.io/demo</loc>
<lastmod>2023-08-02T21:02:02+03:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://cropperblazor.github.io/api</loc>
<lastmod>2023-08-02T21:02:02+03:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://cropperblazor.github.io/about</loc>
<lastmod>2023-08-02T21:02:02+03:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.7</priority>
</url>
</urlset>

0 comments on commit 1d308b1

Please sign in to comment.