Skip to content

Commit

Permalink
fix: lighthouse complaining about robots.txt (#89)
Browse files Browse the repository at this point in the history
* fix lighthouse complaining about robots.txt

* lighthouse complaining about missing robots.txt

* Update CHANGELOG.md

Co-authored-by: Fanny Chien <[email protected]>

* changelog

Co-authored-by: Fanny Chien <[email protected]>
  • Loading branch information
tlgimenes and hellofanny authored Jun 2, 2022
1 parent 1887960 commit 032fe29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Lighthouse complaining about missing robots.txt ([#89](https://github.com/vtex-sites/nextjs.store/pull/89))
- Search suggestions missing locale info ([#71](https://github.com/vtex-sites/nextjs.store/pull/71))
- Limit custom props only for `img` and `link` tags ([#60](https://github.com/vtex-sites/nextjs.store/pull/60))
- Warning related to `fetchPriority` prop not being recognized as `img` and `link`'s prop ([#54](https://github.com/vtex-sites/nextjs.store/pull/54))
Expand Down
5 changes: 5 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
User-agent: *
Allow: /
Disallow: /checkout/*
Sitemap: https://vtexfaststore.com/sitemap/sitemap-index.xml
Host: https://vtexfaststore.com

1 comment on commit 032fe29

@vercel
Copy link

@vercel vercel bot commented on 032fe29 Jun 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.