最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugins - correctness of URL

programmeradmin0浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 1

See 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.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论