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
-
Domain forwarding or redirects for SEO?
Hi all! A client of mine owns several top level domains which are not in use, let's call them example.nu, example.de, example.net and so on. The current website is example.com.
Technical SEO | | JHultqvist
When checking the technical status of the unused domains I realized that all but one are forwarded (via DNS) to example.com and only one has a 301 redirect. Should I redirect all of them by means of 301 or let them stay forwarded? Very few of the domains have any other sites linking to them. Any thoughts would be really appreciated! Jesper0 -
301 redirect question
Hi Everyone When doing 301 redirects for a large site, if a page has 0 inbound links would you still redirect it or just leave it? Im just curious on the best practice for this Thanks in advance
Technical SEO | | TheZenAgency0 -
301 redirect: canonical or non canonical?
Hi, Newbie alert! I need to set up 301 redirects for changed URLs on a database driven site that is to be redeveloped shortly. The current site uses canonical header tags. The new site will also use canonical tags. Should the 301 redirects map the canonical URL on the old site to the corresponding canonical for the new design . . . or should they map the non canonical database URLs old and new? Given that the purpose of canonicals is to indicate our preferred URL, then my guess is that's what I should use. However, how can I be sure that Google (for example) has indexed the canonical in every case? Thx in anticipation.
Technical SEO | | ztalk1120 -
301 redirects - one overall redirect or an individual one for each page url
Hi I am working on a site that is to relaunch later on this year - is best practise for the old urls (of which there are thousands) to write a piece of code that will cover all of the urls and redirect them to the new home page or to individually redirect each url to its new counterpart on the new site. I am naturally concerned about user experience on this plus losing our Google love we currently have but am aware of the time it would take to do this individually. Any advice would be appreciated. Thanks
Technical SEO | | Pday1 -
301 redirect of a subdirectory
Hello! I am working on a website with the following structure: example.com/sub1/sub2/sub3. The page "example.com/sub1" does not exist (I know this is not the optimal architecture to have this be a nonexistent page). But someone might type that address, so I would like it to redirect it to example.com/sub1/sub2/sub3. I tried the following redirect: redirect 301 /sub1 http://example.com/sub1/sub2/sub3. But with this redirect in place, if I go to example.com/sub1, I get redirected to example.com/sub1/sub2/sub3/sub2/sub3 (the redirect just inserts extra subdirectories). If someone types "example.com/sub1" into a browser, I would "example.com/sub1/sub2/sub3" to come up. Is this possible? Thank you!
Technical SEO | | nyc-seo0 -
Redirect
Hello, I need to redirect just the homepage of my blog somewhere. So blog.com But there are other redirects in there and I don't want to override them. So blog.com/post.html How do I just redirect the homepage of wordpress page without redirecting all the other pages. This is what I did that recreated the issue. redirect 301 / blog2.com Thanks! Tyler
Technical SEO | | tylerfraser0 -
301 Redirect for homepage with language code
In my multilingual Magento store, I want to redirect the hompage URL with an added language code to the base URL. For example, I want to redirect http://www.mysite.com/tw/ to http://www.mysite.com/ which has the exact same content. Using a canonical URL will help with search engines, but I would just rather nip the problem in the butt by not showing http://www.mysite.com/tw/ to visitors in the first place. Problem is that I don't want (can't have) all /tw/ removed from URLs due to Magento limitations, so I just want to know how to redirect this single URL. Since rewrites are on, adding Redirect 301 /tw http://www.88kbbq.com would redirect all URLs with the /tw/ language code to ones without. Not an option. Hope folks can lend a hand here.
Technical SEO | | kwoolf0