My WordPress site redirects `/?p=###` URLs, is that an SEO problem?
After running a report on using SEOprofiler, I receive notices (not warnings or errors) for every page on my website that a 301 re-direct exists.
For example:
/?p=3460301 redirects.
The URL redirects to the other page/physical-therapy-at-home/by using the HTTP status code 301 which tells the search engines that the redirect is permanent.
/?p=925301 redirects. The URL redirects to the other page/physical-therapy/by using the HTTP status code 301 which tells the search engines that the redirect is permanent.
/?p=3367301 redirects
The URL redirects to the other page/synergy-staff/by using the HTTP status code 301 which tells the search engines that the redirect is permanent.
If I tested my website using Microsofts IIS SEO, the site analysis gives me multiple messages like the following:
The link to
/?p=62has resulted in HTTP redirection to/company-background-synergy-health/.
Search engines can only pass page rankings and other relevant data through a single redirection hop. Using unnecessary redirects can have a negative impact on page ranking.
Can you advise if this is normal for a WordPress site or if a problem potentially exists?
That is normal for Wordpress. A redirect is actual better for SEO than a 404 Not Found or other error.
What you should be doing though is sharing the links with their final URL, not the post number since those links are direct and more meaningful to users. In any case, the /?p=#### addresses are kind of a constant in WordPress, while you can pretty much change the user-friendly ones at will.
Comments
Post a Comment