-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add experimental flag to allow stores to disable NextSEO robots (#2140)
## What's the purpose of this pull request? FastStore stores use NextSEO's default robot tags. This PR allows stores to opt-out of the robot tags and write their own. Solves #2139 ## How to test it? Check the deploy preview [of this PR](vtex-sites/starter.store#294) and see that there are no robot tags. ## References [Next SEO](https://github.com/garmeeh/next-seo)
- Loading branch information
Showing
4 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,5 +91,6 @@ module.exports = { | |
experimental: { | ||
cypressVersion: 12, | ||
enableCypressExtension: false, | ||
noRobots: false, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters