<?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"
	>

<channel>
	<title>SitePoint Blogs &#187; Search Engine Marketing</title>
	<atom:link href="http://www.sitepoint.com/blogs/category/business/search-engine-marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs</link>
	<description></description>
	<pubDate>Sat, 30 Aug 2008 06:29:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Google’s Flash Indexing Disaster</title>
		<link>http://www.sitepoint.com/blogs/2008/07/16/google%e2%80%99s-flash-indexing-disaster/</link>
		<comments>http://www.sitepoint.com/blogs/2008/07/16/google%e2%80%99s-flash-indexing-disaster/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 04:58:24 +0000</pubDate>
		<dc:creator>Kevin Yank</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2654</guid>
		<description><![CDATA[On July 1st, Google announced that, using technology provided by Adobe, it had enhanced the Google Search Engine to index the text embedded within Flash movies. What followed was bad advice from Google, second-guessing by web developers, and finally a few straight answers.]]></description>
			<content:encoded><![CDATA[<p><strong>On July 1st, Google <a href="http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html">announced</a> that, using <a href="http://www.adobe.com/devnet/flashplayer/articles/swf_searchability.html">technology</a> provided by Adobe, it had enhanced the Google Search Engine to index the text embedded within Flash movies. What followed was bad advice from Google, second-guessing by web developers, and finally a few straight answers.</strong></p>
<p>Google&#8217;s initial announcement was so incredibly vague as to render it all but useless. Developers came away knowing that Google was doing <em>something</em> different with their Flash content, but that&#8217;s about it.</p>
<p>While Google&#8217;s <a href="http://almaer.com/blog/flash-indexing-and-seo-remember-testing">Dion Almaer suggested</a> that search engines have always been black boxes and that it was up to us to discover what had changed through testing, just about everyone else was crying foul.</p>
<p>Google&#8217;s credibility was immediately in question due to the obviously bad advice it contained:</p>
<div id="adz" class="vertical"></div><blockquote><p>
    &quot;If you prefer Google to ignore your less informative content, such as a &quot;copyright&quot; or &quot;loading&quot; message, consider replacing the text within an image, which will make it effectively invisible to us.&quot;
</p></blockquote>
<p>For the record, replacing fast-loading, accessible text content with a bulky image simply to hide it from search engines is <em>never</em> a good idea.</p>
<p>Google&#8217;s list of caveats in the announcement were similarly perplexing:</p>
<blockquote><p>
&quot;Googlebot does not execute some types of JavaScript. So if your web page loads a Flash file via JavaScript, Google may not be aware of that Flash file, in which case it will not be indexed.&quot;
</p></blockquote>
<p><em>What</em> types of JavaScript? Established best practice for publishing Flash content is to use the <a href="http://code.google.com/p/swfobject/">SWFObject JavaScript library</a> to overcome bugs in older browsers, so was Google saying that it would only index Flash content that was authored using broken/outdated HTML-only techniques?</p>
<blockquote><p>
&quot;We currently do not attach content from external resources that are loaded by your Flash files. If your Flash file loads an HTML file, an XML file, another SWF file, etc., Google will separately index that resource, but it will not yet be considered to be part of the content in your Flash file.&quot;
</p></blockquote>
<p>Any experienced Flash developer knows that if you are going to have any significant amount of text in your Flash content, your best bet is to stick it in an XML file and load it on the fly, so you don&#8217;t have to rebuild your Flash movie whenever you change the content.</p>
<p>Apparently, not only will Google not see Flash content authored this way, but it will track down the XML file anyway and index it as a <em>separate page</em> on your site! That&#8217;s right, Google will helpfully direct people searching for your content to the raw XML file that contains it, rather than your slick, Flash front-end.</p>
<p>All this stuff made so little sense, that many developers questioned whether Google was actually able to index <em>any</em> Flash content of consequence. Within a few days, however, the Search Engine War blog was able to verify that Google <a href="http://www.search-engine-war.co.uk/2008/07/flash-time-to-c.html">was indeed indexing Flash content</a>.</p>
<p>Finally, after several days of developer outcry, Google admitted it had left too many questions unanswered, and four days later, it posted a <a href="http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html">significant update</a> that is well worth reading if you have any Flash content on your site.</p>
<p>Here&#8217;s a quick summary of what we now know:</p>
<ul>
<li>
    The July 1st release didn&#8217;t index Flash content inserted with the <a href="http://code.google.com/p/swfobject/">SWFObject library</a>&#8217;s dynamic publishing method, which writes the Flash content into the page entirely with JavaScript. The recommended static publishing method (where two nested <code>&lt;object&gt;</code> tags are included in the page) <em>was</em> indexed. Google is now deploying an update that supports the dynamic publishing method as well.<br />&#160;
  </li>
<li>
    Text content loaded on-the-fly from an XML file is not yet indexed, but Google is working on fixing this in the near term.<br />&#160;
  </li>
<li>
    Google will do its best to detect when duplicate content is there to provide an HTML alternative to Flash content, and will only display one of the two versions in the search results. No penalty is applied to a site&#8217;s search ranking due to duplicate content.
  </li>
</ul>
<p>There are still unknowns here, but that will always be the case with the Google search engine. Though it took a few days, Google is answering what questions it can, and responding to developer concerns with enhancements.</p>
<p>Before very long, most of the text within Flash-based web sites will make its way into the Google search index. Nevertheless, uncertainty will remain over how deeply Google is able to probe Flash content for a while yet. Providing non-Flash alternative content will remain an effective means of guaranteeing your most important content a place in the Google index. It also gives users of non-Flash-enabled browsers (like the iPhone) something to look at.</p>
<p>Though Google&#8217;s initial message was pretty half-baked, the follow-up has put most of my concerns to rest. How about yours?</p>
<script src="http://ads.aws.sitepoint.com/adjs.php?region=136&amp;did=adz&amp;adtype=vertical" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://www.sitepoint.com/blogs/2008/07/16/google%e2%80%99s-flash-indexing-disaster/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Write For SitePoint And Win The Adobe CS3 Web Premium Suite</title>
		<link>http://www.sitepoint.com/blogs/2008/04/08/write-for-sitepoint-and-win-the-adobe-cs3-web-premium-suite/</link>
		<comments>http://www.sitepoint.com/blogs/2008/04/08/write-for-sitepoint-and-win-the-adobe-cs3-web-premium-suite/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 05:22:13 +0000</pubDate>
		<dc:creator>mattymcg</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Search Engine Marketing]]></category>

		<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/04/08/write-for-sitepoint-and-win-the-adobe-cs3-web-premium-suite/</guid>
		<description><![CDATA[We&#8217;ve extended the deadline for this competition by two weeks.
You asked for more competitions, so here&#8217;s another one!
We&#8217;re giving away two copies of Adobe CS3 Web Premium (kindly donated by Adobe) to the authors of the best articles about Adobe Flex and AIR submitted over the next four weeks.
That&#8217;s right &#8212; you could WIN a [...]]]></description>
			<content:encoded><![CDATA[<p><ins datetime="2008-05-07T02:27:56+00:00">We&#8217;ve <a href="http://www.sitepoint.com/blogs/2008/05/05/adobe-air-flex-competition-deadline-extended/" rel="nofollow">extended the deadline for this competition</a> by two weeks.</ins></p>
<p><img src='http://www.sitepoint.com/blogs/wp-content/uploads/2008/04/flex-air-competition.jpg' alt='Flex/AIR Article Competition' class='imgright' /><a href="http://www.sitepoint.com/blogs/2008/03/14/interpreting-the-results-of-the-2008-sitepoint-reader-survey-part-1/">You asked for more competitions</a>, so here&#8217;s another one!</p>
<p>We&#8217;re giving away two copies of Adobe CS3 Web Premium (kindly donated by Adobe) to the authors of the best articles about Adobe Flex and AIR submitted over the next four weeks.</p>
<p><strong>That&#8217;s right &#8212; you could WIN a copy of the ultimate graphics package for web developers, Adobe Creative Suite 3 Web Premium, just by submitting an article about Flex or AIR.</strong> Worth USD $1,599, the package includes the latest versions of Photoshop, Illustrator, Fireworks, Flash, Dreamweaver and a host of other tools that form the industry benchmark for creating web graphics.</p>
<div id="adz" class="vertical"></div><p><strong>How To Win</strong></p>
<ol>
<li>Write an article for publication on sitepoint.com about <a href="http://www.adobe.com/products/flex/">Adobe Flex</a> or AIR (<a href="http://www.adobe.com/products/air/">Adobe Integrated Runtime</a>). We&#8217;re mostly looking for tutorials (either standalone or multi-part series). The article(s) must be <em>original</em> and <em>must not</em> be already published online elsewhere. We&#8217;re interested everything from beginner articles to intermediate and advanced topics. Also note that we&#8217;re looking for <em>quality</em> content (first-time authors might want to run their article past a friend or colleague before submitting).</li>
<li><strong>Submit the article before </strong><strong>Sunday <del datetime="2008-05-07T02:28:47+00:00">May 4th</del> May 18th, 2008</strong>. That gives you nearly four weeks! Be sure to include a headshot and author bio with your submission.</li>
<li><strong>The authors of the best Flex article and the best AIR article will each win a copy of Adobe CS3 Web Premium (either Mac or Windows &#8212; your choice).</strong> The winner will be decided by myself and SitePoint&#8217;s Technical Director, <a href="http://www.sitepoint.com/articlelist/48">Kevin Yank</a>.</li>
</ol>
<p>Submit your article to <strong>submit (at) sitepoint.com</strong>.</p>
<p><strong>Some tips on writing for SitePoint:</strong></p>
<ul>
<li>It&#8217;s best to concentrate on one thing, rather than trying to demonstrate how to build a complex application from start to finish.</li>
<li>Try to adhere to the recommended word limit (between 1,000 and 2,000 words).</li>
<li>Be sure that the reader has some useful code to take away from the article. Include a downloadable code archive with your submission if necessary.</li>
<li>Please make every effort to ensure that your code is bug-free and best practice. Our diligent technical editing team will be testing your code, but we won&#8217;t be correcting them. If your code has bugs, we&#8217;ll send it back to you to fix.</li>
</ul>
<p>For more tips, please read our <a href="http://sitepoint.com/about/writeforus/">Write For Us</a> page and our <a href="http://www.sitepoint.com/about/authorguide.pdf">author submission guidelines</a> (PDF).</p>
<p><strong>Oh, and another thing&#8230;</strong></p>
<p>Even though there will be only one winner for each of the topics, we may choose more than one article for publication. In fact, if they&#8217;re all good, we may publish the lot! So even if you don&#8217;t win, your article may still make the front page of SitePoint!</p>
<p>That is all.  Get writing and good luck!</p>
<script src="http://ads.aws.sitepoint.com/adjs.php?region=136&amp;did=adz&amp;adtype=vertical" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://www.sitepoint.com/blogs/2008/04/08/write-for-sitepoint-and-win-the-adobe-cs3-web-premium-suite/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ask.com: We&#8217;ve Got All The Answers</title>
		<link>http://www.sitepoint.com/blogs/2008/03/07/askcom-were-going-to-be-the-best/</link>
		<comments>http://www.sitepoint.com/blogs/2008/03/07/askcom-were-going-to-be-the-best/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 01:52:33 +0000</pubDate>
		<dc:creator>mattymcg</dc:creator>
		
		<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/03/07/askcom-were-going-to-be-the-best/</guid>
		<description><![CDATA[After my recent post about Ask.com&#8217;s recent layoffs and change in strategic direction, I had an interesting chat to Nicholas Graham, spokesperson for Ask.com. Graham clarified a few details amid plenty of speculation that Ask.com would be retiring its search functionality entirely.
&#8220;AP ran a story that suggested we were retiring our search technology &#8212; a [...]]]></description>
			<content:encoded><![CDATA[<p>After my <a href="http://www.sitepoint.com/blogs/2008/03/06/kiss-your-askcom-goodbye">recent post about Ask.com&#8217;s recent layoffs and change in strategic direction</a>, I had an interesting chat to Nicholas Graham, spokesperson for <a href="http://ask.com/">Ask.com</a>. Graham clarified a few details amid plenty of speculation that Ask.com would be retiring its search functionality entirely.</p>
<p>&#8220;AP ran a story that suggested we were retiring our search technology &#8212; a story that just wasn&#8217;t true, and one that they in fact retracted.&#8221;</p>
<p>True or not, it certainly <a href="http://www.webmasterworld.com/ask_jeeves_teoma/3589033.htm">fueled the rumor mill</a>, and combined with the recent layoffs, has placed a big question mark over whether Ask.com&#8217;s new strategy is a good one &#8212; a predicament that has had Graham <a href="http://www.marketingpilgrim.com/2008/03/askcom-will-continue-to-be-a-great-search-engine.html">putting out fires ever since</a>.</p>
<p>&#8220;The fact is that we have a very loyal user base &#8212; in fact, our research reveals that our core users, which happen to be primarily female, use Ask.com to search for three types of information: reference, health, and entertainment. What&#8217;s interesting is that these users in fact use Ask.com <strong>three times more than any other search engine,</strong>&#8221; commented Graham.</p>
<p>&#8220;We are definitely still innovating. We still plan on being a great search engine &#8212; the best, in fact, for users who are seeking answers. In fact, we&#8217;re hiring for some key roles to help support this new strategy.&#8221;</p>
<div id="adz" class="vertical"></div><p>There&#8217;s certainly something to be said for the fact that if you try to be all things to all people, you&#8217;re guaranteed to fail, and I give Ask.com credit for deciding to focus on its core users rather than its competition. But what percentage of users who type a query into a search engine are specifically searching for an answer? (as compared to, say, pictures, products, services, phone numbers&#8230;) How do you define an &#8220;answer&#8221;, anyway? And is it reasonable to expect users to use one search engine to find &#8220;answers&#8221;, and another for everything else? (personally, I just use Google for everything).</p>
<p>Two years ago, when the focus of the search engine was expanded and <a href="http://www.searchenginejournal.com/askcom-expands-search-engine-information-focus/3003/">Ask.com announced they would be tackling Google head on</a>, they didn&#8217;t seem to think so. For Jeeves&#8217; sake, I hope they&#8217;ve found the answer this time.</p>
<script src="http://ads.aws.sitepoint.com/adjs.php?region=136&amp;did=adz&amp;adtype=vertical" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://www.sitepoint.com/blogs/2008/03/07/askcom-were-going-to-be-the-best/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kiss Your Ask.com Goodbye</title>
		<link>http://www.sitepoint.com/blogs/2008/03/06/kiss-your-askcom-goodbye/</link>
		<comments>http://www.sitepoint.com/blogs/2008/03/06/kiss-your-askcom-goodbye/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 00:24:26 +0000</pubDate>
		<dc:creator>mattymcg</dc:creator>
		
		<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/03/06/kiss-your-askcom-goodbye/</guid>
		<description><![CDATA[SearchEngineLand&#8217;s Barry Schwartz has a good writeup on the news that Ask.com has fired 8% of its staff, and is planning on changing the strategy behind its search engine, to instead focus on its female user base.
Ask.com is being refocused to build &#8230; an engine that answers questions tailored to women searching on health and [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.sitepoint.com/blogs/wp-content/uploads/2008/03/ask-jeeves.jpg' alt='' class='imgright' />SearchEngineLand&#8217;s <a href="http://searchengineland.com/080304-145509.php">Barry Schwartz has a good writeup</a> on the news that Ask.com has fired 8% of its staff, and is planning on changing the strategy behind its search engine, to instead focus on its female user base.</p>
<blockquote><p>Ask.com is being refocused to build &#8230; an engine that answers questions tailored to women searching on health and entertainment.</p></blockquote>
<p>As <a href="http://www.sitepoint.com/forums/showthread.php?t=535622">others have justifiably asked</a>, what&#8217;s the big deal? In the days of Ask Jeeves, the combination of being able to type wordy questions and have them answered by a cute illustrated butler was a nice novelty and all, but have they ever been a serious competitor to Google?</p>
<p>SitePoint&#8217;s own <a href="http://www.sitepoint.com/forums/member.php?u=26206">John Conde</a> sums up <a href="http://www.sitepoint.com/forums/showpost.php?p=3744457&#038;postcount=12">why competition for Google is vital</a>:</p>
<div id="adz" class="horizontal"></div><blockquote><p>Less competitors in search means less reasons for the current players to innovate. If Google provides Ask.com with its search results, which is what is expected, and MS snaps up Yahoo, then there are only two players left in search. And with how poor of a showing Yahoo and MSN have made against Google thus far a monopoly is very possible as well as a slowdown in innovation.</p></blockquote>
<p>Good news for Ask&#8217;s <a href="http://img151.imageshack.us/img151/3933/picture1jt2.png">core users</a>, bad news for search in general.</p>
<script src="http://ads.aws.sitepoint.com/adjs.php?region=137&amp;did=adz&amp;adtype=horizontal" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://www.sitepoint.com/blogs/2008/03/06/kiss-your-askcom-goodbye/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changes to PageRank?</title>
		<link>http://www.sitepoint.com/blogs/2007/10/25/changes-to-pagerank/</link>
		<comments>http://www.sitepoint.com/blogs/2007/10/25/changes-to-pagerank/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 01:40:33 +0000</pubDate>
		<dc:creator>Lucas Chan</dc:creator>
		
		<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/10/25/changes-to-pagerank/</guid>
		<description><![CDATA[It seems that Google has recently changed their PageRank algorithm.  A number of sites have experienced a significant drop in PageRank as a result.

Boing Boing: Was 9, now 7.
Engadget: Was 7, now 5.
Forbes.com: Was 7, now 5.
New Scientist: Was 7, now 5.

Early reports suggest that sites which sell or exchange links are most affected. [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that Google has recently changed their PageRank algorithm.  A number of sites have experienced a significant drop in PageRank as a result.</p>
<ul>
<li>Boing Boing: Was 9, now 7.</li>
<li>Engadget: Was 7, now 5.</li>
<li>Forbes.com: Was 7, now 5.</li>
<li>New Scientist: Was 7, now 5.</li>
</ul>
<p>Early reports suggest that sites which sell or exchange links are most affected. However sites that don&#8217;t fall into this category have also experienced a drop in PageRank.</p>
<p>This is a potentially devastating change for sites that rely heavily on search traffic.  Post here if this affects you, or if you have any further insight.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sitepoint.com/blogs/2007/10/25/changes-to-pagerank/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yahoo! Search Marketing Plays catch-up to AdWords</title>
		<link>http://www.sitepoint.com/blogs/2007/10/02/yahoo-search-marketing-plays-catch-up-to-adwords/</link>
		<comments>http://www.sitepoint.com/blogs/2007/10/02/yahoo-search-marketing-plays-catch-up-to-adwords/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 20:19:55 +0000</pubDate>
		<dc:creator>Matt Mickiewicz</dc:creator>
		
		<category><![CDATA[Search Engine Marketing]]></category>
<category>ppc fraud</category><category>yahoo search marketing</category>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/10/02/yahoo-search-marketing-plays-catch-up-to-adwords/</guid>
		<description><![CDATA[Yahoo! Search Marketing is finally catching up to AdWords and has launched new features (and highlighted old ones) to enable advertisers to exercise more control over where their ad dollars are going. 
Among them:
Blocked Domains
Now you can specify websites in our partner distribution network where you don&#8217;t want your ads to appear.
Blocked Continents
Yahoo! automatically excludes [...]]]></description>
			<content:encoded><![CDATA[<p>Yahoo! Search Marketing is finally catching up to AdWords and has launched <a href="http://searchmarketing.yahoo.com/trafficquality/for_you.php#3">new features</a> (and highlighted old ones) to enable advertisers to exercise more control over where their ad dollars are going. </p>
<p>Among them:</p>
<p><strong>Blocked Domains</strong><br />
Now you can specify websites in our partner distribution network where you don&#8217;t want your ads to appear.</p>
<p><strong>Blocked Continents</strong><br />
Yahoo! automatically excludes traffic from continents other than North America. If global traffic is important to your business, you can opt into this traffic.</p>
<div id="adz" class="vertical"></div><p>Both are steps in the right direction, though the blocked domains feature would be even more useful if it enabled advertisers to block ads from appearing on entire categories of webpages (such as domain name parking pages), a feature that is also badly lacking in AdWords.</p>
<p>Likewise, the blocked continent feature would be a lot more useful if Yahoo! allowed country-by-country targeting like Google does. Right now if you want to reach into Western Europe (Germany, UK, Switzerland, Sweden, Netherlands, etc.) you&#8217;re also forced to pay for traffic from Eastern Europe where the revenue-per-click is likely to be much lower.</p>
<p>I applaud the step in the right direction, but even more needs to be done for Yahoo! to catch-up to Google AdWords.</p>
<script src="http://ads.aws.sitepoint.com/adjs.php?region=136&amp;did=adz&amp;adtype=vertical" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://www.sitepoint.com/blogs/2007/10/02/yahoo-search-marketing-plays-catch-up-to-adwords/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MSN&#8217;s Keyword Forecasting Tool</title>
		<link>http://www.sitepoint.com/blogs/2007/02/15/msns-keyword-forecasting-tool/</link>
		<comments>http://www.sitepoint.com/blogs/2007/02/15/msns-keyword-forecasting-tool/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 20:00:51 +0000</pubDate>
		<dc:creator>Matt Mickiewicz</dc:creator>
		
		<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/02/15/msns-keyword-forecasting-tool/</guid>
		<description><![CDATA[MSN adCenter has released a cool keyword forecasting  tool.
Type in one or more keywords and you&#8217;ll get a breakdown as to the number of searches over the past year, and the forecasted number of searches for the next few months. It&#8217;s a great way to do more accurate projections on your traffic and sales [...]]]></description>
			<content:encoded><![CDATA[<p>MSN adCenter has released a cool <a href="http://adlab.msn.com/ForecastV2/KeywordTrendsWeb.aspx">keyword forecasting </a> tool.</p>
<p>Type in one or more keywords and you&#8217;ll get a breakdown as to the number of searches over the past year, and the forecasted number of searches for the next few months. It&#8217;s a great way to do more accurate projections on your traffic and sales volume for the near future.</p>
<p>As well, MSN will provide you with data about the demographics of the people who are searching for that particular keyword, namely age and gender.</p>
<p>No MSN adCenter account is required to use the tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sitepoint.com/blogs/2007/02/15/msns-keyword-forecasting-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Page Strength Analysis Tool</title>
		<link>http://www.sitepoint.com/blogs/2006/07/13/page-strength-analysis-tool/</link>
		<comments>http://www.sitepoint.com/blogs/2006/07/13/page-strength-analysis-tool/#comments</comments>
		<pubDate>Wed, 12 Jul 2006 20:10:01 +0000</pubDate>
		<dc:creator>Matt Mickiewicz</dc:creator>
		
		<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2006/07/13/page-strength-analysis-tool/</guid>
		<description><![CDATA[SEOMoz.org has developed a fantastic tool that calculates something they call &#8220;Page Strength&#8221; which can be used in to gauge the importance and visibility of any Website or Webpage.
I think it&#8217;s a great tool for any budding entrepreneur or marketer to have, as the Page Strength score is probably a much more accurate reflection of [...]]]></description>
			<content:encoded><![CDATA[<p>SEOMoz.org has developed a fantastic tool that calculates something they call &#8220;Page Strength&#8221; which can be used in to gauge the importance and visibility of any Website or Webpage.</p>
<p>I think it&#8217;s a <a href="http://www.seomoz.org/tools/page-strength.php">great tool</a> for any budding entrepreneur or marketer to have, as the Page Strength score is probably a much more accurate reflection of a Websites importance than Alexa Rank or Google PageRank alone. </p>
<p>Page Strength is based on a number of factors:</p>
<ul>
<li>Links pointing to the URL &#038; domain</li>
<li>Position in Google for the first four words of the title tag</li>
<li>Age of the Domain</li>
<li>Links from .edu and .gov domains</li>
<li>Age of the Domain Name</li>
<li>Links from Wikipedia, del.icio.us, DMOZ.org</li>
<li>Google PageRank, Alexa Rank, and more</li>
</ul>
<div id="adz" class="horizontal"></div><p>Give Page Strength a try on your own Website, or the next time you&#8217;re looking to acquire through the <a href="http://sitepoint.com/marketplace">SitePoint MarketPlace</a>.</p>
<p><a href="http://www.seomoz.org/tools/page-strength.php">Give it a try.</a></p>
<script src="http://ads.aws.sitepoint.com/adjs.php?region=137&amp;did=adz&amp;adtype=horizontal" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://www.sitepoint.com/blogs/2006/07/13/page-strength-analysis-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stop MSN From Displaying your DMOZ Descriptions</title>
		<link>http://www.sitepoint.com/blogs/2006/05/27/stop-msn-from-displaying-your-dmoz-descriptions/</link>
		<comments>http://www.sitepoint.com/blogs/2006/05/27/stop-msn-from-displaying-your-dmoz-descriptions/#comments</comments>
		<pubDate>Fri, 26 May 2006 23:04:53 +0000</pubDate>
		<dc:creator>Matt Mickiewicz</dc:creator>
		
		<category><![CDATA[Search Engine Marketing]]></category>
<category>MSN Search</category>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2006/05/27/stop-msn-from-displaying-your-dmoz-descriptions/</guid>
		<description><![CDATA[Both Google &#038; MSN have an annoying habit of grabbing your site description from the DMOZ directory, rather than using what you have in your Meta Description tag.
MSN has finally provided Webmasters with an option to override the default behaviour.
What we did was introduce a new option at the page level  - a robots [...]]]></description>
			<content:encoded><![CDATA[<p>Both Google &#038; MSN have an annoying habit of grabbing your site description from the DMOZ directory, rather than using what you have in your Meta Description tag.</p>
<p>MSN has finally provided Webmasters with an option to override the default behaviour.</p>
<blockquote><p>What we did was introduce a new option at the page level  - a robots meta tag – that tells the MSN search bot not to use the DMOZ site snippet.  This is something that only can be done at Web page level, by a webmaster, and is not done as part of the robot.txt file. </p></blockquote>
<p> Source: <a href="http://blogs.msdn.com/msnsearch/archive/2006/05/22/603917.aspx">MSN Blog</a></p>
<div id="adz" class="horizontal"></div><p>The new META tag for your webpages, if you don&#8217;t want your sites DMOZ description showing up on MSN Search results pages is:</p>
<p>meta NAME=&#8221;ROBOTS&#8221; CONTENT=&#8221;NOODP&#8221;</p>
<p>This is a great way to potentially enhance the clickthrough ratio of your search listings on the MSN Search engine, especially if your DMOZ site description is poorly written or not representative of what you offer.</p>
<script src="http://ads.aws.sitepoint.com/adjs.php?region=137&amp;did=adz&amp;adtype=horizontal" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://www.sitepoint.com/blogs/2006/05/27/stop-msn-from-displaying-your-dmoz-descriptions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEM Kit 2006 Progress Report</title>
		<link>http://www.sitepoint.com/blogs/2006/04/07/sem-kit-2006-progress-report/</link>
		<comments>http://www.sitepoint.com/blogs/2006/04/07/sem-kit-2006-progress-report/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 18:11:43 +0000</pubDate>
		<dc:creator>DanThies</dc:creator>
		
		<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2006/04/07/sem-kit-2006-progress-report/</guid>
		<description><![CDATA[Since I lost my best friend and business partner in December, I haven&#8217;t been the most productive man in SEO&#8230; but I am back at it, and thought readers might like to know what I&#8217;ve been up to.
First, the 2006 edition (update) of the SitePoint Search Engine Marketing Kit is well underway, and will probably [...]]]></description>
			<content:encoded><![CDATA[<p>Since I lost my best friend and business partner in December, I haven&#8217;t been <a href="http://www.seomoz.org/randfish.php">the most productive man in SEO</a>&#8230; but I am back at it, and thought readers might like to know what I&#8217;ve been up to.</p>
<p>First, the 2006 edition (update) of the SitePoint <a href="http://www.sitepoint.com/launch/4c900f/3/14">Search Engine Marketing Kit</a> is well underway, and will probably be published towards the end of this year, with an upgrade option available to those smart enough to already have the first edition.</p>
<p>The 2006 edition will of course reflect some of the changes that have taken place in the past year, highlighted by movement in the pay-per-click marketplace, unpaid inclusion (<a href="https://www.google.com/webmasters/sitemaps">Google Site Maps</a>), and link building. We&#8217;re adding a separate chapter on link building, new interviews, and another new chapter with an end-to-end case study.</p>
<p>What will we do in 2007? Assuming that SitePoint doesn&#8217;t fire me for missing 3 deadlines already on this project, we&#8217;ll probably have plenty more to talk about. </p>
<div id="adz" class="vertical"></div><p>Besides writing, I have been very busy with my online training and <a href="http://www.seoresearchlabs.com/seo-course.php">coaching</a> programs. I&#8217;ve already completed one <a href="http://www.seoresearchlabs.com/link-building.php">link building workshop</a> this year, and the second is about halfway complete. I love to teach.</p>
<p>If any readers would like to work &#8220;hands on&#8221; with me on your own website, I am offering an <a href="http://www.seoresearchlabs.com/site-workshop.php?coupon=sitepoint">online site workshop / teleclass</a> which starts on April 25. Hopefully, you will already have the SEM Kit in hand, it&#8217;s not required reading but it certainly helps if you have read it.</p>
<p>Speaking of Google Sitemaps again&#8230; that&#8217;s simply the coolest thing that any search engine has ever done. You get all of the stats on organic traffic that you&#8217;d get from a paid inclusion program, you get to see how PageRank is distributed through your site, and you get it all for free. How cool is that?</p>
<script src="http://ads.aws.sitepoint.com/adjs.php?region=136&amp;did=adz&amp;adtype=vertical" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRss>http://www.sitepoint.com/blogs/2006/04/07/sem-kit-2006-progress-report/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
