Actions
Feature proposal #6329
closedImplement SEO paging URLs
Description
Currently when using JS based POST pagination the page URLs can not be crawled. The URLs need to be valid paging URLs while still using a POST usage. This should be optional variable as part of setBaseURL.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1200
This initially is only applying to userlists, but other plugins will be able to utilize it now. They should set the base <form URL as the paging base URL then set $forcePost to true for SEO paging while maintaining POST usage.
Actions