if I call shortcode in some page, then this address is correct?
/?strona=2
Wordpress automatically add "/".
As far as I remember, it has always been:
.php?strona=2?filter=1
All work's but is this correct?
if I call shortcode in some page, then this address is correct?
http://mypage/recipes_page/?strona=2
Wordpress automatically add "/".
As far as I remember, it has always been:
http://mypage/recipes_page.php?strona=2?filter=1
All work's but is this correct?
Share Improve this question edited Jul 21, 2019 at 23:42 Jaron asked Mar 20, 2019 at 22:13 JaronJaron 458 bronze badges1 Answer
Reset to default 1See the accepted answer to this question: https://webmasters.stackexchange/questions/81252/is-a-trailing-slash-appropriate-before-url-parameters
tl;dr Either way is correct, but consistency in the result is the key to best SEO practices, because with/without is a different URL.
If you don't want the trailing slash (or you do), you can change it in your Admin, Permalinks screen.