You should give priority to each page and submit it on search engines. It gives better results and google/yahoo/msn give you some extra informations on pages.
Check for example: http://www.google.it/webmasters/ http://www.bing.com/toolbox/webmaster Other tips: Internal search looks for results on d-programming-language.org also if i'm on dlang.org Search engines don't like duplication of contents. www.d-programming-language.com == www.dlang.org also: www.d-programming-language.com/index.html == www.d-programming-language.com <- you should use canonical uri Search engines don't like javascript redirect (do a 301 redirect: when i search for docs I always found d1 docs i think this was the reason) www.digitalmars.com/d/ There's a blank line on top of page, before dtd. That's wrong... Il giorno mer, 14/12/2011 alle 03.47 -0600, Andrei Alexandrescu ha scritto: > On 12/14/11 2:48 AM, Andrea Fontana wrote: > > Is there a sitemap.xml for search engine? > > http://www.sitemaps.org/protocol.html > > There isn't but that sounds like a great idea and should be easy to do. > See linux.mak in the website repo on how the sitemap is generated, and > feel free to adapt that code to generate xml. > > Thanks, > > Andrei
