Skip to content

Commit

Permalink
Merge pull request #242 from vtex-apps/feature/search-fetch-improve-seo
Browse files Browse the repository at this point in the history
Improve SEO performance on search pages
  • Loading branch information
Ícaro Azevedo authored Jun 8, 2021
2 parents 58e7435 + bfb3eea commit d1c5e4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- `search-fetch-previous` and `search-fetch-more` to use `a` tags to improve SEO performance

## [4.3.0] - 2021-01-14
### Added
Expand Down
10 changes: 10 additions & 0 deletions store/blocks/search.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@
},
"children": ["search-fetch-more"]
},
"search-fetch-previous": {
"props": {
"htmlElementForButton": "a"
}
},
"search-fetch-more": {
"props": {
"htmlElementForButton": "a"
}
},
"flex-layout.row#products": {
"children": ["search-content"]
},
Expand Down

0 comments on commit d1c5e4f

Please sign in to comment.