OK confused a bit indeed... The link is -not- SEO't / rewritten but it isn't working either. If I click on it, it just reloads the same topic and the post stays hidden. If I sniff it then it tells me there is a 301 header on it. It shouldn't 301. However, in the search its working correctly. When cl...
Ehrm no I don't... Otherwise a lot more would be broken I guess... Any particular line which is obvious missing? I searched on "show" and I couldn't find anything so I guess something is not quite right. The link isn't SEO't, because of the stop var I guess.. But it isnt working... Because...
OK thanks guys.. 301 like crazy now (tested it with sniffer) also the next/previous links are now 301 but I still don't understand why there is no default rewrite for that... OK it costs 2 light SQL instructions :roll: 8) .. Also Google still likes to crawl postxx.html, strange because of; Disallow:...
What I meant with my comment about viewtopic.php and robots.txt was that in this situation the links are not being followed. I have a very busy forum and crawlers are leaving the board much faster now. In fact Google never leaves normally, now it does. Google indexes normally so fast that new topics...
Is it correct that the next and previous link in viewtopic.php is not search engine optimized? (see upper right corner)
If I look to this board then I think it is... Thats not good, those links are used a lot by search engines. If you exclude viewtopic.php in robots.txt crawling goes much slower.
I want to remove $user->lang['VIEW_TOPIC'] .' - ' . from this piece of code; page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title']); (It's in viewtopic.php) But I discovered that it messes up the behaviour of SEO (0.4.4) Google indexes not properly anymore... Links are li...