I ran across this great article over at Scribbling that talks about improving your site so it’s easier for the Googlebot to read. It’s got some excellent tips and guidelines for anyone who has a site.
Some of the hightlights are:
<title> tags are important. Make them meaningful.<meta name="description" content="foo" /> is important.<meta name="keywords" content="foo" /> is not important.The companion article on making your site better is also very good, and is used as a reference throughout this article. Defintely worth a read, as it’s always good to be reminded of what the various ‘bots are looking for.
Tagged As HTML
Comments are Open (2)
Posted at 10:09 AM
Comments
Dysfunksional Monkey
Generally, anybody following current standards-based XHTML/CSS design/development should be following these rules by default, without really realising it.
For example, we use image replacement techniques on accessible and semantically-correct text links (such as "Home Page" rather than "Click here"), we ensure that the page is readable from top to bottom, etc... This ensures that Google and older browsers (lynx, links, IE/NS4, etc) see a plain HTML page, and modern browsers with CSS enabled see a really pretty graphical web page.
This is one of the reasons I follow standards. I remember spending two years generating specific Search-Engine Marketing pages *as well as* standard html pages using dreamweaver because my employer requested I do, which all seems a little silly now. Especially when I'm getting much better results now with half the work!
Posted by: Dysfunksional Monkey | September 20, 2004 11:49 AM
Tony
I disagree. Standards does not equal Search Engine Optimization. (and I really don't like that term. But there it is.)
Standards-based coding doesn't tell us to make the Title tag meaningful, nor does it tell us that meta description is good while meta keywords isn't. Nor does it tell us that using "Click Here" is bad.
Standards-based coding is great. So is CSS. But those are different than content optimization, different than accessibility, and so forth.
Posted by: Tony
|
September 20, 2004 12:08 PM