<?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>SEO Notes &#187; Meta Tags</title>
	<atom:link href="http://www.seonotes.com/category/meta-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seonotes.com</link>
	<description>Search Engine Optimization notes for Non-Techies!</description>
	<lastBuildDate>Mon, 09 Nov 2009 17:32:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Improving Wordpress SEO</title>
		<link>http://www.seonotes.com/improving-wordpress-seo/</link>
		<comments>http://www.seonotes.com/improving-wordpress-seo/#comments</comments>
		<pubDate>Wed, 27 May 2009 17:42:12 +0000</pubDate>
		<dc:creator>Bhagwad</dc:creator>
				<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[seo notes]]></category>
		<category><![CDATA[seo tips]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[S.E.O.]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://seonotes.com/?p=147</guid>
		<description><![CDATA[Wordpress is a great platform for SEO, which is why I shifted all my blogs to it from Blogger. Multiple categories as well as the ability to change the URL slugs are all fantastic to make the site more accessible for users as well as search engines.
However, one aspect of Wordpress has always bugged me. [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress is a great platform for SEO, which is why I shifted all my blogs to it from Blogger. Multiple categories as well as the ability to change the URL slugs are all fantastic to make the site more accessible for users as well as search engines.</p>
<p>However, one aspect of Wordpress has always bugged me. If you go to a typical wordpress post page, you will find that the important H1 tag is used up by the blog name and that the most important part of the post &#8211; the title of the post &#8211; is relegated to a meager H2. There&#8217;s no easy fix for this via the GUI and your best bet is to wade into the PHP files that make up your theme and hardcode the tags yourself &#8211; a bit complex if you don&#8217;t program, but you don&#8217;t need to know PHP to do that. If you can program in any language yourself, then you should be able to pick out the syntax easily. If you&#8217;re familiar with the ASP type spagghetti code, it&#8217;ll be a breeze.</p>
<p>The exact file to change will depend on your wordpress theme. What you need to do is the following:</p>
<ol>
<li>Find the php file that gives your blog title the H1 tag. Could be header.php or index.php</li>
<li>Use the conditional statement <span><span>is_single() to check if the page being displayed is a single post page or the home page or any other archive like page with multiple posts</span></span></li>
<li><span><span>If it&#8217;s a single post page, use H1 for the post title and the H2 tag for the blog name</span></span></li>
<li><span><span>Enter your style.css and change the styles of the H2 and H1 headings so that they look OK</span></span></li>
</ol>
<p>If this looks complex, it&#8217;s because <em>is</em>. There&#8217;s no easy workaround. If you know of one, feel free to post your comments.</p>
<img src="http://www.seonotes.com/?ak_action=api_record_view&id=147&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seonotes.com/improving-wordpress-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing your site with dynamic URL&#8217;s</title>
		<link>http://www.seonotes.com/optimizing-your-site-with-dynamic-urls/</link>
		<comments>http://www.seonotes.com/optimizing-your-site-with-dynamic-urls/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 18:24:26 +0000</pubDate>
		<dc:creator>seonotes</dc:creator>
				<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[seo notes]]></category>
		<category><![CDATA[S.E.O.]]></category>

		<guid isPermaLink="false">http://www.seonotes.com/67/optimizing-your-site-with-dynamic-urls/</guid>
		<description><![CDATA[Presently almost all the sites are dynamic in nature. A developer cannot avoid using frames and dynamic functions to add functionalities to a site. It&#8217;s a myth that SE&#8217;s dont index dynamic pages, one should not hurt the development process just for seeking a SE friendly website. SE&#8217;s do love naturally developed sites and they [...]]]></description>
			<content:encoded><![CDATA[<p>Presently almost all the sites are dynamic in nature. A developer cannot avoid using frames and dynamic functions to add functionalities to a site. It&#8217;s a myth that SE&#8217;s dont index dynamic pages, one should not hurt the development process just for seeking a SE friendly website. SE&#8217;s do love naturally developed sites and they give them equally importance too.</p>
<p>here are few tips which explains the SEO view points in brief.</p>
<p>If your website is design heavy and uses Frames, Dynamic URLs or Flash, you may have some additional worries when setting up your SEO, but there is a solution too.</p>
<p>Do not use frames if you can help it, try to avoid then as search engines will not read any real content within your website, resulting in very low page rankings.</p>
<p>If you feel that using dynamic URLs (any URL that contains ?, &#038;, %, +, =, $, cgi-bin, .cgi) may not be ranked well and the URL should be reconfigured into something the search engine can recognize. Then you can go for URL rewriting using a function called Mod_rewrite which your developer can easily configure.</p>
<p>Search engines still cannot read most home pages made with Flash since they often do not contain any copy. Making sure your Flash home page carries excellent title, meta tags and few words about your site will help ensure a ranking for your site. Make minimum use of animations to prevent increase in your page load time, also visitors who are using low bandwidth may face trouble viewing your page. A website which load faster is good for visitors as well as SE&#8217;s.</p>
<img src="http://www.seonotes.com/?ak_action=api_record_view&id=67&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seonotes.com/optimizing-your-site-with-dynamic-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing the Images using &#8220;ALT&#8221; Tags</title>
		<link>http://www.seonotes.com/optimizing-the-images-using-alt-tags/</link>
		<comments>http://www.seonotes.com/optimizing-the-images-using-alt-tags/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 18:19:27 +0000</pubDate>
		<dc:creator>seonotes</dc:creator>
				<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[seo notes]]></category>
		<category><![CDATA[image optimizations]]></category>
		<category><![CDATA[S.E.O.]]></category>

		<guid isPermaLink="false">http://www.seonotes.com/66/optimizing-the-images-using-alt-tags/</guid>
		<description><![CDATA[A picture speaks a thousand words. Or, in the case of SEO, a few selected keywords. Using the “alt” attribute for SEO can increase your ranking on search engines.
Users often have their image readers turned off when surfing the web and images can contain code that is read by search engines. The alt=”keyword phrase here” [...]]]></description>
			<content:encoded><![CDATA[<p>A picture speaks a thousand words. Or, in the case of SEO, a few selected keywords. Using the “alt” attribute for SEO can increase your ranking on search engines.</p>
<p>Users often have their image readers turned off when surfing the web and images can contain code that is read by search engines. The alt=”keyword phrase here” coding is a good place to put commonly misspelled keywords, plurals or repeat the keyword phrasing from the content, title tag, meta description or copy of your website.</p>
<p>Keep your description brief and only use 2-3 keywords per image while accurately describing the image.</p>
<p>Again, I repeat, Do Not Try to Trick the Search Engine. While it may be tempting to duplicate webpages from your website for increased SEO, the search engines are smarter than you are so don’t do it. Listing keyword phrasing on your page in succession is a surefire way to get caught “cheating” by search engines and may result in your site being blacklisted.</p>
<p>Having strong content that utilizes your keyword phrasing in readable copy is the straight-and-narrow approach to legitimizing your website. Do not put keyword phrasing in the same color as the background to “hide” it or blend it into your website, this will be read by the search engines and will result in your website being kicked out of the search engine, leaving you high and dry with no hope of being listed.</p>
<p>Avoid ALT Stuffing at any cost and follow the guidelines set by SEO practitioners who have spent years of research before coming out to a conclusion.</p>
<img src="http://www.seonotes.com/?ak_action=api_record_view&id=66&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seonotes.com/optimizing-the-images-using-alt-tags/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
