w1ll
Junior Member
- Feb 23, 2019
- 127
- 53
Hello there.
I've been developing a blog from scratch for the past 5 months (almost done
). I haven't had the time to make SEO-friendly URLs tho, and here's what they look like right now:
For articles:
Main page, at page 2 (the "p" variable doesn't appears on page 1):
I also have this one, for tags (I mainly implemented this feature for the page inflation factor/backlinks)
My question is:
Wont Google prefer URLs like "mywebsite.com/post/this-is-the-post-name"? I heard somewhere variables in URLs could impact my website negatively.
What do you think? Should I go for it?
Thanks yall
I've been developing a blog from scratch for the past 5 months (almost done
For articles:
Code:
mywebsite.com/post/?q=this-is-the-post-name
Main page, at page 2 (the "p" variable doesn't appears on page 1):
Code:
mywebsite.com/?p=2
I also have this one, for tags (I mainly implemented this feature for the page inflation factor/backlinks)
Code:
mywebsite.com/tag/?q=Adventure
My question is:
Wont Google prefer URLs like "mywebsite.com/post/this-is-the-post-name"? I heard somewhere variables in URLs could impact my website negatively.
What do you think? Should I go for it?
Thanks yall