Skip to content

Commit

Permalink
Improve SEO performance on search pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ícaro committed May 25, 2021
1 parent 58e7435 commit bfb3eea
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 bfb3eea

Please sign in to comment.