Skip to content

Commit

Permalink
Merge pull request Expensify#21757 from Expensify/rocio-Sitemap
Browse files Browse the repository at this point in the history
Add sitemap and robots for the help page
  • Loading branch information
marcochavezf authored Jun 28, 2023
2 parents 054b71b + bbf5283 commit 19ca306
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *

Sitemap: https://help.expensify.com/sitemap.xml
10 changes: 10 additions & 0 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://help.expensify.com</loc>
<lastmod>2023-07-27</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>

0 comments on commit 19ca306

Please sign in to comment.