<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.1.92">
</HEAD>
<BODY>
You should give priority to each page and submit it on search engines.<BR>
It gives better results and google/yahoo/msn give you some extra informations on pages.<BR>
<BR>
Check for example:<BR>
<A HREF="http://www.google.it/webmasters/">http://www.google.it/webmasters/</A> <BR>
<A HREF="http://www.bing.com/toolbox/webmaster">http://www.bing.com/toolbox/webmaster</A><BR>
<BR>
Other tips:<BR>
Internal search looks for results on d-programming-language.org also if i'm on dlang.org<BR>
<BR>
Search engines don't like duplication of contents.<BR>
www.d-programming-language.com == <A HREF="http://www.dlang.org">www.dlang.org</A> <BR>
also:<BR>
www.d-programming-language.com/index.html == <A HREF="http://www.d-programming-language.com">www.d-programming-language.com</A> <- you should use canonical uri<BR>
<BR>
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)<BR>
<A HREF="http://www.digitalmars.com/d/">www.digitalmars.com/d/</A> <BR>
<BR>
There's a blank line on top of page, before dtd. That's wrong...<BR>
<BR>
Il giorno mer, 14/12/2011 alle 03.47 -0600, Andrei Alexandrescu ha scritto:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On 12/14/11 2:48 AM, Andrea Fontana wrote:
> Is there a sitemap.xml for search engine?
> <A HREF="http://www.sitemaps.org/protocol.html">http://www.sitemaps.org/protocol.html</A>
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
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>