You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be nice if someone could use your base tool like this, but a little less hacky where you can receive the page from a stub view that you can import from endless and a stub URL from endless which would setup the fake page.
Just an idea if anyone knew, but URLs which have a folder name would rank higher than those with a get parameter with SEO.
Close if you want, but I wanted to suggest something more elegant that you guys can support maybe as a configuration.
The text was updated successfully, but these errors were encountered:
I had a requirement to change my urls from /?page=1 ?page=2 etc etc to a slug folder like -1/ -2/ -3/
I implemented it like this:
davidrenne@f490a76
It is a bit hacky because I am translating the page parameter from URLS.py
Where my original use case was views.index paginating just fine.
I created a dash version which had this contents for the stubbed view:
It might be nice if someone could use your base tool like this, but a little less hacky where you can receive the page from a stub view that you can import from endless and a stub URL from endless which would setup the fake page.
Just an idea if anyone knew, but URLs which have a folder name would rank higher than those with a get parameter with SEO.
Close if you want, but I wanted to suggest something more elegant that you guys can support maybe as a configuration.
The text was updated successfully, but these errors were encountered: