Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enables search seo
noFollow
from config (#2656)
## What's the purpose of this pull request? This PR aims to enable the `nofollow` prop from NextSeo from the discovery.config value. ## How it works? The default value is true as was previously, but the stores can switch to false as needed. ## How to test it? You can switch the value from `discovery.config.js `-> `seo.search.noFollow` and check the value from the meta tag related. ### Starters Deploy Preview - vtex-sites/starter.store#675 | [nofollow true](https://storeframework-cm652ufll028lmgv665a6xv0g-dgphn5fzx.b.vtex.app/s?q=headphone&fuzzy=0&operator=and&facets=fuzzy%2Coperator&sort=score_desc&page=0) | [nofollow false](https://storeframework-cm652ufll028lmgv665a6xv0g-7mt68ho4g.b.vtex.app/s?q=headphone&fuzzy=0&operator=and&facets=fuzzy%2Coperator&sort=score_desc&page=0) | |--------|--------| | <img width="1274" alt="Screenshot 2025-01-30 at 12 08 55" src="https://github.com/user-attachments/assets/0e2a542c-cc97-47c5-a4e1-b8110d47076f" /> | <img width="1297" alt="Screenshot 2025-01-30 at 12 05 31" src="https://github.com/user-attachments/assets/498411b9-86ef-4da4-9e8d-47dfe89f653d" /> |
- Loading branch information