Past blogs have discussed simple usability testing and web design. Now we are going to look at some specific website issues related to SEO. You do not need to understand HTML to see if your site suffers from most of these SEO issues, but some issues require a bit of HTML to identify or fix.
Reusing the Page Titles
Does your site have the same "Title" on each page. This is one of the most common mistakes of do it yourself web sites. Search engines love titles, so you want them to be different, and describe what is on the page.A page's title is the text that shows up at the top of browser window.
Luckily, this problem is easy to check for. If you use Google's Webmaster Tools (wiki reference) with your web site, the "Diagnostics/ HTML Suggestions" report will tell you what pages have duplicate titles.
If you don't have a Google Webmaster account, it is easy to see your site's page titles using Google.
- Open your browser and go to google.com
- Enter site:www.yourDomain.com (ex: site:www.zajon.com)
- Google displays all the pages it has indexed on your site.
- Look at the Links, these are your page titles.
- Are they different?
The beginning of your titles should use one of your keywords. If you are using a page editor, such as Frontpage or Yahoo Site Builder, the title can sometimes be found in the page's property settings. If you can get to the HTML Layout, it is near the top of the pages code inside the "title" tags.
Using Images (or the font tag) for Headers
Search engines also pay attention to headers, inside your site's content. By headers I mean the big text above the content of the page. Page layout programs can build these two ways.The Good:
Using HTML Header tags, such as H1, H2, H3.
The Bad:
Using paragraph or div tags, with style commands to make the font appear bigger.
What To Look For
Determining if your site uses Header tags or style commands requires looking at the pages code, but does not require any HTML programming skill.
- Open You Browser and load a page from your web site.
- View the Page's source
There is no consistent keyboard short-cut for all browsers. In most browsers (in FireFox and Chrome try Ctrl-U) otherwise look in the View menu for Page Source or Source.
Most browsers let you right click on a page and then give the option to view "Page Soucre" in the list of available options. - Try to find the text from one of your pages header (using Ctrl-F to bring up the Find Next command works well here.)
- Look at the code around the headline. Does it have a header tag (h1,h2,h3)? Sometimes the header tag will have an ID or Class. That is OK if it does.
If your website's headlines do not use headers, then you should plan on making a change. If you are using FrontPage or a template site builder you might need to investigate and try different commands to set headlines to their proper tag. It is worth the time to do it correctly.
Next week we will continue to look at other common SEO issues: such as internal links and images usage.
Helpful Hint
Many people when they first start rewriting their site's content with SEO in mind go overboard. They place key search words and phrases everywhere one the page. Remember that you are still writing for your audience, not search engines. Content should still be easy to read.Next week we will continue to look at other common SEO issues: such as internal links and images usage.




