<?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>Nine By Blue &#187; Blog</title>
	<atom:link href="http://www.ninebyblue.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ninebyblue.com</link>
	<description>Data + A Dash of Color = Better Audience Insight</description>
	<lastBuildDate>Fri, 18 May 2012 12:17:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Top Technical Roadblocks Keeping Your Website from Being Seen by Searchers: Webinar Resources</title>
		<link>http://www.ninebyblue.com/top-technical-roadblocks-keeping-your-website-from-being-seen-by-searchers-webinar-resources/</link>
		<comments>http://www.ninebyblue.com/top-technical-roadblocks-keeping-your-website-from-being-seen-by-searchers-webinar-resources/#comments</comments>
		<pubDate>Wed, 02 May 2012 15:19:28 +0000</pubDate>
		<dc:creator>Vanessa Fox</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technical Web Development]]></category>

		<guid isPermaLink="false">http://www.ninebyblue.com/?p=3931</guid>
		<description><![CDATA[Today (May 2, 2012), I&#8217;m giving a webinar at 10am pacific with O&#8217;Reilly Media about the critical pieces of technical web site architecture that can keep site content from being indexed in search engines and seen by searchers. Site infrastructure is a core foundational component of search engine optimization (SEO). If search engines &#8230; <a href="http://www.ninebyblue.com/top-technical-roadblocks-keeping-your-website-from-being-seen-by-searchers-webinar-resources/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Today (May 2, 2012), I&#8217;m giving a webinar at 10am pacific with O&#8217;Reilly Media about the critical pieces of <a href="http://www.oreillynet.com/pub/e/2196">technical web site architecture that can keep site content from being indexed in search engines and seen by searchers</a>. Site infrastructure is a core foundational component of search engine optimization (SEO). If search engines can&#8217;t fully crawl and index a site and if duplicate URL issues dilute value signals such as PageRank, it will never get the visibility in search it otherwise would, no matter how awesome the content.</p>
<p>And even the best of us don&#8217;t get everything right all the time. Last year, I looked at how <a href="http://searchengineland.com/how-twitters-technical-infrastructure-issues-are-impacting-google-search-results-86229">Twitter&#8217;s technical infrastructure</a> was hurting their ability to be visible in search (they&#8217;ve since fixed a lot of it). For instance, they were 301 redirecting from the www version of the site to the non-www version. Great! Except that they also had blocked the entire www subdomain from search engine crawling with robot.xt. So search engines couldn&#8217;t follow the redirects or consolidate the value from all of those links to the www versions of the pages to the corresponding non-www versions (which were the one&#8217;s being indexed).</p>
<p>As I put together the slides, I was reminded that it would be impossible to fully cover this topic in an hour. I picked some top issues to talk through, but even then, I really only have to go over what the issues are and how to find them, not the intricacies of how to solve them (which of course, may vary based on the environment). So rather than ask those participating in the webinar to scramble to write down a bunch of links, I figured I&#8217;d post a few resources here for a more relaxed perusal. Get a glass of wine! Click at your leisure!</p>
<p>If you can&#8217;t attend the webinar live, O&#8217;Reilly will make the archive available. Update: the video is now live at the <a href="http://www.oreillynet.com/pub/e/2196">original location</a>.</p>
<h2>Search Engine tools</h2>
<ul>
<li><a href="http://www.google.com/webmasters/">Google webmaster central</a></li>
<li><a href="http://www.bing.com/toolbox/webmaster/">Bing webmaster center</a></li>
</ul>
<h2>Blocking Pages From Indexing</h2>
<ul>
<li><a href="http://searchengineland.com/removing-pages-from-google-53086">Removing Pages From Google</a></li>
<li><a href="http://www.ninebyblue.com/the-first-rule-of-indexing-make-sure-youre-letting-the-site-be-indexed/">Meta Robots Example</a></li>
<li><a href="http://www.mattcutts.com/blog/pagerank-sculpting/">Use of nofollow</a></li>
</ul>
<h2>JavaScript and AJAX</h2>
<ul>
<li><a href="http://searchengineland.com/googles-proposal-for-crawling-ajax-may-be-live-34411 ">Google&#8217;s crawlable AJAX standard</a></li>
<li><a href="https://developers.google.com/webmasters/ajax-crawling/">Google&#8217;s crawlable AJAX documentation</a></li>
<li><a href="http://searchengineland.com/google-io-new-advances-in-the-searchability-of-javascript-">JavaScript and Flash crawlability</a></li>
<li><a href="http://domscripting.com/presentations/xtech2006/">Hijax</a></li>
</ul>
<h2>Canonicalization</h2>
<ul>
<li><a href="http://searchengineland.com/canonical-tag-16537">Search engine support for the canonical attribute</a></li>
<li><a href="http://searchengineland.com/google-lets-you-tell-them-which-url-parameters-to-ignore-25925">Google&#8217;s parameter handling funcctionality</a></li>
<li><a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=139394">Google&#8217;s documentation</a></li>
<li><a href="http://www.bing.com/community/site_blogs/b/webmaster/archive/2009/07/01/making-links-work-for-you-sem-101.aspx">Bing&#8217;s documentation</a></li>
</ul>
<h2> Pagination</h2>
<ul>
<li><a href="http://searchengineland.com/google-provides-new-options-for-paginated-content-92906">Google&#8217;s support of pagination attributes</a></li>
<li><a href="http://searchengineland.com/implementing-pagination-attributes-correctly-for-google-114970">Pagination implementation details</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2011/09/pagination-with-relnext-and-relprev.html">Google&#8217;s post on pagination</a></li>
<li><a href="http://searchengineland.com/no-bing-doesnt-support-pagination-attributes-to-consolidate-pages-in-a-series-118694">Bing doesn&#8217;t support pagination attributes</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2011/09/view-all-in-search-results.html ">View all option</a></li>
</ul>
<h2>Status Codes</h2>
<ul>
<li><a href="http://googlewebmastercentral.blogspot.com/2011/01/how-to-deal-with-planned-site-downtime.html">Server maintenance</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2008/11/date-with-googlebot-part-ii-http-status.html">Google blog post</a></li>
</ul>
<h2>XML Sitemaps</h2>
<ul>
<li><a href="http://www.sitemaps.org/">sitemaps.org</a></li>
<li><a href="http://en.wikipedia.org/wiki/Sitemaps">Wikipedia</a></li>
</ul>
<h2>Microsoft-Specific Solutions</h2>
<h3>Rewriters</h3>
<ul>
<li><a href="http://www.iis.net/download/urlrewrite">URLRewrite (IIS 7)</a></li>
<li><a href="http://URLRewriter.net/">URLRewriter (IIS 6 and 7)</a></li>
<li><a href="http://www.isapirewrite.com/">ISAPI_Rewrite 2 (IIS 6 and 7)</a></li>
</ul>
<h3>Implementing 301 Redirects</h3>
<ul>
<li><a href="http://weblogs.asp.net/gunnarpeipman/archive/2009/05/27/asp-net-4-0-seo-features-response-permanentredirect.aspx">ASP.NET 4.0</a></li>
<li><a href="http://weblogs.asp.net/jeffwids/archive/2010/01/31/how-to-301-permanent-redirect-in-asp-net.aspx">ASP.NET 4.0</a></li>
<li><a href="http://iis-seo.martinnormark.com/">Configuring IIS and ASP.NET</a></li>
</ul>
<h3>Normalizing URL Casing</h3>
<ul>
<li><a href="http://blogs.msdn.com/b/carlosag/archive/2010/04/01/seo-made-easy-with-iis-url-rewrite-templates.aspx">URL Rewrite for IIS</a></li>
<li><a href="http://blog.dantup.com/2009/04/reducing-duplicate-content-with-aspnet.html">ASP.NET MVC</a></li>
</ul>
<h3>Custom Error Pages</h3>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/system.web.configuration.customerrorssection.redirectmode.aspx">.NET 2.0 SP2</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/system.web.configuration.customerrorsredirectmode.aspx">Custom error redirects</a></li>
<li><a href="http://www.colincochrane.com/post/2008/01/25/ASP-NET-Custom-Errors-Preventing-302-Redirects-To-Custom-Error-Pages.aspx">ASP.NET customer code</a></li>
</ul>
<h2>Apache-Specific Solutions</h2>
<h3>Redirects</h3>
<ul>
<li><a href="http://httpd.apache.org/docs/current/mod/mod_rewrite.html">mod_rewrite</a></li>
<li><a href="http://www.tamingthebeast.net/articles3/spiders-301-redirect.htm">htaccess</a></li>
</ul>
<h2>Page Speed</h2>
<ul>
<li><a href="http://radar.oreilly.com/2009/06/bing-and-google-agree-slow-pag.html">Google and Bing on page speed</a></li>
<li><a href="http://www.strangeloopnetworks.com/web-performance-infographics/">Page speed and usability stats</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html">Page speed and Google ranking</a></li>
<li><a href="https://developers.google.com/speed/pagespeed/mod">mod_pagespeed plugin for Apache</a></li>
</ul>
<h2>Structured Markup</h2>
<ul>
<li><a href="http://searchengineland.com/schema-org-google-bing-yahoo-unite-79554">schema.org support</a></li>
<li><a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=185417">Breadcrumbs</a></li>
<li><a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=146750">Product markup</a></li>
<li><a href="http://www.google.com/webmasters/tools/richsnippets">Rich snippets testing tool (Google)</a></li>
</ul>
<h2>Search Engine Crawl Issues</h2>
<ul>
<li><a href="http://searchengineland.com/google-webmaster-tools-revamps-crawl-errors-but-is-it-for-the-better-114892 ">Google&#8217;s crawl issues reports</a></li>
<li><a href="http://searchengineland.com/google-webmaster-tools-crawl-errors-how-to-get-detailed-data-from-the-api-115153 ">Google&#8217;s crawl issues API options</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ninebyblue.com/top-technical-roadblocks-keeping-your-website-from-being-seen-by-searchers-webinar-resources/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Upcoming Algorithm Change: &#8220;Overly-Optimized Sites&#8221;</title>
		<link>http://www.ninebyblue.com/google-optimized/</link>
		<comments>http://www.ninebyblue.com/google-optimized/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 04:14:21 +0000</pubDate>
		<dc:creator>Vanessa Fox</dc:creator>
				<category><![CDATA[SEO Fundamentals]]></category>

		<guid isPermaLink="false">http://www.ninebyblue.com/?p=3871</guid>
		<description><![CDATA[This past week at SXSW, Google&#8217;s Matt Cutts talked about an upcoming &#8220;over-optimization&#8221; algorithm launch aimed at those who abuse search engine optimization. Rob Snell transcribed the session, which included these comments from Matt (I&#8217;ve updated this article to include fuller comments from the transcript): &#8220;The idea is basically to try and level &#8230; <a href="http://www.ninebyblue.com/google-optimized/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>This past week at SXSW, Google&#8217;s Matt Cutts talked about an upcoming <a href="http://searchengineland.com/too-much-seo-google%E2%80%99s-working-on-an-%E2%80%9Cover-optimization%E2%80%9D-penalty-for-that-115627">&#8220;over-optimization&#8221; algorithm launch</a> aimed at those who abuse search engine optimization. <a href="http://www.robsnell.com/dear-bing-and-google-help-me-rank-better-2012-sxsw-transcript-matt-cutts-danny-sullivan.html">Rob Snell transcribed the session</a>, which included these comments from Matt (I&#8217;ve updated this article to include fuller comments from the transcript):</p>
<blockquote><p><em>&#8220;The idea is basically to try and level the playing ground a little bit. So all those people who have sort of been doing, for lack of a better word, “over optimization” or “overly” doing their SEO, compared to the people who are just making great content and trying to make a fantastic site, we want to sort of make that playing field a little bit more level.</p>
<p>So that’s the sort of thing where we try to make the Google Bot smarter, we try to make our relevance more adaptive so that people don’t do SEO—we handle that—and then we also start to look at the people who sort of abuse it, whether they throw too many keywords on the page, or whatever they exchange way too many links, or whatever they are doing to sort of go beyond what a normal person would expect in a particular area. So that is something where we continue to pay attention and we continue to work on it, and it is an active area where we’ve got several engineers on my team working on that right now&#8230;&#8221;</em></p>
<p><em> [And later after talking about the positives of SEO] &#8220;Absolutely there are some people who take it too far. What we’re mindful of is when someone says, “We’re White Hat. We continue to do the right thing, and we see the Black Hats who are over optimizing or going too far, and they seem to be doing too well.” So we’ve been working on changes to try to make sure that if you are a White Hat or if you’ve been doing very little SEO that you are going to not be affected by this change. But if you’ve been going way far beyond the pale, then that’s the sort of thing where your site might not rank as highly as it did before.&#8221;</em></p></blockquote>
<p>A lot of people have asked me what this means for those who include search engine optimization as part of their marketing mix. Some are worried that Google will begin to penalize sites that have implemented search engine optimization techniques. My thoughts? I think that some site owners<em> should</em> worry. But whether or not <em>you</em> should depends on what you mean by search engine optimization.</p>
<p>AS I&#8217;ve talked about and written about over and over (notably in <a href="http://www.amazon.com/gp/product/0470537191?ie=UTF8&amp;tag=nibybl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470537191g">my book</a> and most recently in my article about <a href="http://www.informationdiet.com/">Clay Johnson</a>&#8216;s talk about <a href="http://searchengineland.com/is-seo-killing-america-112237">SEO killing America</a>), SEO means lots of different things to lots of different people. When I talk and write about SEO and when we work with clients here at Nine By Blue, I mean:</p>
<ul>
<li>Using search data to better understand your audience and solve their problems (by creating compelling, high-quality content about relevant topics to your business)</li>
<li>Understanding how search engine crawl and index sites and ensuring that your site&#8217;s technical infrastructure can be comprehensively crawled and indexed</li>
</ul>
<p>But the definition of SEO is a continuum. Some of it is clearly spam. But there&#8217;s a gray area of SEO that&#8217;s not exactly spam, but it&#8217;s really not those two bullets above either.</p>
<p>For instance, I&#8217;ll look at a page and see a bunch of keyword-rich links in the footer. &#8220;Does anyone click on those?&#8221; I might ask. &#8220;Nah, those are just there for search engines&#8221;. I go to conferences and hear people debating keyword density percentages, how many times a keyword should be repeated in a title tag, how to get links that &#8220;appear&#8221; natural. At some point, search engine optimization goes beyond making sure pages are as useful as possible for the target audience and that the site is crawlable and becomes a game of guess the algorithms.</p>
<p>Anyone who&#8217;s read or heard me before knows that I&#8217;m not an advocate for algorithm chasing. Historically, I&#8217;ve had this view because I don&#8217;t find it productive. Algorithms change hundreds of times a year. Signals differ for individual queries. The goal is always to extract all of the data on the web and show the very best page for searchers. So why not just invest time in making sure all of your content is extractable and are in fact the very best pages?</p>
<p>Now, there&#8217;s another reason to follow this strategy.</p>
<p>The type of algorithm changes Matt talked about in this SXSW session remind me a bit of how Google described the <a href="http://searchengineland.com/taking-a-closer-look-at-the-googles-panda-2-5-flux-97603">Panda algorithm</a>. Panda wasn&#8217;t about spam. It was about separating high-quality, useful pages from pages that were just a collection of words about a particular topic. This seems similar, like yet another way of discerning that. At one point in the session, Matt said:</p>
<blockquote><p><em>&#8220;We’re always trying to best approximate if a user lands on a page, are they going to be really, really happy instead of really, really annoyed? And if it’s the sort of thing where they land on a page and they are going to be annoyed, then that is the sort of thing that we’ll take action on.&#8221;</em></p></blockquote>
<p>Matt talked about finding ways to surface smaller sites that may be poorly optimized, if, in fact, those sites have the very best content. This is not anything new from Google. They&#8217;ve always had a goal to rank the very best content, regardless of how well optimized or not it may be. And I think that&#8217;s the key. If a page is the very best result for a searcher, Google wants to rank it even if the site owner has never heard of title tags. And Google wants to rank it if the site owner has crafted the very best title tag possible. The importance there is that it&#8217;s the very best result.</p>
<p>Matt talked about this later:</p>
<blockquote><p><em>&#8220;We tell people over and over again, “Make a compelling site. Make a site that’s useful. Make a site that’s interesting. Make a site that’s relevant to people’s interests&#8230; all of the changes we make, over 500 a year, are designed to try to approximate if a user lands on that page, just how happy are they going to be with what they get? So if you keep that in mind, then you should be in good shape no matter what.&#8221;</em></p></blockquote>
<p>He also mentioned making Googlebot smarter, which is more an evolution of what they&#8217;ve been working on for years: being able to extract content from JavaScript, AJAX, Flash, images, forms&#8230; We&#8217;ve seen this in the last year with smarter handling of paginated content, for instance. (I wrote about the <a href="http://searchengineland.com/implementing-pagination-attributes-correctly-for-google-114970">pagination tags Google supports here</a>, but my post was based on a <a href="http://googlewebmastercentral.blogspot.com/2012/03/video-about-pagination-with-relnext-and.html">Google video and blog post</a> where Maile Ohye mentions that if you don&#8217;t implement the tags, Google will use patterns from your site to try and create paginated clusters for you.)</p>
<p>Another thing to keep in mind about how Matt described this upcoming change is that he wasn&#8217;t speaking at a search conference. The audience was at least in part non-SEOs. He introduced himself as the person in charge of catching those who try to cheat Google. He was talking to people who (based especially on the question that triggered Matt&#8217;s  comments) were coming from the perspective of thinking of the type of SEO that&#8217;s really about reverse engineering algorithms.</p>
<p>Matt first talked about the benefits of SEO. He said to think of SEO like a coach who helps to present yourself better. He said that Google wants to level the playing field so that all content has a chance to compete equally. And when he talked about the kinds of techniques that this algorithm would look for he said they were looking for abuse: too many keywords, too many link exchanges. He contrasted what the algorithm was looking to flag to &#8220;great content&#8221;.</p>
<p>In particular, Matt said the following in support of SEO:</p>
<blockquote><p><em>&#8220;The way that I often think about SEO is that it’s like a coach. It’s someone who helps you figure out how to present yourself better. In an ideal world, though, you wouldn’t have to think about presenting yourself and whether search engines can crawl your website. Because they’d just be so good that they can figure out how to call through the Flash, how to crawl through the forums, how to crawl through the JavaScript, how to crawl through whatever it is&#8230;</em></p>
<p><em>A lot of people seem to think that Google hates SEO. That’s definitely not the case&#8230;</em></p>
<p><em> We even made a video about this. If you do a search for webmaster videos, we’ve made something like 400 videos. And we made one specifically to say Google does not hate SEO, because SEO can often be very helpful. It can make a site more crawlable. It can make a site more accessible. It can think about the words that users are going to type whenever they come to a search engine and make sure that those words are on the page, which just makes the site more user-friendly.</em></p>
<p><em>So the same sorts of things you do to optimize your return on investment and how well something spreads virally or socially is the exact same sort of stuff that often works well from a search engine perspective. So there is a ton of stuff that is fantastic to do as an SEO, it just makes your content more crawlable and more accessible.</em>&#8220;</p></blockquote>
<p>This isn&#8217;t the oft-heralded death of SEO. But it may be the first nail in the coffin of those who go beyond SEO and lose track of creating the best possible content for their audiences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninebyblue.com/google-optimized/feed/</wfw:commentRss>
		<slash:comments>88</slash:comments>
		</item>
		<item>
		<title>Do As I Say, Not As I Do: A Look At Search Engines &amp; SEO Best Practices</title>
		<link>http://www.ninebyblue.com/do-as-i-say-not-as-i-do-a-look-at-search-engines-seo-best-practices/</link>
		<comments>http://www.ninebyblue.com/do-as-i-say-not-as-i-do-a-look-at-search-engines-seo-best-practices/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 19:48:53 +0000</pubDate>
		<dc:creator>Todd Nemet</dc:creator>
				<category><![CDATA[SEO Fundamentals]]></category>

		<guid isPermaLink="false">http://www.ninebyblue.com/?p=3827</guid>
		<description><![CDATA[Nine By Blue&#8217;s Todd Nemet examines SEO best practices and how our favorite search engine sites are utilizing them in his latest article on Search Engine Land. Check out the article here.]]></description>
			<content:encoded><![CDATA[<p>Nine By Blue&#8217;s Todd Nemet examines SEO best practices and how our favorite search engine sites are utilizing them in his latest article on Search Engine Land.</p>
<p>Check out the article <a href="http://searchengineland.com/do-as-i-say-not-as-i-do-a-look-at-search-engines-seo-best-practices-102698">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninebyblue.com/do-as-i-say-not-as-i-do-a-look-at-search-engines-seo-best-practices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Join the National Dialogue on Improving Federal Websites</title>
		<link>http://www.ninebyblue.com/join-the-national-dialogue-on-improving-federal-websites/</link>
		<comments>http://www.ninebyblue.com/join-the-national-dialogue-on-improving-federal-websites/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 16:19:24 +0000</pubDate>
		<dc:creator>Vanessa Fox</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.ninebyblue.com/?p=3745</guid>
		<description><![CDATA[On Monday, the U.S. Federal government kicked off a two week discussion about how they can best improve .gov web sites. Here&#8217;s the thing. .gov web sites are an integral part of how Americans access government information and services. And the visibility of these sites in search engines such as Google and Bing &#8230; <a href="http://www.ninebyblue.com/join-the-national-dialogue-on-improving-federal-websites/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ninebyblue.com/wp-content/uploads/2011/09/Banner_National_Dialogue.png"><img class="alignright" title="Banner_National_Dialogue" src="http://www.ninebyblue.com/wp-content/uploads/2011/09/Banner_National_Dialogue-300x42.png" alt=".gov consolidation" width="300" height="42" /></a></p>
<p>On Monday, the U.S. Federal government kicked off a two week discussion about <a href="http://web-reform-dialogue.ideascale.com/a/panel.do">how they can best improve .gov web sites</a>.</p>
<p>Here&#8217;s the thing. .gov web sites are an integral part of how Americans access government information and services. And the visibility of these sites in search engines such as Google and Bing is key to this access. <a href="http://searchengineland.com/how-do-americans-access-government-data-search-engines-40783">A PEW Internet study from last year</a> found that 82% of online American adults have accessed a government web site in the previous 12 months and 44% start at a major search engine when looking for government information. As I wrote about this before:</p>
<p><em>As they note in the report:</em></p>
<blockquote><p><em>“As we found in our previous studies on this topic, search engines are frequently the first option when Americans need to find government information or services online. Fully 44% of those who could remember the last government website they visited found that site by conducting an online search. This is much higher than the percentage who visited a site they had used before (16% did this) or who relied on a friend or family member (14%), a government publication or notice (11%) or a general government website such as usa.gov (4%).”</em></p></blockquote>
<p><em><a href="http://radar.oreilly.com/2010/04/pew-report-citizens-turning-to.html">Aaron Smith of Pew Internet &amp; American Life</a>, in an interview with O’Reilly’s Alex Howard said:</em></p>
<blockquote><p><em>“When we asked this question previously in 2003, we found that search engines were far and away the number one way that folks were reaching their destinations,” said Smith. “We found almost exactly the same thing this time around. Sometimes they’ll go to a place that they saw in a notice or an email or a friend or a family member told them about. But, by and large, if they need to find information on their tax bill, they’ll search tax information or IRS in their search engine of choice and get to their destination that way. So that’s very much inline with what we’ve found in previous years and in other areas of online life as well, which is that the search is generally the default entry point to all sorts of information and other types of activities that people take part in.”</em></p></blockquote>
<p><em>This behavior pattern underlines the need for government sites and others who provide government-related data to ensure they can be found in search engines to fully engage with the American public.</em></p>
<p>But the truth is that some .gov sites are cumbersome and hard to navigate. And there&#8217;s a lot of duplication and confusion. Also, there are a lot of sites. In June, President Obama signed an<a href="http://www.whitehouse.gov/goodgovernment/actions/campaign-cut-waste"> executive order on a Campaign to Cut Government Waste</a>:</p>
<blockquote><p>&#8220;As one of the campaign’s first steps, the Administration will be targeting duplication and waste among federal websites. There are almost <a href="http://explore.data.gov/Federal-Government-Finances-and-Employment/Federal-Executive-Branch-Internet-Domains/k9h8-e98h">2,000 separate websites</a> across the Federal Government. With so many separate sites, Americans often do not know where to turn for information. The Administration will immediately put a halt to the creation of new websites. The Administration will also shutdown or consolidate 25% of the 2000 sites over the next few months and set a goal of cutting the number of separate, stand alone sites in half over the next year.&#8221;</p></blockquote>
<p>This is a monumental effort. Seriously. But the people involved are highly motivated.  A <a href="http://www.usa.gov/WebReform.shtml">cross-functional task force</a> has been working on ways to tackle the issue in a number of ways and has been tapping into the resources of experts across the country in usability, customer service, search, and the like. You can read more about this on the <a href="http://www.whitehouse.gov/blog/2011/09/19/how-do-you-think-federal-websites-can-improve">White House blog</a>. I&#8217;ve been talking to them about things like:</p>
<ul>
<li>How can you improve the overall technical infrastructure of .gov web sites so that they can be more easily crawled and indexed?</li>
<li>How can you look at content strategy from a task-focus to help identify areas to consolidate and expand?</li>
<li>How can you built best practices/guidelines so that anyone working on a .gov can easily access the same learnings?</li>
</ul>
<p>A foundation for this already exists at <a href="http://www.howto.gov/web-content">howto.gov</a>, but it needs to be updated and expanded. In addition, the task force is building a specific plan of attack to both consolidate and improve .gov sites and develop long term best practices.</p>
<h3>How You Can Help</h3>
<p>I&#8217;m hosting a <a href="http://web-reform-dialogue.ideascale.com/a/ideafactory.do?id=4097&amp;mode=top&amp;discussionFilter=byids&amp;discussionID=11751">one hour &#8220;dialogue-a-thon&#8221; specifically about search</a> tomorrow, Friday September 23rd at noon Eastern. In advance of that, I&#8217;ll be gathering together all of the ideas discussed so far so we can expand on those ideas and start talking about a plan of attack. I&#8217;d love for search experts to volunteer to help put together suggested best practices and guidelines around crawlable technical architecture, content strategy and consolidation, and organic search visibility. I&#8217;ll help lead that effort and make sure none of the ideas are overlooked.</p>
<div>
<p>If you have ideas or want to help, just show up tomorrow and start typing! If you aren&#8217;t available tomorrow but want to get involved, there&#8217;s still plenty of time! The dialogue goes through the end of next week. And please drop in on the discussions happening in all the topics. Operating in silos doesn&#8217;t work anymore &#8212; search, usability, design, accessibility, social media, customer service &#8212; it&#8217;s all part of one larger effort to make sure those who need government information and services can find it easily.</p>
<ul>
<li><a href="http://web-reform-dialogue.ideascale.com/a/panel.do">National Dialogue</a></li>
<li><a href="http://web-reform-dialogue.ideascale.com/a/ideafactory.do?id=4097&amp;mode=top&amp;discussionFilter=byids&amp;discussionID=11751">Search-specific forum</a></li>
</ul>
<p>So far, we&#8217;ve been talking about things like XML Sitemaps, user-based taxonomies, clustering content based on audience needs (rather than department organizational structure), mobile sites, moving away from PDFs, HTML5 and semantic markup, standardizing CMS systems and templates, and personalization (among many other topics!). Please join us!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ninebyblue.com/join-the-national-dialogue-on-improving-federal-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nine By Blue at SMX East: Absolutely All Of Your Search Questions Answered</title>
		<link>http://www.ninebyblue.com/nine-by-blue-at-smx-east-absolutely-all-of-your-search-questions-answered/</link>
		<comments>http://www.ninebyblue.com/nine-by-blue-at-smx-east-absolutely-all-of-your-search-questions-answered/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 18:25:53 +0000</pubDate>
		<dc:creator>Vanessa Fox</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.ninebyblue.com/?p=3730</guid>
		<description><![CDATA[OK, maybe not all of them. But a lot! We&#8217;re at SMX East this week and we&#8217;re (yes, I&#8217;m speaking mostly in the royal &#8220;we&#8221;, but Todd is on a panel too!) speaking on a BUNCH of panels. If you have a question about anything search related, even if you&#8217;re not going to &#8230; <a href="http://www.ninebyblue.com/nine-by-blue-at-smx-east-absolutely-all-of-your-search-questions-answered/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>OK, maybe not all of them. But a lot!</p>
<p>We&#8217;re at <a href="http://searchmarketingexpo.com/east/">SMX East</a> this week and we&#8217;re (yes, I&#8217;m speaking mostly in the royal &#8220;we&#8221;, but <a href="http://www.toddnemet.com/">Todd</a> is on a panel too!) speaking on a BUNCH of panels. If you have a question about anything search related, even if you&#8217;re not going to be at the conference, please ask in the comments below, as I&#8217;m gathering up questions as fast as I can for panelists. I&#8217;ll cover what I can and I&#8217;ll ask the speakers and search engine reps on the panels to fill in the rest. In particular, if there&#8217;s anything you&#8217;d like to ask Google or Bing that&#8217;s related to the panels I&#8217;m moderating, please let me know!</p>
<p>I&#8217;ll post a recap after the conference and talk through the details on the next <a href="http://www2.webmasterradio.fm/office-hours/page/1">Office Hours</a>.</p>
<p><strong><a href="http://searchmarketingexpo.com/east/2011/full_agenda#542">Using Searcher Personas</a> (Today, Tuesday 9-13-11, 3:45pm)</strong></p>
<p>We base all of the search acquisition and content strategy work we do on searcher personas. Rather than optimize for keywords, why not actually learn about your customers and solve their problems? I wrote about using searcher personas to better connect with searchers and meet your business goals in my book, <a href="http://www.vanessafox.com/the-book/">Marketing in the Age of Google</a> and will be walking through the process I use at the panel today. A couple of other panelists will be walking through how they use searcher personas as well, which I&#8217;m looking forward to seeing!</p>
<p><strong><a href="http://searchmarketingexpo.com/east/2011/full_agenda2#545">Duplication, Aggregation, Syndication, Affiliates, Scraping, and Information Architecture</a> (Tomorrow, Wednesday 9-14-11, 10:45am)</strong></p>
<p>Sites can suffer from all kinds of duplication: exact duplication from syndication and aggregation, approximate duplication from overlapping topics&#8230; Audiences are confused, search engines are confused, and in some cases, sites with a lot of exact or approximate duplication can be hurt by Google&#8217;s Panda algorithm. We&#8217;ll dive into all the details and provide actionable advice for differentiating content.</p>
<p><strong><a href="http://searchmarketingexpo.com/east/2011/full_agenda2#549">Schema.org, Rel=Author, Rich Snippets</a> (Tomorrow, Wednesday 9-14-11,  1:30pm)</strong></p>
<p>Despite the title of this session, I want to really dive into Google&#8217;s search results display. We&#8217;ll have Jack Menzel from Google to talk through the details of the new Sitelinks, the kinds of rich snippets available, and anything else you want to know.</p>
<p><strong><a href="http://searchmarketingexpo.com/east/2011/full_agenda2#553">Real Answers for Technical SEO Problems</a> (Tomorrow, Wednesday 9-14-11, 3:30pm)</strong></p>
<p>This is always my favorite session of the conference because we really dive deep into real problems sites have and how to solve them. Get your questions in now! (Todd will be on this panel with me!)</p>
<p><strong><a href="http://searchmarketingexpo.com/east/2011/full_agenda2#557">Making Data From Google Webmaster Central &amp; Bing Webmaster Tools Actionable</a> (Tomorrow, Wednesday 9-14-11, 5pm)</strong></p>
<p>This topic is near and dear to my heart. Obviously. You can do AWESOME things with this data. We&#8217;ll have reps on hand from both Google and Bing.</p>
<p><strong><a href="http://searchmarketingexpo.com/east/2011/full_agenda3#560">Pagination and SEO</a> (Thursday 9-15-11,  9am)</strong></p>
<p>Pagination and canonicalization are really complicated topics. <a href="http://maileohye.com/">Maile</a> from Google will be on hand to help us sort this out.</p>
<p><strong><a href="http://searchmarketingexpo.com/east/2011/full_agenda3#571">Beyond Ranking Reports</a> (Thursday 9-15-11, 12:45pm)</strong></p>
<p>I am very excited for this session. These are so many actionable SEO metrics beyond rankings reports. Awesome fun stuff.</p>
<p><strong><a href="http://searchmarketingexpo.com/east/2011/full_agenda3#575">Ask the SEOs</a> (Thursday 9-15-11, 2pm)</strong></p>
<p>If you&#8217;ve ever been to one of these, you know that it&#8217;s a bunch of us arguing about everything. Well, except <a href="http://gregboser.com/">Greg Boser</a> and me. Lately, he mostly agrees with me. <img src='http://www.ninebyblue.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope to see you this week and even if you&#8217;re not here, post your questions now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninebyblue.com/nine-by-blue-at-smx-east-absolutely-all-of-your-search-questions-answered/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to the New Home of Nine By Blue</title>
		<link>http://www.ninebyblue.com/welcome-to-the-new-home-of-nine-by-blue/</link>
		<comments>http://www.ninebyblue.com/welcome-to-the-new-home-of-nine-by-blue/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 05:06:37 +0000</pubDate>
		<dc:creator>Vanessa Fox</dc:creator>
				<category><![CDATA[Integrated Marketing]]></category>

		<guid isPermaLink="false">http://www.ninebyblue.com/?p=3548</guid>
		<description><![CDATA[Sometimes, you look around, and suddenly you have a real company! And you realize that you need to take a step back and make sure you&#8217;re focused on your vision and why you&#8217;re investing so much time and energy. That&#8217;s exactly what I&#8217;ve done and what you&#8217;re seeing with the new site. Welcome! &#8230; <a href="http://www.ninebyblue.com/welcome-to-the-new-home-of-nine-by-blue/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes, you look around, and suddenly you have a real company! And you realize that you need to take a step back and make sure you&#8217;re focused on your vision and why you&#8217;re investing so much time and energy. That&#8217;s exactly what I&#8217;ve done and what you&#8217;re seeing with the new site. Welcome!</p>
<p>When I was at Google, I realized that organizations needed education and data about how to operate within our searching culture, and that&#8217;s why I was so passionate about building <a href="http://www.google.com/webmasters/">Webmaster Central</a>. Post-Google, I&#8217;ve remained passionate about that (it&#8217;s why I wrote <a href="http://www.amazon.com/gp/product/0470537191?ie=UTF8&amp;tag=nibybl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470537191g">Marketing the Age of Google</a> &#8212; you don&#8217;t write books to get rich!) and Nine By Blue has been all about helping organizations improve their sites&#8217; technical architecture and overall content and audience engagement strategy to better take advantage of unpaid search.</p>
<p>But it&#8217;s not enough. Organizations need a methodology: a clear process. You need comprehensive education and resources, in-depth training, and you need data &#8211; both to measure your search efforts and to pinpoint what issues to tackle first. I talked to and looked at specific issues for <a href="http://articles.boston.com/2011-07-19/lifestyle/29791304_1_literal-meaning-linguists-character">literally</a> thousands of site owners while I was at Google, but post-Google, I&#8217;ve had the opportunity to dive in much deeper with companies and begin to understand the obstacles that go well beyond 302 redirects where 301s should be and keyword research that shows searchers are looking for &#8220;cute cat videos&#8221; when the site is full of &#8220;cute kitten videos&#8221;.</p>
<p>Companies have silos and have to find ways to work together well. Technology departments need to know not only what issues exist, but how to prioritize them within the larger needs of the organization. Is fixing that 302 redirect more important than fixing the broken checkout button on the shopping cart? (Well, probably not.) What is the impact? How do we change the process so that we don&#8217;t have to keep fixing the same problem every launch?</p>
<p>The idea behind the name Nine By Blue is that organizations can take numbers (the amazing amount of data available online) and mix in a bit of color (you are looking to connect with real people after all) and build something real and long-lasting that both your audiences and search engines love. Our new logo (created by our <a href="/about/ally-stoneham-graphic-designer/">haiku-writing graphic designer, Ally</a>) reflects that.</p>
<p>We&#8217;ll continue to help organizations improve site architecture and content strategy, but we&#8217;re now focusing more time on providing comprehensive <a href="http://www.ninebyblue.com/learning-center/">educational resources and training</a>, helping organizations improve process, and on providing data. We&#8217;ve developed <a href="http://www.ninebyblue.com/software/">custom reporting</a> that incorporates data from server logs, search engine webmaster tools, and analytics to both monitor progress and identify key obstacles to search success. You need a search blueprint and to that end, we&#8217;ve developed a methodology for incorporating search into an organization and for helping you determine ROI and prioritization.</p>
<p>Our first step is launching this site. Watch the <a href="http://www.ninebyblue.com/learning-center/">learning center</a> as we begin building up resources there. And if you&#8217;re interested in <a href="http://www.ninebyblue.com/learning-center/">training</a> or checking out our <a href="http://www.ninebyblue.com/software/">reporting</a>, please <a href="http://www.ninebyblue.com/contact/">let me know</a>! Here at Nine By Blue, we&#8217;re excited about the changes, and we hope that you join us change the world of search engine optimization so that it becomes integrated in development, marketing, and product strategy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninebyblue.com/welcome-to-the-new-home-of-nine-by-blue/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Schema.org and SMX Advanced + Bonus Searcher Persona Details!</title>
		<link>http://www.ninebyblue.com/schema-org-and-smx-advanced-bonus-searcher-persona-details/</link>
		<comments>http://www.ninebyblue.com/schema-org-and-smx-advanced-bonus-searcher-persona-details/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 08:41:08 +0000</pubDate>
		<dc:creator>Vanessa Fox</dc:creator>
				<category><![CDATA[Integrated Marketing]]></category>

		<guid isPermaLink="false">http://www.ninebyblue.com/?p=3571</guid>
		<description><![CDATA[Last week, Google, Microsoft, and Yahoo announced a joint alliance of schema.org, which provides standardized support for a number of microdata formats. Today at SMX Advanced, the engines (well, representatives from them, not the anthropomorphized code with human shape &#8212; that would just be creepy) will be on stage at The Really Complicated &#8230; <a href="http://www.ninebyblue.com/schema-org-and-smx-advanced-bonus-searcher-persona-details/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Last week, <a onclick="pageTracker._trackPageview('/outgoing/searchengineland.com/schema-org-google-bing-yahoo-unite-79554?referer=http%3A%2F%2Fwww.ninebyblue.com%2Fblog%2F');" href="http://searchengineland.com/schema-org-google-bing-yahoo-unite-79554">Google, Microsoft, and Yahoo announced a joint alliance</a> of <a onclick="pageTracker._trackPageview('/outgoing/schema.org/?referer=http%3A%2F%2Fwww.ninebyblue.com%2Fblog%2F');" href="http://schema.org/">schema.org</a>, which provides standardized support for a number of microdata formats. Today at <a onclick="pageTracker._trackPageview('/outgoing/searchmarketingexpo.com/advanced/?referer=http%3A%2F%2Fwww.ninebyblue.com%2Fblog%2F');" href="http://searchmarketingexpo.com/advanced/">SMX Advanced</a>, the engines (well, representatives from them, not the anthropomorphized code with human shape &mdash; that would just be creepy) will be on stage at <a onclick="pageTracker._trackPageview('/outgoing/searchmarketingexpo.com/advanced/2011/full_agenda_514?referer=http%3A%2F%2Fwww.ninebyblue.com%2Fblog%2F');" href="http://searchmarketingexpo.com/advanced/2011/full_agenda#514">The Really Complicated Technical SEO Infrastructure Issues</a> session at 1:45 to talk through the details and and answer any questions.</p>
<p>This session was already SUPER AWESOME because it features <a onclick="pageTracker._trackPageview('/outgoing/maileohye.com/?referer=http%3A%2F%2Fwww.ninebyblue.com%2Fblog%2F');" href="http://maileohye.com/">Maile Ohye</a> (of Google), <a onclick="pageTracker._trackPageview('/outgoing/www.toddnemet.com/?referer=http%3A%2F%2Fwww.ninebyblue.com%2Fblog%2F');" href="http://www.toddnemet.com/">Todd Nemet</a> (who formerly worked with me at Google and now works with me here at Nine By Blue), and Jonathon Colman (of REI) who will answer the craziest, most complicated technical questions you’ve got. I’ve peeked at their slides and they’ve got answers to page speed problems, redirect problems, unintentional cloaking, IIS, .net, and browsercap.ini issues, load balancing,&nbsp;performance optimization, JavaScript&nbsp;refactoring, reducing HTTP calls,&nbsp;CSS sprites, Apache&nbsp;modules, crawl efficiency, pagination, sorting, and filtering, URL parameters, multi-select navigation, duplicate content, and domain, region, and language issues with international sites.</p>
<p>I’d make sure to bring a way to take notes.</p>
<p><strong>Bonus Searcher Persona Details</strong></p>
<p>At 3:30, <a onclick="pageTracker._trackPageview('/outgoing/searchmarketingexpo.com/advanced/2011/full_agenda_515?referer=http%3A%2F%2Fwww.ninebyblue.com%2Fblog%2F');" href="http://searchmarketingexpo.com/advanced/2011/full_agenda#515">Dennis Goedegebuure from eBay</a> and I will be talking searcher personas. You would think the session couldn’t get any better than that, but you would be wrong! We’ve just added Tamara Adlin to the lineup. She quite literally <a onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/Persona-Lifecycle-Throughout-Interactive-Technologies/dp/0125662513?referer=http%3A%2F%2Fwww.ninebyblue.com%2Fblog%2F');" href="http://www.amazon.com/Persona-Lifecycle-Throughout-Interactive-Technologies/dp/0125662513">wrote the book on personas</a> (and the <a onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/gp/product/0123814189/?referer=http%3A%2F%2Fwww.ninebyblue.com%2Fblog%2F');" href="http://www.amazon.com/gp/product/0123814189/">abridged version</a>, if you’re short on time) and she and I worked together when I was developing the idea of <a onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/gp/product/0470537191?ie=UTF8_amp_tag=nibybl-20_amp_linkCode=as2_amp_camp=1789_amp_creative=9325_amp_creativeASIN=0470537191&amp;referer=http%3A%2F%2Fwww.ninebyblue.com%2Fblog%2F');" href="http://www.amazon.com/gp/product/0470537191?ie=UTF8&amp;tag=nibybl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470537191">searcher personas for my book</a>. (In fact, you’ll find a sidebar in chapter 4 that Tamara wrote.)</p>
<p>(I’ll even have copies of said book on hand if you want to buy one!)</p>
<p>So if you’re add SMX, please come by!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninebyblue.com/schema-org-and-smx-advanced-bonus-searcher-persona-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where I&#039;m Speaking And Signing Books Next!</title>
		<link>http://www.ninebyblue.com/where-im-speaking-and-signing-books-next/</link>
		<comments>http://www.ninebyblue.com/where-im-speaking-and-signing-books-next/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 22:52:20 +0000</pubDate>
		<dc:creator>Vanessa Fox</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.ninebyblue.com/?p=1436</guid>
		<description><![CDATA[I&#8217;ve been speaking at a lot of awesome events in the last few weeks, including Web 2.0 Expo in NY, the New Context Conference in Tokyo, and SMX East in NY. So what&#8217;s coming up? FailCon, San Francisco, Monday October 25th - I&#8217;ll be speaking with Tony Adam on &#8220;how to fail at SEO&#8221;. &#8230; <a href="http://www.ninebyblue.com/where-im-speaking-and-signing-books-next/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been speaking at a lot of awesome events in the last few weeks, including <a href="http://www.web2expo.com/webexny2010">Web 2.0 Expo</a> in NY, the <a href="http://ncc2010.garage.co.jp/">New Context Conference</a> in Tokyo, and <a href="http://searchmarketingexpo.com/east/">SMX East</a> in NY. So what&#8217;s coming up?</p>
<ul>
<li><a href="http://failcon2010.com/">FailCon, San Francisco, Monday October 25th</a> - I&#8217;ll be speaking with<a href="http://tonyadam.com/blog/"> Tony Adam</a> on &#8220;how to fail at SEO&#8221;. Our session is at 9:50 and I&#8217;ll be signing <a href="http://www.amazon.com/gp/product/0470537191?ie=UTF8&amp;tag=nibybl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470537191">books</a> at 4pm.  If you are in the area and want to come out, use the <a href="http://failcon2010.eventbrite.com/?discount=10Fox">discount code 10Fox for 10% off</a> the already low price.</li>
<li><a href="http://dublinwebsummit.com/">Dublin Web Summit, Dublin, Friday October 29th</a> - I&#8217;ll be speaking about &#8220;7 ways to use search data to build audience engagement&#8221;. My session is at 10am and I&#8217;ll be signing books at 11:15. Also, I&#8217;ll likely be drinking beer and eating potatoes. OK, maybe not at 10am. Although I&#8217;ll probably still be jet lagged and it&#8217;ll be 2am in Seattle, so why not!</li>
<li><a href="http://www.uie.com/events/uiconf/2010/workshop/tamara_adlin/">User Interface Engineering (UIE) 15, Boston, Wednesday, November 10th</a> - I&#8217;ll be speaking with <a href="http://www.adlininc.com/about/">Tamara Adlin</a> on &#8220;getting them and keeping them there&#8221;. Search is how you get people to a web site these days, but once you get searchers there, you likely want them to do something! Not to mention that <a href="http://www.ninebyblue.com/marketing-in-the-age-of-google/keyword-research-tools-marketing-in-the-age-of-google/">search data provides great info about your audience</a>. We&#8217;ll be talking about how search and user experience go hand and hand.</li>
<li><a href="http://www.salesforce.com/dreamforce/DF10/home/">Dreamforce, San Francisco, December 6-9</a> - I&#8217;ll be speaking about &#8220;advanced online marketing&#8221; with <a href="http://www.definess.com/marshall-simmonds.html">Marshall Simmonds</a> and <a href="http://www.lvlogic.com/blog/about-lauren-vaccarello/">Lauren Vaccarello</a>. I&#8217;m not sure the date and time yet, so stay tuned.</li>
<li><a href="http://landingpages.compendium.com/Partnter-Webinar-Vanessa-Fox.html">Webinar, Thursday, November 18th</a> - I&#8217;m also doing a <a href="http://landingpages.compendium.com/Partnter-Webinar-Vanessa-Fox.html">webinar with Compendium</a> at 2pm eastern on Thursday, November 18th. Not only is it a free webinar, but the first 25 registrants get a free copy of my book! I&#8217;ll be taking all of your search-related questions.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ninebyblue.com/where-im-speaking-and-signing-books-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMX Sessions and Books! (Win a free one!)</title>
		<link>http://www.ninebyblue.com/smx-sessions-and-books-win-a-free-one/</link>
		<comments>http://www.ninebyblue.com/smx-sessions-and-books-win-a-free-one/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 14:45:54 +0000</pubDate>
		<dc:creator>Vanessa Fox</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.ninebyblue.com/?p=1417</guid>
		<description><![CDATA[I&#8217;m at Search Marketing Expo East out in NY and over the next two days, I&#8217;ll be on sessions non-stop. If you&#8217;re here, stop by! Below, a run down of all the sessions I&#8217;ll be on. Also, I&#8217;ll have my book, Marketing in the Age of Google available for sale at all the &#8230; <a href="http://www.ninebyblue.com/smx-sessions-and-books-win-a-free-one/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m at <a href="http://searchmarketingexpo.com/east/">Search Marketing Expo East</a> out in NY and over the next two days, I&#8217;ll be on sessions non-stop. If you&#8217;re here, stop by! Below, a run down of all the sessions I&#8217;ll be on. Also, I&#8217;ll have my book, <a href="http://www.amazon.com/gp/product/0470537191?ie=UTF8&amp;tag=nibybl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470537191">Marketing in the Age of Google</a> available for sale at all the sessions and will be giving away copies to those in the audience who ask a particularly interesting question. Or a funny question. Or bring <a href="http://outspokenmedia.com/blog/">Lisa Barone</a> a muffin. She gets hungry with all that live blogging!</p>
<p>I&#8217;ll also be doing a book signing at lunch on Wednesday, so you can buy a book there too. And maybe you could bring me a muffin. I&#8217;ll probably get hungry too.</p>
<p>Where I&#8217;ll be:</p>
<p><a href="http://searchmarketingexpo.com/east/2010/full_agenda2#437">Solving the Big URL Issues</a> (Tuesday 10:45 &#8211; 12)</p>
<p>Even for those who have been doing SEO for a long time, URL structure can still be an issue. It&#8217;s one thing to know that you should implement 301 redirects when you change URLs and that you should use hyphens to separate keywords in URLs, but what really is the best option for pagination and canonicalization? What about faceted navigation? Breadcrumbs? Come ask your toughest questions and we&#8217;ll try to get all the URL issues sorted out.</p>
<p><a href="http://searchmarketingexpo.com/east/2010/full_agenda2#438">Actionable Metrics and Diagnostics</a> (Tuesday 1:30 &#8211; 2:45)</p>
<p>What data is really actionable? How can you best track ROI with SEO? Tons of data is available to us now and we&#8217;ll take a look at how best to take advantage of it all to better measure effectiveness and engage with your audience.</p>
<p><a href="http://searchmarketingexpo.com/east/2010/full_agenda2#408">Industrial Strength SEO</a> (Tuesday 3:15 &#8211; 4:30)</p>
<p>When you&#8217;re dealing with SEO at the enterprise level, so much more goes into it than just figuring out URL structure. Multiple teams can impact SEO and it can be difficult to ensure everyone keeps this in mind when they&#8217;re making development, marketing, and content changes. We&#8217;ll get advice from those who have been there and dig into issues that audience is facing.</p>
<p><a href="http://searchmarketingexpo.com/east/2010/full_agenda2#400">Build it Better: Site Architecture for the Advanced SEO</a> (Tuesday 4:45 &#8211; 6)</p>
<p>In this session, we&#8217;ll talk through advanced issues we didn&#8217;t hit in the earlier session. What about site speed? Internal link structure? Crawl efficiency? Bring your questions and we&#8217;ll dive in.</p>
<p><a href="http://searchmarketingexpo.com/east/2010/full_agenda3#403">Credit Where Credit is Due: Demystifying Attribution</a> (Wednesday 9 &#8211; 10:15)</p>
<p>I can&#8217;t promise we&#8217;ll solve the attribution question, but the panelists will talk through the issues and provide some case studies of what&#8217;s working.</p>
<p><strong>Lunch Book Signing</strong> (11:45 &#8211; 12:45)</p>
<p>Come say hi! Or buy a book! Or bring me a muffin!</p>
<p><a href="http://searchmarketingexpo.com/east/2010/full_agenda3#399">Ask the SEOs</a> (Wednesday 2-3)</p>
<p>If you&#8217;ve been to an SMX conference before, you know this session is a free for all. Ask questions from those who have been around for a long time. Note: we don&#8217;t always agree so we tend to mock each other a lot.</p>
<p>If you&#8217;re not at SMX, I&#8217;ll do a round up post next week with all the details! Hope to see you this week!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninebyblue.com/smx-sessions-and-books-win-a-free-one/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Instant Searcher Impact, In Infographic Form</title>
		<link>http://www.ninebyblue.com/google-instant-searcher-impact-in-infographic-form/</link>
		<comments>http://www.ninebyblue.com/google-instant-searcher-impact-in-infographic-form/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 10:06:48 +0000</pubDate>
		<dc:creator>Vanessa Fox</dc:creator>
				<category><![CDATA[Ranking and Display]]></category>
		<category><![CDATA[Personas and Usability]]></category>

		<guid isPermaLink="false">http://www.ninebyblue.com/?p=1404</guid>
		<description><![CDATA[Google launched instant search a couple of weeks ago with promises of speed and hours of time saved. How much time? Ally, our newest addition here at Nine By Blue, put together an infographic on just what Google Instant means for searchers. What are you going to spend all that saved time on? I &#8230; <a href="http://www.ninebyblue.com/google-instant-searcher-impact-in-infographic-form/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Google <a href="http://googleblog.blogspot.com/2010/09/search-now-faster-than-speed-of-type.html">launched instant search</a> a couple of weeks ago with promises of speed and hours of time saved. How much time? Ally, our newest addition here at Nine By Blue, put together an infographic on just what Google Instant means for searchers. What are you going to spend all that saved time on? I would like to say I&#8217;ll spend it lounging on the beach with a fruity drink, but my guess is I&#8217;ll spend it answering more email.</p>
<p><a href="http://www.ninebyblue.com/wp-content/uploads/2010/09/GI_infographic5.jpg"><img src="http://www.ninebyblue.com/wp-content/uploads/2010/09/GI_infographic5-273x300.jpg" alt="Google Instant Searcher Impact" title="Google Instant Infographic" width="273" height="300" class="aligncenter size-medium wp-image-3775" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninebyblue.com/google-instant-searcher-impact-in-infographic-form/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.ninebyblue.com @ 2012-05-21 13:47:50 -->
