Google On Page Factors

SEO consists of two components: On-Page and Off-Page Factors. Since Google is generally known as an Off-Page Factor search engine, many SEOs and webmasters have started to ignore the On-Page Factors. This is a big mistake. While you can’t rank well for competitive phrases just focusing on the On-Page factors, if you get the On-Page stuff wrong, your ranking suffer. To help you, I’ve put together the following checklist:

1. Validate your HTML Code so it is “Spider” Compliant. Your code should be “close to” W3C Compliant. W3C is not perfect and often will flag a problem when there isn’t one. Before making radical changes, discuss them with your webmaster.

You should know that there is a big difference between “W3C Compliant Code” and “Search Engine Compliant Code”. According to my testing, having “search engine compliant code” is what you want.
You should also check your Code to Text Ratio. Having more body text than code can give you an edge in securing a good ranking for your site. One of the best ways to improve your code to text ratio is to make your JavaScript external files and use CSS for your formatting and make that file external too. That can save you as much as 30% of your file size.

2. File Naming – Hyphens Not Underscores.

Why? Because…
blue-widget.html = blue widget (good).
blue_widget.html = bluewidget (not good).
In terms of getting a “boost” from the keyword being in the URL, if a search for “blue widget”, the first URL gets the boost. To get the second to receive a boost, a search for “blue_widget” must be done (with the underscore). Do you search that way? Of course not, and neither will anyone else. I recommend you use zero or one hyphen in your domain name. More than that it looks spammy and you will lose credibility.

3. Text Link Navigation at the Bottom of the Page.

Having text link navigation at the bottom of your pages allows you to target the specific keyword in the anchor text and send valuable PR juice to the pages you want and nofollow all others. Which means you will have better control over the terms used in anchor text as well as where your PR will go. Remember having the text link in the body text will give you the most “juice”, but if you can’t force it, the bottom of the page is better than nothing. Also, remember of the recent bug in Google – if you have an image link, you have to have a text link too somewhere on the page.

4. Character Set Tag.

First, your Character Set Tag must be correct. Which one you use depends upon what you want to do. Examples of the two most often used are:
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
The biggest advantage for UTF-8 is its extended character set, thus it can display a higher number of foreign characters. If you aren’t accepting foreign characters in your forums and are mainly using “Western European Languages” (English, French and German), you want to use 8859-1. Current testing results show no differences in terms of crawlability with GoogleBot between the two character sets.

Tip: The Character Set Tag should appear as the first tag after the <head> tag. Why is it before the Title? You want the Character Set Tag before any other tag that displays text in the browser so that you are defining the character set and not allowing the browser to choose for you.

5. The Title Tag.

In terms of SEO, the Title tag doesn’t carry the same weight it did years ago in Google. The Title not only displays at the top of the browser window, but also appears when potential customers perform a search in a search engine and review the results. Therefore, in terms of clickthroughs and conversions, your Titles are extremely important. So you should focus on creating killer titles that are highly compelling and focused.
Every page should have a unique Title.
Maximum of 66 characters. Google shows 66 characters in the SERPs.
The Title should be the second tag (the character set tag should be first).
Try to formulate a question or a strong statement. If you pose a question, answer it in the Description Meta Tag.
Describe what the page is about and keep it focused.
For highest click-through, incorporate a “Call to Action” into your Title.
If you use the keyword phrase in the Title don’t keyword stuff. I recommend it as the keyword phrase will be bolded, thus drawing attention to your listing. If the keyword phrase is at the beginning of the Title, testing shows it helps “anchor” the eye to the Title.

What not to do:
Do not use ALL CAPS. Instead, capitalize the first letter of each major word.
Don’t use more than one Title tag per page.
Duplicate use of keyword in the Title.
No long Titles (more than 66 characters).

6.The Description Meta Tag.

In terms of SEO, the Description Tag is not very important to Google. The Meta Description appears with the Title in the SERPs. So, it must work hand-in-hand with the Title to attract potential customers. If you do not include a Meta Description, Google will use the first 30-40 words of your page, which could look very unappealing to a customer.

Recommendations:
Include a unique Description on every page.
Maximum of 150 characters (including spaces).
If you posed a question in the Title, answer it in the Description Meta Tag.
Your focus should be in creating curiosity in the reader. Don’t satisfy it with your Description. If done right, you will achieve higher traffic to your site.
Include offers, guarantees or even phone numbers to a install Call to Action.
Should be placed in the <HEAD> section after the Title.

What not to do:
Do not use ALL CAPS. Instead, capitalize the first letter of each major word.
Do not repeat any keyword more than three times, and do not have the same keyword repeated back-to-back.

Before moving on:
Is your Title and Description compelling?
Do they solve a problem?
Do they suggest that it solves the problem quickly?

If you answered “no” to any of the above, you need to do a rewrite. Think of your Title and Description as an Advertising Campaign and spend as much time as it takes writing an important ad. They are THAT important.

7. The Keyword Meta Tag.

Due to spamming issues in the late 90s, the Keyword Meta Tag has been devalued
– Google has never indexed it.

You should never include your “money phrases” here as there are plenty of programs out there to scrape keyword tag information. Instead, it is best to fill this tag with very general or generic terms.

Note: Commas are not indexed, nor are they used by the engines to separate the keyword phrases. Commas are for aesthetic reasons only.

A word of caution: Do not use your competitor’s company name, trademarked products and/or words in your keyword tag. Most legal experts will tell you permission is required before using a trademark on your site at all. There have also been lawsuits filed because phrases used sounded or looked similar to the owned trademark. Keep these very important factors in mind when selecting your keyword phrases. Don’t risk a lawsuit.

8. DTD statement.

According to my testing a DTD is not required in order to allow your site to be displayed in a browser, or for a search engine spider to crawl your site. Why is a DTD Statement necessary?
Using the correct DTD Statement also allows for your site to get indexed faster and deeper in Google and, according to my testing, shortens the time your site spends in the Sandbox by an average of 12 days. However, if you use a 4.01 statement, and your code was written in HTML 3.2, the engine will make note of it and there is a strong likelihood that the page (or site) will be dropped or penalized. So be sure it is the correct tag. If you don’t know, hire someone who does. I strongly recommend the Transitional tag, as it allows you some flexibility with code, especially with the use of HTML editors GoLive and DreamWeaver.

Without a DTD Statement, if the engine comes across code it doesn’t know what to do with, it may “hiccup” causing it to prematurely back out of the site. However, with the DTD Statement, it will know how to handle the code and continue to spider the site.

HTML 3.2 Warning: I suggest upgrading your code. Testing results show that HTML 3.2 does not rank as high as it would if it was HTML 4.0 or 4.01.
HTML 4.0/4.01
Strict: <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”
“http://www.w3.org/TR/html4/strict.dtd”>
Transitional: <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
“http://www.w3.org/TR/html4/loose.dtd”>
Frameset: <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN”
“http://www.w3.org/TR/html4/frameset.dtd”>
XHTML 1.0
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

9. JavaScript.

Due to indexing issues and ensuring your page file sizes stay as small as possible, I recommend you send your JavaScript code to an external file, especially if you have the same JavaScript appear on every page.

The process is simple:
Cut your JavaScript from the page
Open Notepad
Paste your code in Notepad
Name the file “code.js” (or whatever you decide to name it).
Load the file to a folder called “JavaScript”
Disallow the folder in the robots.txt file.
I have noticed Google will index .js files from time to time unless they are disallowed in the robots.txt file.
Then add the following code to the page:

<script language=JavaScript src=”javascript/code.js” type=”text/javascript”></script>

10. Cascading Style Sheets (CSS).

CSS is a file that allows for consistency in all of your formatting throughout your page or site without having to place font code at the beginning of every paragraph. Having your CSS files embedded into your pages is just a bad idea. It takes up space and pushes your importance code downward.
Create a file such as style.css, include your formatting, and a reference to it in the
<head> section of your page like this:
<link href=”style.css” rel=”stylesheet” type=”text/css”>
Note: Using processes to hide keywords or text in your CSS file can be detected by Google. Be very careful if you use CSS to stuff keywords or adjust the formatting to allow your page to receive a bigger boost from On-Page Factors.

11. The Heading Tag(s).

There are six types of headings: <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>.
They are ranked in the same order for importance, with <h1> being the most important in terms of On-Page SEO. Headings must be compelling and include the keyphrase to add the most value to your page. You can use the headings to list your “headline” (h1) with its “tagline” underneath (h2). For example:
<h1>Complete Home Security System</h1>
<h2>Self-install your home security system in One Hour or Less!</h2>
In the above example, it allows for the key phrase “home security system” to be used naturally in both headings, thus increasing the on-page optimization score.

12. Do your main graphics use the ALT tag properly?

Google indexes the ALT tag; however, over the last two years I have seen a trend which shows using ALT text for SEO purposes has diminished. According to a Google engineer, what you should do is create an ALT [text] that is relevant to the picture, so it gives the user a good experience, including the visually impaired. The ALT text is indexed, but it is downgraded in the algorithm. “‘We see ALT text as being about as relevant as the Keyword Meta tag,” said the Google engineer. That should say it all as Google has never used the Keyword Meta tag due to the high spam rate.

The American Disabilities Act (ADA) has strict guidelines as to what your site needs to contain in order to be ADA compliant. I guarantee they do not look favorably at ALT text that has been keyword stuffed. There are people who are “sight impaired” and there is nothing worse than having 200 meaningless keyword phrases jammed into the ALT text read aloud by an OCR. Don’t ruin someone’s day. Don’t practice what I refer to as “ALT Text Spam”. Use ALT text in the manner in which it was designed to be used by the W3C: to describe the image for the benefit of those who surf the Web with images turned off and for those who have the contents of Web pages read out loud to them. If appropriate, a keyword phrase can be used, but under no circumstances should you stuff the ALT tag with keywords. Keep it to a simple description. Basically, remember to be compliant, not just with the W3C, but also with the ADA.
SPAM Tip: Although ALT text may or may not be counted for relevancy, search engines may utilize it when evaluating sites for possible “spamdexing.”

13. Keyword Phrase.

If you can, meaning if it makes sense and is readable, place your keyword phrase in the following areas:
Title Tag
Meta Description
H1 tag to begin the content
First paragraph of content
Appearing in Bold or Italic in the first three paragraphs of content
Appearing in the filename.

Used in anchor text to either an internal page or relevant external site. This will help indicate to Google which keywords are important on your page as well as your overall site. Taking appropriate action on all 13 steps above should give you a nice boost in Google.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>