Temporary redirects
-
why is wordpress creating redirects from trackbacks and what can i do about it?
according to seomoz i have several of these kinds of temporary redirects:
http://redlandsorthodontics.com/about-us-2/meet-the-staff/redlands-orthodontics/trackback/
redirects to
http://redlandsorthodontics.com/about-us-2
what are trackbacks anyway since i didn't purposely create them?
-
thanks for pointing that out
-
great info.thank you
-
There's a deeper issue going on - the pages with trackbacks aren't actually accessible from your site's menu the way it is now - these pages:
- http://redlandsorthodontics.com/orthodontics/children/child_braces-2/
- http://redlandsorthodontics.com/testimonials/redlands_braces_for_children/
All the pages with the trackbaks are being linked to (accidentally) from images.
Try to follow this chain
- This image -> http://redlandsorthodontics.com/wp-content/uploads/redlands_braces_for_children.jpg
- on this page -> http://redlandsorthodontics.com/testimonials/
- links to -> http://redlandsorthodontics.com/?attachment_id=362
- which redirects to -> http://redlandsorthodontics.com/testimonials/redlands_braces_for_children/
- which has the trackback -> http://redlandsorthodontics.com/about-us-2/meet-the-staff/redlands-orthodontics/trackback/ on it which has the 302 redirect.
You need to:
- Remove the links from the images. Go to media->select an image->edit->and select "link to NONE"
That should straighten it out.
-Dan
-
To answer one question first - a trackback basically is an alert to you, the blog owner, when someone links to your post.
Great definition over at Wikipedia: http://en.wikipedia.org/wiki/Trackbacks
Wordpress often auto-creates redirects, as this saves you, the blog owner from considering these things and it minimises 404-Not Found... the main things that create a redirect are posts being moved or deleted, the same with comments.
As to whether you NEED to do anything about the redirects SEOmoz software is finding for you will depend on whether those addresses being redirected
- exist on-site
- Are linked to on your site
- OR are in the SERPs
Do a site:redlandsorthodontics.com search in Google/Bing to see if those pages exist in the SERPs.
The only thing I would say is that if the pages being redirected don't exist, or shouldn't exist, and probably won't be brought into existence then go into the .htaccess file and look for the offending URL and make it a 301 Redirect (Permanent Redirect, rather than temporary), as there's no need for it to be temporary.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Page redirected too many times
Hello, How can we solve the following error : This page isn't working ** redirected you too many times.** It's very frustrating. I have cleared the cookies. Still, the problem persists. Thanks
Technical SEO | | Johnroger0 -
Javascript redirects harmful for SEO?
Hi Mozzers, A website deals with some javascript redirects. After some research, It came clear a normal 301 is the best option, but javascript redirects can be useful if you don't have access to a website' server. Does anyone have experience with javascript redirects? Can they be harmful in any point of SEO? I would love to hear your thoughts!
Technical SEO | | WeAreDigital_BE0 -
What to do with temporary empty pages?
I have a website listing real estate in different areas that are for sale. In small villages, towns, and areas, sometimes there is nothing for sale and therefore the page is completely empty with no content except a and some footer text. I have thousand of landing pages for different areas. For example "Apartments in Tibro" or "Houses in Ljusdahl" and Moz Pro gives me some warnings for "Duplicate Content" on the empty ones (I think it does so because the pages are so empty that they are quite similar). I guess Google could also think bad of my site if I have hundreds or thousands of empty pages even if my total amount of pages are 100,000. So, what to do with these pages for these small cities, towns and villages where there is not always houses for sale? Should I remove them completely? Should I make a 404 when no houses for sale and a 200 OK when there is? Please note that I have totally 100,000+ pages and this is only about 5% of all my pages.
Technical SEO | | marcuslind900 -
301 redirect from sites closing down
Hi We have around 10 supplementary sites that have links to our site which are now closing down but are out of our control. We could have access to their domains so how could we maintain the link juice from these old sites which are going to our new site? However there will be no websites left on these old supplementary just domain names
Technical SEO | | ocelot0 -
Can I remove 301 redirects after some time?
Hello, We have an very large number of 301 redirects on our site and would like to find a way to remove some of them. Is there a time frame after which Google does not need a 301 any more? For example if A is 301 redirected to B, does Google know after a while not to serve A any more, and replaces any requests for A with B? How about any links that go to A? Or: Is the only option to have all links that pointed to A point to B and then the 301 can be removed after some time? Thank you for you you help!
Technical SEO | | Veva0 -
301 Redirect with ASP (not .NET)
I'm looking to redirect non www to www and also .co.uk to .com. http://www.xxxxx.com is the intended target. http://xxxxx.com & http://www.xxxxx.co.uk & http://xxxxx.co.uk to redirect. I managed to do some of this but if I come through to a service page /services/cars.asp it redirects to the homepage. All I have so far is this code: <% If InStr(Request.ServerVariables("SERVER_NAME"),"www") = 0 ThenResponse.write "http://www." & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("URL") & "?" & Request.ServerVariables("QUERY_STRING")Response.EndEnd if %> What am I missing?
Technical SEO | | Hughescov0 -
302 Redirects & WordPress
Hi Mozzers- We started a WordPress blog for one of my clients to help improve the domain authority, increase visits, etc. a few months ago. I ran a crawl report a few days ago and noticed that the /trackback/ pages are getting redirected to the appropriate page using a 302 redirect not a 301 redirect. I've search through the forum looking for other similar questions and found one. The answer suggested that I use the TAC plugin and check for any malicious code. I did this and found nothing. Another response suggested using the Redirection plugin. I haven't tried this yet. Has anyone encountered this and if so, how did you deal with it. Thank you! LHC
Technical SEO | | lhc670 -
How many jumps between 301 redirects is acceptable?
For example, I have a page A that should be redirected to page D, but instead A redirects to B, B redirects to C and C redirects to D. It's something I came across and wondering if its worth the dev time to change it. Thanks!
Technical SEO | | pbrothers240