SEO friendly pagination #498
pavlentij
started this conversation in
Feature Requests
Replies: 1 comment
-
The pagination is the default Laravel pagination just exported to add dark styles. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently found that the pagination block doesn't have links. And when search engines, or monitoring tools (for example, Oh Dear) are crawling/scanning the website, then they cannot get all the links from the table items.
Maybe it's possible by replacing
<button/>
with<a href=""/>
, so the AJAX requests will still work, but crawlers will also be able to find links to other than first page.Beta Was this translation helpful? Give feedback.
All reactions