
06-06-2007, 11:52 PM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 8,132
|
|
Re: Best On Page SEO Factors
Quote:
Originally Posted by weslinda
Recently, I put together an article on the 25 things that every web page should contain and was hoping to find out what on page SEO factors people here feel are most important. Below is a list of the factors I thought of.Is there anything I missed, what other items do you feel should be on a page to optimize the site for both users and search engines? I looked at this subject as what can be done with a page that will organize it well for the visitors, which is most important, but in turn optimize well for search engines also.
|
- Doctype (Best option would be strict)
- Language Declaration (in the html tag).
- Title Attribute (Incorrect. You mean the title tag).
- Meta Description. (A brief summary of the document's content. Keep is less than 200 characters including spaces. Most ideal up to 150 characters including spaces. Content of this tag must be unique and relevant content to the main content of the page and not to the site).
- Meta Keywords (A comma-separated list of topics covered by the document. Have at least 4 keywords or keyphrase, but no more than 20, Content of this tag must be unique and relevant content to the main content of the page and not to the site).
- Author Declaration (For major search engines irrelevant. Though enhances accessibility).
- Jump To Sections Navigation (I guess you mean skip navigation, or to main content or sub-navigation. Right?)
- Logo (Add an alt a title attribute for browser compatibility, as Firefox does not recognize alt attributes, like this: <img src="http://www.webproworld.com/images/logo.gif" alt="Web Pro World - The Global eBusiness Community" width="222" height="81" title="Web Pro World - The Global eBusiness Community" />
- H1 Tag (Heading tags are more than only the <h1>: <h2>,<h3>,<h4>,<h5>,<h6> and are exactly what they claim to be, tags for document title headings and subheadings. There are six heading tags and as you can imagine H1 is for the main page heading and the rest are for sub headings, it is recommended that you only use one H1 tag and try not to put others everywhere otherwise a search engine such as Google might class your page as spam. Make sure that the heading tags are unique).
- Main Navigation – Text Based (Can also be DHTML, Flash, etc. But make sure you are providing an alternative like <noscript>, etc).
- Main Content Area (Obviously).
- Breadcrumb Navigation (Obviously)
- Sub Navigation – Text Based (As mentioned above, it can also be DHTML, Flash, etc. But make sure you are providing an alternative like <noscript>, etc).
- Valid HTML (Exactly! I watched yesterday a video with Matt Cutts, where he said that Google does not recommend, but they require that we adhere to their new webmaster guidelines. And in their guideline stands: "Check for broken links and correct HTML."
- CSS For Page Layout (Correct).
- Page Structure (I would add here: Page structure with HTML or XHTML. Preferably Strict doctype).
- Internal Linking (Obviously, to enhance page fuctionality).
- Alt Attributes for Images (Use with care. They are not to be used for stuffing them with keywords).
- Title Tags for Text Links (I guess you mean title attributes for hyperlinks).
- Contact Information (Must be found there your physical address, email address and telephone. To increase your accessibility and credibility, you can use on all your pages the <address> tag, and additionally a P3P policy. You should have an opt-out notice/policy anyway).
- About Information (Obviously).
- Footer Section (Obviously)
- Sitemap HTML (Using a link list with the title tags content of your pages is the best way to go).
- Sitemap XML (Great idea! But if you have problems with creating and implementing that, you have the alternative to create a list of the pages urls and save them as a text (.txt) file, which is commonly called URL list. And you can name it urllist.txt.
- Web Analytics (Good idea)
- Visual Appeal (Nothing to do with search engine rankings).
On the fly, I see you are missing:
1. Robots.txt
2. ICRA Labeling
Maybe I will come up with some more stuff.
My two cents so far.
Last edited by Webnauts; 06-07-2007 at 11:03 AM.
|