<?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>Pica Interactive &#187; SEO</title>
	<atom:link href="http://blog.picainteractive.com/category/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.picainteractive.com</link>
	<description>News</description>
	<lastBuildDate>Fri, 12 Jun 2009 20:42:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web Standards and Search Engines</title>
		<link>http://blog.picainteractive.com/web-standards-and-search-engines.html</link>
		<comments>http://blog.picainteractive.com/web-standards-and-search-engines.html#comments</comments>
		<pubDate>Mon, 02 Apr 2007 10:00:00 +0000</pubDate>
		<dc:creator>Sheri Bodnaruk</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://ngenmarketing.com/pica/web-standards-and-search-engines.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>We all want our websites to rank well in the search engines, but are<br />
keywords and keyword rich content enough? Do you know how your website was<br />
designed and produced? And how the source code was written to define and render<br />
your site on the browser? These are things you may want to find out before you<br />
start paying for pay per click advertising.</p>
<p>Here are 3 simple things you can ask when you are having your site built:</p>
<p><strong>1. Is Structural HyperText Markup Language (HTML) being used correctly?<o:p></o:p></strong></p>
<p>It is really that simple – using html as it was intended, as structural<br />
markup, keeping the presentation separate from the content. The HTML code<br />
should be structured according to web standards, using the proper &lt;h1&gt;,<br />
&lt;h2&gt; tags and wrapping paragraph structures in &lt;p&gt; tags. With<br />
proper semantic use of HTML the search engines can derive intended meaning from<br />
the content and correctly index your page. </p>
<p>Even if your site looks good in the browser it does not mean your site is using<br />
valid HTML code. While the browsers can still read non-compliant code, the<br />
search engine spiders have trouble with it. It all sounds so simple, but the sad<br />
reality is that as long as web browsers continue to accept invalid code it will<br />
always be a problem. That leaves it up to you to make sure that your site is as<br />
close to standards as possible.</p>
<p><strong>2. Does your site use Cascading Style Sheets (CSS)<o:p></o:p></strong></p>
<p>I know this was said before, but it is <em>so</em> important, keep the<br />
presentation separate from the structure, design separate from the data, the<br />
layout separate from the content. CSS controls the way your site looks and it<br />
is in a separate file so when the search engine spiders come to your site they<br />
get the meat not all the stuff that decorates the plate. </p>
<p><strong>3. Check your site in a validating tool<o:p></o:p></strong></p>
<p>Whether your website code is currently 100% compliant, or a few rules were<br />
broken in order to accommodate old browsers, it’s always good to know if your<br />
site is compliant. There is a great and free validation tool at the <a href="http://www.w3c.org/">World Wide Web Consortium</a> site that can validate your html code as well as your<br />
CSS. </p>
<p>There are also many other benefits besides SEO to using web standards:</p>
<p><strong>Easier to read the code</strong> &#8211; Since the design is separated from the<br />
structure it is much easier to hand the code off to other designers or<br />
developers for site maintenance.<o:p></o:p></p>
<p><strong>Valid code saves time finding<br />
bugs</strong> &#8211; A validation tool<br />
takes a web page and validates the code against the web standards recommended<br />
by the W3C. So instead of spending many frustrating hours trying to fix a<br />
problem in one browser a validation tool will quite often find the problem for<br />
you.<o:p></o:p></p>
<p><strong>Content is separate from the<br />
style </strong>- This makes it<br />
easier to create different style sheets for alternative browsers and devices,<br />
broadening your audience.<br />
<strong><br />
Web standards are forward compatible</strong> – When sites are designed using web<br />
standards it is more likely your site will continue to look as good as it<br />
should as newer browsers are released. </p>
<p>The money you spend in making sure your site is web standard compliant will save<br />
you money in pay per click costs as well as site maintenance. While there are<br />
many things to consider in marketing your site, this is one of the easiest and<br />
most important steps you can take to increase the success of your site over the<br />
long term.</p>
<p>Further reading: <a href="http://blog.picainteractive.com/blog/2007/03/programming_mat.html">Programming Matters for Search Engine Optimization</a>, <a href="http://www.digital-web.com/articles/building_to_standards/">The Dollars and Sense of Building to Standards</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.picainteractive.com/web-standards-and-search-engines.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Matters for Search Engine Optimization (SEO)</title>
		<link>http://blog.picainteractive.com/programming-matters-for-search-engine-optimization-seo.html</link>
		<comments>http://blog.picainteractive.com/programming-matters-for-search-engine-optimization-seo.html#comments</comments>
		<pubDate>Sun, 11 Mar 2007 23:35:33 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://ngenmarketing.com/pica/programming-matters-for-search-engine-optimization-seo.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Quick, what&#8217;s the difference between these two lines;</p>
<h3>What You See Is Not Always What You Get!</h3>
<p><strong><span style="font-size: 1.4em;">What You See Is Not Always What You Get!</span></strong></p>
<p>Depending on your browser and personal settings, you may have noticed a size difference or perhaps the fonts are different. Regardless, the odds are you missed one of the most important differences, the fact that the first line has meaning and the second does not &#8230; well at least to a search engine. </p>
<p>The difference is in the programming or, more accurately, the markup. Whatever you want to call it, the underlying HTML code that is used to make this page can have a significant impact on how a search engine indexes the page, and therefore how well your page performs in the search engines.</p>
<p>The first line used an &lt;h3&gt; tag, telling the search engine this is a header, that it has important meaning pertaining to the content of the page. Here&#8217;s the actual underlying HTML:</p>
<p><em><span style="color: #000099;">&lt;h3&gt;What You See Is Not Always What You Get!&lt;/h3&gt;</span></em></p>
<p>The second line, although it appears important visually, has no special meaning to a search engine. Here&#8217;s the underlying HTML code :</p>
<p><em><span style="color: #000099;">&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 1.4em;&quot;&gt;What You See Is Not Always What You Get!&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;</span></em></p>
<p>So what does this mean in the end? It means that what you see is not always what you get. Two identical looking pages created by two different people can have significantly different results with search engines. When a search engine indexes a page it crawls through the underlying HTML code for the page and uses special markup tags, such as the &lt;h3&gt; tag, to try and deduce meaning and the relevance of certain words and phrases on the page. The &lt;h3&gt; tag has semantic meaning for the search engine. Search engines plug this information into their page ranking equations which are used to determine the page&#8217;s rank. The page that was styled with font-size selection (the second example above) provides no additional semantic meaning for the search engine and is therefore a miss opportunity providing little or no impact on it&#8217;s ranking in the search engine.</p>
<p>The example above, with the &lt;h3&gt; tag, is a very simple example with only one of the many HTML tags used to create web pages. A very common problem in the web design industry centers around the lack of understanding of the importance of the web page&#8217;s underlying HTML code. There are many WYSIWYG (what you see is what you get) tools used by designers that allow them to create great looking pages without having to understand how HTML works because the tool produces the HTML for them. The problem, as many companies are finding out the hard way, is that these tools do not always produce search engine friendly HTML code. I&#8217;m not suggesting that these tools can&#8217;t do this to some degree, but the tool will likely miss many opportunities for optimization and is therefore no substitute for a solid understanding of HTML and the way search engines interpret it. </p>
<p>Ensuring good search engine practices are being followed during initial development will always be more cost effective than trying to fix the problem after the website has been launched and no one shows up to view it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.picainteractive.com/programming-matters-for-search-engine-optimization-seo.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimization &#8211; Flash vs. html</title>
		<link>http://blog.picainteractive.com/search-engine-optimization-flash-vs-html.html</link>
		<comments>http://blog.picainteractive.com/search-engine-optimization-flash-vs-html.html#comments</comments>
		<pubDate>Sun, 04 Mar 2007 21:30:53 +0000</pubDate>
		<dc:creator>Sheri Bodnaruk</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://ngenmarketing.com/pica/search-engine-optimization-flash-vs-html.html</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>While Macromedia Flash is one of the coolest and most fun graphic tools out there, it&#8217;s also thought to be a Search Engine Optimization (SEO) nightmare. Why? It&#8217;s said that search engines can’t index Flash (.swf) files because the <a target="blank" href="http://en.wikipedia.org/wiki/Search_engine_spiders">search engine spiders</a> cannot read them. Spiders crawl through websites and index the links they find, but they can’t find the links if they are buried within a Flash site. </p>
<p>Google and Yahoo are now claiming that they <em>can</em> index Flash files, or at least partially, but it is still recommended for optimal crawling to include text and html on your site. Vanessa Fox from Google writes on their <a target="blank" href="http://googlewebmastercentral.blogspot.com/2006/10/target-visitors-or-search-engines.html">blog</a> “Images, flash, and other multimedia make for pretty web pages, but make sure your core messages are in text or use ALT text to provide textual descriptions of your multimedia. This is great for search engines, which are based on text: searchers enter search queries as word, after all. But it&#8217;s also great for visitors, who may have images or Flash turned off in their browsers or might be using screen readers or mobile devices.” </p>
<p><strong>So how can Flash be used effectively?</strong> </p>
<p>Flash is a useful tool that enables you to add animation, video and other interactive multimedia features to your site. It should be used as an element, rather then the only feature on your site, “Think Flash movies, not Flash sites” as Shari Thurow states in her article on SearchEngineWatch’s ClickZ Network. Also having great content and text <em>accented</em> with some Flash will help ensure your site&#8217;s visibility in the search engines. </p>
<p>That does not mean that Flash should be avoided altogether because it is still as great way to add fun interactivity to your site. Just make sure you optimize your pages with content as well.</p>
<p> Further reading: <a target="blank" href="http://searchenginewatch.com/showPage.html?page=2161851">SearchEngineWatch.com</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.picainteractive.com/search-engine-optimization-flash-vs-html.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
