?q= in URLs?

w1ll

Junior Member
Joined
Feb 23, 2019
Messages
127
Reaction score
53
Hello there.

I've been developing a blog from scratch for the past 5 months (almost done :anyway:). I haven't had the time to make SEO-friendly URLs tho, and here's what they look like right now:

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?:D
Thanks yall :p
 
If I were you I would "noindex" tags-pages.

And for articles, use one of the followings.
  1. website.com/post-name
  2. website.com/blog/post-name
 
I'm real drunk right now. Remind me to answer tomorrow.
Uhm.. Wrong thread? Im a little confused :p
Will remind you tomorrow then, I guess? :D Have fun.
 
It shouldn't be much of an issue with modern search engines, they know ? is a variable and not the actual permalink itself. Are you seeing them in GSC?
 
Back
Top