Posts Tagged ‘Spiders’

Meta Tags that Kill Your Blog

There is nothing worse then when I come across a great blog by accident and find the owner killing their own SEO values by using bad Meta tags. Some SEO experts will tell you that meta tags are useless but that’s not true, they’re simply not as powerful (for good) as they used to be. On the other hand, they still seem to be capable of crippling a blog in a heartbeat if you use them wrong.

meta name=”robots” content=”noindex,nofollow”

OK, a robot tag is a good thing but the robot tag above specifically tells Google to piss off. Seriosly, what this translates to in English is “Robots, please do not index this page or follow any links on it”. Blogs are public, get over it.

meta name=”description” content=”web design,web,design,designer,websites,websites, web html”

This is bad for so many, many reasons. Look, the description tag is meant to be used for describing your website or the content of the page. Keyword stuffing will not get spiders to like you, in fact it will most often result in them punishing you.

meta name=”keywords” content=”web design,web,design,designer,websites,websites, web html”

Ditto for the keywords, nothing says SPAM faster than keyword stuffing. If you want proper links from Google, use your content to generate descriptions, titles and keywords that will help Google understand your site.

Better HTML Helps Search Engine Results

For the best search engine rankings, you need to understand (and accept) that search engine robots (sometimes called spiders) are not as clever as people, so it’s important if you’re looking to have your website listed on search engines that you speak the same language they do. By language, I mean HTML, xHTML and CSS. Writing valid syntex helps search engines understand the code on your site and in turn, list you effectively. This can greatly increase the traffic your website receives from search engines with very little investment.

Writing valid HTML code will also have the side advantage for rending in visitors browsers better, faster and without errors. Everybody likes a websitet that words, so instead of driving away traffic you can follow some simple tips to improve both the number of people how visit your site and the amount of time they spend on it.

Modern HTML editors such as Adobe Dreamweaver do a great job of building better websites but they still have some problems writing clean web code, once you’ve completed your website pop over to the W3C Validator and test your website. This will tell you how easily search engines can read your website. Remember, a single error can cost you the difference between being on the first page of search results or … somewhere else.

Remember, coding web pages isn’t easy and doing it well is even harder but it takes practice and eventually you’ll pass the W3C’s tests. Sometimes it takes me hours to get a simple page past their inspector, but it’s worth it in the end.