<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Search Engine Optimization Tutorials &#38; Techniques &#187; On-Page Optimization</title>
	<atom:link href="http://www.eireseo.ie/seo-tutorials/category/seo-tutorials/on-page-optimization-seo-tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eireseo.ie/seo-tutorials</link>
	<description>Seo Tutorials &#38; Seo Techniques</description>
	<lastBuildDate>Sat, 31 Jul 2010 10:37:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>On-Page Optimization</title>
		<link>http://www.eireseo.ie/seo-tutorials/2008/09/22/on-page-optimization.html</link>
		<comments>http://www.eireseo.ie/seo-tutorials/2008/09/22/on-page-optimization.html#comments</comments>
		<pubDate>Mon, 22 Sep 2008 12:23:55 +0000</pubDate>
		<dc:creator>eireseo</dc:creator>
				<category><![CDATA[On-Page Optimization]]></category>
		<category><![CDATA[SEO Tutorials]]></category>

		<guid isPermaLink="false">http://www.eireseo.ie/seo-tutorials/?p=51</guid>
		<description><![CDATA[10. On-Page Search Engine Optimization Do you know what&#8217;s so great about this part? The fact that everything you need to do here is at your finger-tips as you own the website and all files that are located on your server. This includes pages, pdf files, images, videos, word documents, etc&#8230; The on-page elements include: 1. [...]]]></description>
			<content:encoded><![CDATA[<h3>10. On-Page Search Engine Optimization</h3>
<p>Do you know what&#8217;s so great about this part?<br />
The fact that everything you need to do here is at your finger-tips as you own the website and all files that are located on your server.<br />
This includes pages, pdf files, images, videos, word documents, etc&#8230;</p>
<p>The on-page elements include:<br />
1. <a title="page title" href="http://www.eireseo.ie/seo-tutorials/2008/09/22/getting-the-page-title-right.html">Page Title</a><br />
2. <a title="meta tags" href="http://www.eireseo.ie/seo-tutorials/2008/09/22/meta-data-description-keywords-etc.html">Meta Tags</a><br />
3. <a title="heading tags" href="#headings">Headings Tags (h1 to h6)</a><br />
4. <a title="page content - body text" href="http://www.eireseo.ie/seo-tutorials/2008/09/22/page-content.html">Content (also known as Body Text)</a><br />
5. <a title="internal linking structure" href="http://www.eireseo.ie/seo-tutorials/2008/09/22/internal-linking.html">Internal Linking</a><br />
6. <a title="outbound links" href="http://www.eireseo.ie/seo-tutorials/2008/09/22/outbound-links.html">Outbound Links</a><br />
7. <a title="alt tag" href="#alt tag">Images alt tag</a><br />
8. <a title="link tag" href="#link tag">Link (href) title tag</a><br />
9. <a title="p tags" href="#p tag">Paragraphs ( text included between &lt;p&gt; &#8230;. &lt;/p&gt; HTML tag)</a><br />
10. <a title="bold and italic text" href="#p tag">Bold, Italic and Underlined text</a></p>
<p>plus a lot more.<br />
Some of the points mentioned above, have been already covered, but for now we will look at the Body Text.</p>
<h3>Heading Tags</h3>
<p><a name="headings"></a><br />
Heading tags are HTML elements that can be found in the source code of a page as h1, h2, h3, h4, h5 &amp; h6, and they are considered as the second most important SEO element, with <strong>H1</strong> being the most important and <strong>H6</strong> having the least value.</p>
<p>Many web developers give the <strong>H</strong> tags a go, but due to the fact that they look quite large in the browser, they move to other options.<br />
That is a big <strong>NO</strong>, because heading tags, as most of the page layout and text, can be easily controlled from the CSS stylesheet.<br />
A good example can be seen on this page, where the &#8220;Heading Tags&#8221; text above is enclosed between &lt;h3&gt;&#8230;&lt;/h3&gt; tags and the style for it is:</p>
<p><strong>h3 {font-size: 1.3em;}<br />
</strong><br />
plus some other CSS rules below to give it a background-color and control how it looks if it&#8217;s a link.</p>
<p><strong>.entry h3{background-color:#CC0000; padding:2px;}<br />
.entry h3 a:hover{color:#cc0000; background-color:#f5f5f5;}<br />
</strong><br />
The next question it&#8217;s probably how many of them can you use on the one page.<br />
Our answer to that will be:<br />
<strong>A.</strong> One H1 tag is enough and should include keywords found in the Page Title<br />
<strong>B.</strong> One or Two H2 tags per page<br />
and so on&#8230;.<br />
If you need to use more than that, why don&#8217;t you split the one page into two or more pages&#8230;</p>
<h3>Image alt tag</h3>
<p><a name="alt tag"></a><br />
The power of image alt tag is the fact that you can include a small amount of keywords (without stuffing) which in some way helps with search engine optimization.<br />
The meaning of alt tags is to help users using screen-reader software to understand the content of the image itself and for users using browsers with images turned off.<br />
They can be seen as a small text pop-up while holding the mouse arrow over the image, and should describe the image itself without over-doing it and keyword stuffing.<br />
An example code for image alt tag:</p>
<p>&lt;img src=&#8221;path to the image&#8221; alt=&#8221;image description&#8221; /&gt;</p>
<h3>Link title tag</h3>
<p><a name="link tag"></a><br />
Same as above, but this time the title tag can be found in regular text or image links.<br />
An example code for a regular text link:<br />
&lt;a href=&#8221;link to the page&#8221; title=&#8221;go to page short description&#8221;&gt;Anchor Text&lt;/a&gt;</p>
<p>Example code for image link:<br />
&lt;a href=&#8221;link to the page&#8221; title=&#8221;go to page short description&#8221;&gt;&lt;img src=&#8221;path to the image&#8221; alt=&#8221;image description&#8221; /&gt;&lt;/a&gt;</p>
<p>HTML validators are great for detecting the missing tags, and we have even designed something similar that can be found here: <a title="page validator" href="http://www.seowebsiteproject.com" target="_blank"><strong>Page Validator</strong></a></p>
<h3>Paragraphs, Bold &amp; Italic</h3>
<p><a name="p tag"></a></p>
<p>The body text should be divided into small paragraphs by using the <strong>&lt;p&gt;&#8230;&lt;/p&gt;</strong>tag and each paragraph and should have no more than 3-5 sentences, keeping the most important key-phrases as close to the top as possible.</p>
<p>Make use of the <strong>bold</strong> (&lt;b&gt;&#8230;&lt;/b&gt;, &lt;bold&gt;&#8230;&lt;/bold&gt; or &lt;strong&gt;&#8230;&lt;/strong&gt;) and <em>italics</em> (&lt;em&gt;&#8230;&lt;/em&gt; or &lt;i&gt;&#8230;&lt;/i&gt;) style to highlight the keywords withing the body text, but don&#8217;t over do it.<br />
This helps visitors and search engines to identify the <strong>important keywords</strong> inside the body text.</p>
<p>Another common and useful tag is the &#8220;<span style="text-decoration: underline;">underline</span>&#8221; text (&lt;u&gt;&#8230;&lt;/u&gt;), but not recommended as users expect this type of text to be a link to another page.</p>
<p><a title="back to search engine optimization - white paper" href="http://www.eireseo.ie/seo-tutorials/2008/09/22/search-engine-optimization-white-paper.html"><strong>« Back to Search Engine Optimization &#8211; White Paper</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eireseo.ie/seo-tutorials/2008/09/22/on-page-optimization.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

