ASP.NET have not and willnot have any optimizations for the
google spider. ( Hello Rob and Scott !) So i must do that myself,
without any specs. OK i know the common rules with the links and the page rank
and design of the page.
This works pretty good.
My big problem are entrys in our forums on www.devtrain.de
Eg http://www.devtrain.de/forummsg.aspx?id=3393&fid=14 is
not indexed by google. The main page
http://www.devtrain.de/forum.aspx?fid=14 with all entrys is indexed
every 2 days. But google does not follow the link to the detail entry.
Now i have made a web page for the same posted content on a diffrent page (www.asp-konferenz.de).
The presentation is done by repeater.
Same result. Forum main page is spidered every 2 days but google doesnt follow
the link to the entry. Now i have changed it with a httpmodule ( look my
earlier posting) to move away the querystring and mask the entryid in the url.
http://www.asp-konferenz.de/message3393.aspx
I have also added a contenttype and description meta tag. the dynimc title was
done from the beginning. So now i am sit an wait for the spider.
If you have any improvments, give me feedback.