Temporary Redirects - Trackback & Feed
-
Under my MOZ account I'm getting a bunch of temporary redirect warnings. Most of them are blog post with a /feed or a /trackback . I know the trackback URL's are coming from blogs where people have commented because it brings up a Trackback URL | Comments RSS Feed section. I'm not sure how to make this /trackback work. The only line of code in my editor that says trackback is
h3#postinfo,
h3#comments,
h3#respond,
h3#trackbacks,
#respond h3 {
margin: 0;
} -
Hello Andrew,
If you are on Wordpress here is an article explaining how to disable trackbacks/pings, which I advise doing for most sites. It also shares how to remove trackbacks from previous posts by running a SQL query on your database.
Alternatively, if you want to get the pagerank to pass through those links (inadvisable since 99% of them will be spammy, in my experience) you can change the redirect to a 301. See this Yoast article for more info on how to do that. It was written in 2007, but Joose de Valk is ahead of his time and I think it still works.
Every CMS is different so if you're not on WP please let us know what you're using. Of course you can always just block the /trackbacks/ directory from being indexed or crawled via the robots.txt file. I wouldn't do that with the /feeds/ directory though, as I find them useful.