Ayfri
01/28/2024, 12:05 PM?_kobwebIsExporting=true
parameter added ? For example you can go on <http://ayfri.com/|ayfri.com/>
but also <http://ayfri.com/?_kobwebIsExporting=true/|ayfri.com/?_kobwebIsExporting=true/>
, it will be the exact same page.
I don't want these fantom pages to be generatedDavid Herman
01/29/2024, 1:07 AMDavid Herman
01/29/2024, 2:51 AMAyfri
01/29/2024, 8:46 AM?something=something
), but ?_kobwebIsExporting=true
is present when using context.route
, but in past commits I added canonical URL as the exact context.route.url
And google registered these pages as the "official" pages, it was a mistake by me
But is there any simple way to automatically remove any query parameters ?
I can do it myself by always redirecting if any parameter is present (and if I have a page with parameters I will add a custom behavior)David Herman
01/29/2024, 6:21 PMDavid Herman
01/29/2024, 6:21 PMDavid Herman
01/29/2024, 6:22 PMDavid Herman
01/29/2024, 6:38 PMctx.isExporting
which can be useful)Ayfri
01/29/2024, 7:19 PMcontext.route.parameters.clear()
David Herman
01/29/2024, 7:53 PMAyfri
01/29/2024, 8:18 PMDavid Herman
01/29/2024, 11:32 PMDavid Herman
01/29/2024, 11:33 PMDavid Herman
01/29/2024, 11:33 PMAyfri
01/30/2024, 8:13 PMDavid Herman
01/30/2024, 8:17 PMDavid Herman
01/30/2024, 8:18 PM