Wednesday, December 12, 2007

On-Page Factors

Title Tag
This one is very important. Among the first things the spiders will crawl on your page is the Title Tag at the very top of your HTML code. This is what you see in the blue bar at the top of your browser when you land on a page. Using unique text in this tag on each page is absolutely essential. I have seen huge sites with thousands of pages all using the same content in the Title Tag of each page, frequently the name of the company as the only text. Not only will you NOT rank for anything but what is in that tag for your entire site (Do you want every page on your site to rank for nothing but your company name? I don’t think so.), but you run the risk of most of your pages winding up in Google’s Supplemental Index, probably never to be seen again. You must have a unique Title Tag related to the unique subject matter of each page throughout your website (10 to 15 words, 80 characters maximum).

Internal Navigation
There was a time when the search engine crawlers choked on javascript links and database driven web pages that looked something like http://www.widgets.com/product.php?categoryid=1&productid=10, but they are better at reading them these days. However, you still need to make your links as digestible to the spiders as you can. As much as possible, you should make your links through plain text and CSS (Cascading Style Sheets). Javascript and image map links should be avoided as well as session IDs and variables in dynamic pages. Avoid using frames like the plague! These can all still give spiders a fit. Also, use a sitemap with text links to not only help visitors find what they are looking for, but to direct the spiders to all of your internal pages.

Make Your Site Unique
They say that imitation is the highest form of flattery, but that’s a big no-no on the web. Do not copy someone else. Make your site as unique as possible with information that no one else has. In other words, don’t steal content off of someone else’s site. Not only can that be copyright infringement, but it can put you and the site you copied from in hot water with the search engines for duplicate content (see Duplicate Content below). Creating a buzz about something unique is great link bait. Which leads us to.

Content
Content is King. Content is spider food. The search engines are looking for the foremost authority on a keyword or phrase. Make sure your site has plenty of keyword rich content high on the page that is useful to the visitor as well as digestible to the spiders. Make use of H1, H2 and H3 headlines that contain your keywords. Make sure your prose is natural and easy to read.

Don’t go overboard and make every other word on the page the keyword you want to rank the page for. Stuffing the page with keywords is considered a form of spam.

Focus on search phrases, not single keywords, and put your location in your text (“our Palm Springs showroom” not “our showroom”) to help you get found in local searches.

Having terrific content will not only be great for your visitors and spiders, but it’s wonderful link bait, too (see Links below). A blog is a great way to create fresh, new content (for the spiders and for visitors) and attract inbound links.

Also, use Flash animation and images sparingly. Spiders can read text, not Flash nor pictures. A sure way to kill any chance of ranking well is to create a site that is all Flash or mostly images.

Duplicate Content
Let’s say you have a site that sells a thousand different types of widgets and the pages are all built from the same template with the same text and the only difference is the model of widget on the page. What could happen is that the search engines will not see enough difference in the pages to consider them unique and will rank what it considers the best single page and dump the rest, in the case of Google, into Supplemental Index limbo.

Make sure all of your pages have unique Title Tags, Meta Tags (see below) and text, in this case probably in the form of product description text.

And, if you are writing articles for distribution to the various article sites for mass distribution (a great way to get back links), be sure to publish the article on your own site first and give the spiders a chance to crawl it. That identifies you as the originator of the content. Then push the article out for distribution across the web, making sure you have a link back to your site in the article content.

Code Bloat
Between you, your web designer and web programmer, it’s real easy to wind up with a page that is full of internal code that not only impedes spiders, but causes your pages to load at a snail’s pace. Be very careful with this. Too much code will send both the spiders and the visitors away and can knock the meat of your pages down to the bottom. It’s best to have your spider-friendly content as high in your code as possible, so when you can, place javascript (if you absolutely MUST use it) and CSS in external files that can be called with a single line of code from each page.

For instance, one site I worked with had so much javascript going on that the first 200 lines of code after the Title and Meta Tags were javascript, knocking the rest of the content down and making the page load size huge. I was able to move the javascript into external files, each simply called by a single line of code. This made every page on the site smaller in size and brought the spider-friendly content up higher in the code by 199 lines.

For example, you could put your all 100 lines of your CSS on each and every one of your 300 site pages or you could call your CSS from an external file called style.css with one single line of code on each page like: If you don’t know what I’m talking about, you’ll need to ask your web developer or learn a bit about HTML.

Tweak and Test
Make one change at a time and evaluate. Changing too many things at once can confuse things to the point where you don’t know which change you made did what. For instance, let’s say you changed your content on a page as well as the linking structure and Meta Tags at the same time and the page dropped in the rankings a few days later. How would you know which to point to as the problem?
Try one tweak at a time and give the search engines time to digest it before moving on to the next.

Meta Tags
The only Meta Tag that carries any weight at all as far as SEO is the description, and it doesn’t have the influence it once had. Still, it’s a good idea to make it keyword rich and include what you want to show up in the SERPs (search engine result pages) as your description. Yes, this is what frequently comes up describing your site in the results, so be sure it says what you want it to say.

And, it is believed that having a unique TITLE and Meta description tag on each page will help keep pages out of Google’s Supplemental Index.

The keyword tag has very little influence on rankings anymore, practically none, but it can’t hurt to include it. Just don’t stuff if with a thousand words. Ten or so should be enough for any page.

No comments: