Skip to content

Commit 4db7a1f

Browse files
authored
Merge pull request Expensify#63408 from Expensify/francois-robots
Add robots.txt
2 parents 4f5bde6 + 074963e commit 4db7a1f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

config/webpack/webpack.common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ const getCommonConfiguration = ({file = '.env', platform = 'web'}: Environment):
114114
{from: 'web/favicon-unread.png'},
115115
{from: 'web/og-preview-image.png'},
116116
{from: 'web/apple-touch-icon.png'},
117+
{from: 'web/robots.txt'},
117118
{from: 'assets/images/expensify-app-icon.svg'},
118119
{from: 'web/manifest.json'},
119120
{from: 'web/thirdPartyScripts.js'},

web/robots.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
User-agent: *
2+
3+
Allow: /$
4+
Disallow: /
5+
6+
Sitemap: https://help.expensify.com/sitemap.xml
7+
Sitemap: https://use.expensify.com/sitemap.xml

0 commit comments

Comments
 (0)