My full robots.txt;1.
So these URLs were http://www.crazyengineers.com/tag/<tag> , and I had over 10k of them that I removed. I decided only to keep the best ones. How do I redirect only the ones that were removed? I'm not experienced in setting up redirects. Plus the current set of tags list well in Google, so I'd keep them intact. Can we automatically make the 404s to redirect to the homepage?
2. I see that MagnusB suggestions are also good, consider disallowing these pages..
K: Not sure how can I disallow the 404s. I'll have to look for a wordpress plugin to do that.
3. It took about one week.. In this week I've edited the h1 tags to be bigger (xx-large size), and also added a plugin which generates search keywords in the thread, those keywords are the actual keywords that were searched to find that thread..
K: Interesting that you got it back in just one week. I think we've the font size properly set (we're using XF default). I'm considering addition of XenTags plugin to link our content. But the task of adding keywords to our existing contents is going to be HUGE.
4. Also check in the webmasters tools, check your keyword impressions vs actual clicks if they dropped.
Good luck
K: This is how it is -
View attachment 34304
The traffic decline (as indicated by Analytics) started on 5th of September, after attaining a peak on 4th. It was unusual traffic decline.
Code:
User-agent: *
Disallow: /account/
Disallow: /admin.php
Disallow: /ajax/
Disallow: /attachments/
Disallow: /conversations/
Disallow: /data/
Disallow: /forums/-/
Disallow: /forums/tweets/
Disallow: /goto/
Disallow: /help/
Disallow: /internal_data/
Disallow: /js/
Disallow: /library/
Disallow: /login/
Disallow: /lost-password/
Disallow: /misc/contact/
Disallow: /members/
Disallow: /online/
Disallow: /recent-activity/
Disallow: /register/
Disallow: /posts/
Disallow: /search/
Disallow: /styles/
Allow: /
The /forums/-/ just disallows the "Mark forums as read" link, though by default it should not be displayed to Google. I also disallow a few account specific URLs, like /conversations/ and /account/, though Google should never see them, but it is better to be safe than sorry. I also disallow indexing my member list and profiles, but this is my choice, I don't know if it has any effect on anything. I also disallow all forms and search pages, they are very uninteresting for Google. How well these affect SEO, I don't know, except for those that reduces double entries (like /posts/ and /goto/). I don't remember the intention of everything in this one, I think I mostly copied it from a post I found somewhere here.
As for automatically adding keywords to pages, look at AzuCloud: http://xenforo.com/community/resources/azucloud-search-keyword-cloud.113/
As for h1 font size, I don't think that affects seo, unless you are using a very small font size.