HTML Code ClinicDo you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
I am not sure whether this is the cause of the problem, but your meta tags look a bit weird. They should like this:
<meta name="keywords" content="Comma Separated List Of keywords">
while you have:
<meta "keywords" content="Comma Separated List Of keywords">
I don't think you need to include the keywords between ' characters.
Also, make sure you don't have too many keywords, or at least put the important ones up front. Search engines won't read an unlimited list of keywords.
Did you register your site with the major search engines? It's unlikely they'll visit you if they don't know you....
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Here is another helpful tag that will flag visiting robots to both index the page it appears on and follow through and index any links that it comes across.
Most robots will look for this:
<meta name="robots" content="index, follow" />
Oh and probably the most helpful search submission site on the internet is dmoz.org, thousands of sites including most of the majors sites, Google, Yahoo, AOL.. etc get their search data from dmoz in some form or another. In Google's case, the url information is gathered from dmoz and then the Googlebot goes out and caches pages, and then the information from Google's database is in turn used in many of the top search engines.
Thank you all for the help. I have implemented the reccommendations, I've submitted my URL to DMoz, and look forwarwd to helping more people in the future.