Skip to content

Commit

Permalink
[SEO]#4455: Sitemaps (#4529)
Browse files Browse the repository at this point in the history
fixes #4455 
fixes #4468

Co-authored-by: Jaylyn Barbee <[email protected]>
  • Loading branch information
zateutsch and Jaylyn-Barbee authored Nov 15, 2023
1 parent bdd1936 commit b6abd23
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 2 deletions.
43 changes: 43 additions & 0 deletions apps/blog/public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://blog.pwabuilder.com/</loc>
<priority>0.8</priority>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/you-won't-believe-how-we-enabled-in-app-purchases-for-pwas-on-ios/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/building-memos-ai-a-developer's-perspective/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/announcing-the-app-capabilities-card/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/mimic-native-transitions-in-your-progressive-web-app/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/use-the-pwabuilder-cli-to-create-a-new-progressive-web-app/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/publish-your-pwa-to-the-microsoft-store-on-windows-for-free/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/introducing-informative-and-actionable-tooltips-for-the-pwabuilder-action-items-list!/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/the-manifest-editor/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/the-new-pwabuilder-report-card/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/announcing-pwa-studio-the-vs-code-extension-for-building-progressive-web-apps!/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/publish-your-pwa-to-the-ios-app-store/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/visualizing-your-web-manifest/</loc>
</url>
</urlset>
4 changes: 2 additions & 2 deletions apps/pwabuilder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions apps/pwabuilder/public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.pwabuilder.com/</loc>
<priority>1.0</priority>
</url>
</urlset>

0 comments on commit b6abd23

Please sign in to comment.