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

<channel>
	<title>Search Engine Land &#187; Tony Soric</title>
	<atom:link href="http://searchengineland.com/author/tony-soric/feed" rel="self" type="application/rss+xml" />
	<link>http://searchengineland.com</link>
	<description>Search Engine Land: News On Search Engines, Search Engine Optimization (SEO) &#38; Search Engine Marketing (SEM)</description>
	<lastBuildDate>Thu, 23 May 2013 05:01:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Overlooked But Beneficial On-Page SEO Elements</title>
		<link>http://searchengineland.com/overlooked-but-beneficial-on-page-seo-elements-38286</link>
		<comments>http://searchengineland.com/overlooked-but-beneficial-on-page-seo-elements-38286#comments</comments>
		<pubDate>Thu, 18 Mar 2010 19:38:14 +0000</pubDate>
		<dc:creator>Tony Soric</dc:creator>
				<category><![CDATA[Channel: SEO]]></category>
		<category><![CDATA[How To: SEO]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=38286</guid>
		<description><![CDATA[In my previous article I described the value of meta tags in driving organic rankings. In this article, I will review some other secondary &#8220;on-page&#8221; elements that—if used properly—may contribute to your site ranking more effectively in organic search results. It&#8217;s important to note that these on-page elements actually play a very important role in [...]]]></description>
				<content:encoded><![CDATA[<p>In my <a href="http://searchengineland.com/unloved-but-still-important-how-to-leverage-meta-tags-35886">previous article</a> I described the value of meta tags in driving organic rankings. In this article, I will review some other secondary &#8220;on-page&#8221; elements that—if used properly—may contribute to your site ranking more effectively in organic search results.</p>
<p>It&#8217;s important to note that these on-page elements actually play a very important role in creating a great user experience. This is not by coincidence: Google rewards sites that are able to convey their site&#8217;s content in a simple and concise manner.</p>
<p>Let&#8217;s take a closer look at the individual elements you can use for both SEO and user experience benefits.</p>
<p><strong>Header tags (H1, H2, etc&#8230;)</strong></p>
<p>Traditionally, header tags are used by copywriters to organize content within a page. These tags allow the author to break up content and make it more palatable for visitors&#8217; scanning eyes. From an SEO perspective, header tags, often referred to as H1, H2, etc., further emphasize the topics conveyed in the META tags to the search engines. While still important, header tags used to be a bigger deal to search engines. These days, as reiterated recently by search reps at the recent <a href="http://searchmarketingexpo.com/west/">SMX West conference</a>, they are of relatively minor importance, though they still said it can make sense to use them as originally designed.</p>
<p>Header tags are represented in source code in the following format:</p>
<p><code>&lt;h1&gt;<strong>This is a header tag</strong>&lt;/h1&gt;</code></p>
<p>They often appear in a slightly larger and boldfaced font than surrounding body text, acting as the &#8220;subtitle&#8221; of a given content area.</p>
<p>From an SEO standpoint, header tags rank in descending order of importance starting with the H1 tag as the most important, followed by the H2, H3 etc.</p>
<p><strong>Boldfaced content</strong></p>
<p>While less important than header tags, strategically bolding terms within your content can help emphasize the importance of terms to the search engines. Bolding content also assists in drawing attention to important terms and phrases while users scan your site&#8217;s pages,  promoting a better user experience when used properly.</p>
<p>To bold terms on your page, enclose them with the <strong></strong> tags:</p>
<p><code>&lt;strong&gt; <strong>This is important content that should be bolded!</strong>&lt;/strong&gt;</code></p>
<p><strong>Anchor text</strong></p>
<p>Anchor text works in a slightly different manner than the elements previously discussed. While it is technically an &#8220;on-page&#8221; element, the SEO benefit is largely passed on to the page the anchor-text link points to (see <a href="http://searchengineland.com/google-now-reporting-anchor-text-phrases-10744">Google Now Reporting Anchor Text Phrases</a> for details of how Google uses this in its ranking algorithms).</p>
<p>For example, if I am selling &#8220;red widgets&#8221; on my generic widgets retail site, I may select and link an instance of the keyword phrase &#8220;red widgets&#8221; to my &#8220;/redwidgets.html&#8221; page. Let&#8217;s stop and think about the message we are conveying when doing this.</p>
<p>Essentially, we are telling the search engines or visitors that if they follow this link they can expect to find information on red widgets on the following page. Technically speaking, this text link is now considered a &#8220;vote&#8221; in the form of an internal link and should pass a portion of the parent page&#8217;s PageRank on to the receiving page.</p>
<p>Many site owners unknowingly forgo the potential benefit received from this simple technique by using more action-oriented text such as &#8220;click here&#8221; or &#8220;click me&#8221; to drive traffic to other pages within their site. While I applaud their effort for drawing attention to the link and insisting that the link is worth clicking on, &#8220;click here&#8221; does not describe the content on the linked-to page, thereby creating a less-than-perfect user experience.</p>
<p>The missed opportunity here is twofold: From the SEO perspective, keyword rich anchor text is not passed to the page that follows, and from a usability standpoint, &#8220;click here&#8221; is not conveying the topic on the linked-to page effectively.</p>
<p><strong>Image alternative (alt) tags</strong></p>
<p>The image alt-tag is yet another overlooked on-page SEO element that can assist in getting your site (or at least your images) properly indexed by Google. When appropriate, Google will use the alt-tag within its image search results if the search query matches your alt-tag.</p>
<p>An example of a well-executed and effective alt tag is as follows:</p>
<p><code>&lt;img src="/images/EiffelTower.jpg" width="79" height="62" alt="The Eiffel Tower at night" /&gt;&lt;/a&gt;
&lt;/div&gt;</code></p>
<p>Notice how the image filename &#8220;EiffelTower.jpg&#8221; and the text contained in the alt-tag &#8220;The Eiffel Tower at night&#8221; are contextually similar.</p>
<p>While no single on-page element will determine your success or failure in organic rankings, using these key variables in a search-friendly manner can help get you closer to your goal of ranking supremacy. It&#8217;s important to note that while the search marketer&#8217;s goal is to gain user traction via search engines and ultimately convert those visitors, you cannot ignore the role that usability plays. All of the on-page elements discussed above make it easier for not only the search engines, but for users to find and understand the meaning of your content and site&#8217;s pages. So remember, organizing and presenting content with your user in mind will actually also help you in search engine rankings in the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/overlooked-but-beneficial-on-page-seo-elements-38286/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Unloved, But Still Important: How To Leverage Meta Tags</title>
		<link>http://searchengineland.com/unloved-but-still-important-how-to-leverage-meta-tags-35886</link>
		<comments>http://searchengineland.com/unloved-but-still-important-how-to-leverage-meta-tags-35886#comments</comments>
		<pubDate>Wed, 10 Feb 2010 23:02:30 +0000</pubDate>
		<dc:creator>Tony Soric</dc:creator>
				<category><![CDATA[Channel: SEO]]></category>
		<category><![CDATA[Google: SEO]]></category>
		<category><![CDATA[How To: SEO]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=35886</guid>
		<description><![CDATA[I&#8217;ve put together a multipart series covering important aspects of SEO. If you are new to SEO, these tips will help you build a strong foundation for obtaining SEO traffic. For those of you who are more advanced in SEO, my hope is that you’ll pick up a tip or strategy that you aren&#8217;t currently [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve put together a multipart series covering important aspects of SEO. If you are new to SEO, these tips will help you build a strong foundation for obtaining SEO traffic. For those of you who are more advanced in SEO, my hope is that you’ll pick up a tip or strategy that you aren&#8217;t currently employing in your own SEO campaign.</p>
<p>In the first part of the series I&#8217;ll take a look at important <em>on-page HTML elements</em> that can influence your SEO rankings.</p>
<p><strong>Unloved, but very important META tags</strong></p>
<p>The META tags are arguably among the most important on-page HTML elements when it comes to SEO. META tags consist of three tags that reside in the &lt;head&gt; of your HTML code and should be found at the very top of your page.</p>
<p><a title="clickable2 by Search Engine Land, on Flickr" href="http://www.flickr.com/photos/23148333@N06/4346634639/"><img src="http://farm5.static.flickr.com/4013/4346634639_7f6638cd82.jpg" alt="clickable2" width="500" height="91" /></a></p>
<p><strong>META title tag.</strong> Technically, the Title tag isn&#8217;t a meta tag. But it appears in the head area of your HTML code and so should be considered along with meta tags that reside there.</p>
<p>The title tag acts as, you guessed it—the title of the page in question. This tag helps the search spiders understand the theme of your page. For those that are unfamiliar with search spiders, spiders are essentially scripts of code that the search engines use to crawl and identify web pages that exist throughout the Internet. In the search engine results pages (SERPs), the title tag is the topmost hypertext link for each search result.</p>
<p><a title="clickable3 by Search Engine Land, on Flickr" href="http://www.flickr.com/photos/23148333@N06/4347380714/"><img src="http://farm3.static.flickr.com/2538/4347380714_904e70b52a.jpg" alt="clickable3" width="500" height="204" /></a></p>
<p>Notice how the spider was able to identify the presence of the keyword &#8220;macbook.&#8221; Having keywords present within your Title tag helps associate relevance between your page and the search query. Having strong keyword density in your Title tag will also boost your ability to rank for your targeted keywords. When writing your Title tags be sure to be concise and speak directly to the content contained within the page.</p>
<p>Keep your Title tag to around 65 characters. There&#8217;s no penalty if you go longer, so don&#8217;t worry! But Google will only show about the first 65 characters of your title. Anything beyond that typically won&#8217;t be visible to searchers. That also means to pay close attention to what is within those first 65 character.</p>
<p>The Title tag should be uniquely customized for every single page within your site.</p>
<p><em>Title tag code example:</em></p>
<blockquote><code>&lt;title&gt;Apple - MacBook - The $999 notebook, completely redesigned.&lt;/title&gt;</code></blockquote>
<p>Be aware that in some cases, search engines might ignore your Title tag and create their own title for your pages, such as using how they are listed in the Yahoo Directory or the Open Directory. Our <a href="../../meta-robots-tag-101-blocking-spiders-cached-pages-more-10665">Meta  Robots Tag 101: Blocking Spiders, Cached Pages &amp; More</a> explains more about how to prevent this.</p>
<p><strong>META description tag.</strong> The Description tag also resides in the &lt;head&gt; tag of the HTML code. This tag surfaces in the results directly under the Title tag and offers you a space to elaborate on the page’s theme. Ideally, the Title and Description tags should follow each other thematically.</p>
<p><a title="clickable4 by Search Engine Land, on Flickr" href="http://www.flickr.com/photos/23148333@N06/4346634685/"><img src="http://farm3.static.flickr.com/2704/4346634685_b37386f92f.jpg" alt="clickable4" width="500" height="223" /></a></p>
<p>There is no official limit to how many the characters can be contained within the Description tag. However, Google will only display the first 150 to 155 character, so pay close attention to this portion of your description.</p>
<p>Using the meta Description tag does NOT guarantee that the search engines will use your description. To increase the odds, make sure the description includes key terms you hope the page will be found for. If your page ranks for a particular term &#8212; and that term is in the meta Description tag &#8212; that will improve the chances of the tag being used.</p>
<p>The Description tag should also be customized for every single page within your site. However, for larger sites you can opt to use a schema to strategically build out your Meta descriptions.</p>
<p>Description tag code example:</p>
<blockquote><code>&lt;meta name="Description" content="The MacBook laptop features an Intel Core 2 Duo processor, amazing NVIDIA graphics, a large hard drive, and support for up to 4GB of memory for $999."&gt;</code></blockquote>
<p><strong>META keywords tag.</strong> The meta Keywords tag was a method back in the 1990s that allowed site owners a way to suggest to search engines the most important terms they hoped to be found for. Because of spamming issues &#8212; some people would stuff their meta keywords tags with hundreds of terms, sometimes not even related to their page content &#8212; the meta description tag lost support over the years. Google never supported it at all.</p>
<p>Should you bother with it. That&#8217;s up to you. Currently, none of the major search engines say they support it. Yahoo pulled back from the tag in 2009, as our <a href="../../yahoo-search-no-longer-uses-meta-keywords-tag-27303">Yahoo  Search No Longer Uses Meta Keywords Tag</a> covers. However, despite Yahoo&#8217;s official stance, it still seems to continue supporting it. Our <a href="../../sorry-yahoo-you-do-index-the-meta-keywords-tag-27743">Sorry,  Yahoo, You DO Index The Meta Keywords Tag</a> article has more on that.</p>
<p><strong>Even more meta tags!</strong></p>
<p>That covers some of the most important meta tags that play an important role in your site’s success with SEO. But that&#8217;s not all. There&#8217;s also the meta robots tag, which offers different &#8220;flavors&#8221; to control how your page appears &#8212; or is even blocked entirely &#8212; from the search engines. See our <a href="../../meta-robots-tag-101-blocking-spiders-cached-pages-more-10665">Meta  Robots Tag 101: Blocking Spiders, Cached Pages &amp; More</a> article for an in-depth look at those.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/unloved-but-still-important-how-to-leverage-meta-tags-35886/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To Optimize A Mobile AdWords Campaign</title>
		<link>http://searchengineland.com/how-to-optimize-a-mobile-adwords-campaign-33250</link>
		<comments>http://searchengineland.com/how-to-optimize-a-mobile-adwords-campaign-33250#comments</comments>
		<pubDate>Wed, 13 Jan 2010 21:17:54 +0000</pubDate>
		<dc:creator>Tony Soric</dc:creator>
				<category><![CDATA[Channel: SEM]]></category>
		<category><![CDATA[Google: AdWords]]></category>
		<category><![CDATA[Google: Mobile]]></category>
		<category><![CDATA[How To: PPC]]></category>
		<category><![CDATA[Search Ads: Mobile Search]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=33250</guid>
		<description><![CDATA[Google is going mobile in a big way. Following the announcement of Nexus One, the official Google phone, and the acquisition of adMob, Google is ready to make some serious moves on the small screen. Early days of mobile advertising Before smart phones hit the market, mobile advertisers were confined to the small screens of [...]]]></description>
				<content:encoded><![CDATA[<p>Google is going mobile in a big way. Following the <a href="http://googleblog.blogspot.com/2010/01/our-new-approach-to-buying-mobile-phone.html">announcement of Nexus One</a>, the official Google phone, and the <a href="http://googleblog.blogspot.com/2009/11/investing-in-mobile-future-with-admob.html">acquisition of adMob</a>, Google is ready to make some serious moves on the small screen.</p>
<p><strong>Early days of mobile advertising</strong></p>
<p>Before smart phones hit the market, mobile advertisers were confined to the small screens of traditional mobile units. Web access on those phones was painful and expensive&#8221;web pages&#8221; on those phones often consisted of nothing more than several hyperlinks. Needless to say, the technology never really took off. The iPhone changed all of that in late 2007, by offering a full touch screen HTML browser. Suddenly web-on-mobile devices started to make more sense for both phone users and advertisers.</p>
<p><strong>AdWords and mobile</strong></p>
<div id="storyArt"><a href="http://www.flickr.com/photos/23148333@N06/4272604570/" title="clickable1 by Search Engine Land, on Flickr"><img src="http://farm3.static.flickr.com/2738/4272604570_ebeb2dbefc.jpg" width="219" height="316" alt="clickable1" /></a></div>
<p> Soon after the iPhone launch, Google introduced a new feature in the AdWords &#8220;Settings&#8221; tab. This feature enabled online advertisers to syndicate AdWords ads to mobile phones. With the flip of a switch, online ads could be displayed on browser-based handsets around the world.</p>
<p>Sounds great, right? In theory yes, allowing online advertisers to syndicate pre-existing ads to users on a new type of device with little-to-no work sounds great. Except that these ads were originally designed for users accessing the web from a relatively fixed location on a screen ranging in size from 10 to 20+ inches.</p>
<p>Why does this matter? Users accessing the Internet via PC (laptop or desktop) are in a totally different mindset from their mobile counterparts. Generally, PC users will spend large chunks of time in a fixed location and may spend hours searching and researching.</p>
<p>The PC experience is much more tolerable, searching from the comforts of your home or office is much more enjoyable than trying to navigate a 2-4 inch touch screen while walking down a busy street or riding on a bus.</p>
<p>Additionally, PC users have more time on their hands&mdash;when you are on the go you probably have a task to accomplish and you are usually in transit. Mobile users &#8220;snack&#8221; on the internet in small browsing sessions, and generally access the web when they need a quick answer.</p>
<p>Now you can start to imagine why ads that you have strategically set up with PC users in mind may not be as effective in AdWords&#8217; mobile version.</p>
<p><strong>AdWords mobile optimization techniques</strong></p>
<p>1. <strong>Turn off</strong> your mobile ad syndication if you haven&#8217;t done so already. You will turn it back on when you are ready.</p>
<p>2. <strong>Make a copy of your AdWords campaign</strong> and append the word &#8220;mobile&#8221; or another designation to differentiate the new mobile campaign from the standard campaign.</p>
<p>3. <strong>Adjust your bids</strong> to a lower value. At this point, few advertisers have enough data to clearly suggest how effective mobile ads are versus their traditional AdWords counterparts. Additionally, few advertisers are opted in to the AdWords mobile option. Why risk a higher CPC if you don&#8217;t have to?</p>
<p>4. <strong>Review your ads.</strong> You want to ensure that your ads are clear and to the point. Remember, most mobile users are accessing the web on 2-4 inch screens. The goals of these ads should be relatively similar to those of your traditional AdWords ads. However, there may also be additional opportunities for geo-modification due to enhanced targeting capabilities of mobile devices. Also, be sure to take advantage of Google’s new in-ad phone feature. This will allow users to call your business directly from the SERPs for the price of a <a href="http://searchengineland.com/google-to-introduce-click-to-call-billing-in-ads-on-mobile-devices-32831">standard click</a>.</p>
<p>5. <strong>Review your landing pages</strong> and optimize them to be more mobile friendly:</p>
<ul>
<li>Remove non-essential images; these take up space.</li>
<li>Be sure to include your phone number. Many smart phones have a tap-to-call technology built in that will allow your visitors to call your company directly with a simple touch of the screen.</li>
<li>Use contrasting colors and simple fonts. A clean design is even more important on mobile devices.</li>
<li>Organize your content in short lists, and bold important terms if possible.</li>
</ul>
<p>6. <strong>Review your current keywords.</strong> Certain keywords may work better than others in the mobile space and testing will reveal their value.</p>
<p>7. <strong>Revisit your goals and manage your expectations.</strong> Mobile advertising is a great way to stay connected to your audience when they are away from their PC. Reduced expectations for your mobile campaigns should be set as users will be less likely to make a purchase on a mobile device. Lower CPCs should help offset the difference in conversions.</p>
<p>Calls to Action to consider monitoring:</p>
<ul>
<li>Direct calls to your business</li>
<li>Clickthroughs to specific links</li>
<li>Sharing features (email a friend, tweeting, SMS sharing)</li>
</ul>
<p>8. <strong>Test and monitor</strong> your campaigns on an ongoing basis, just as you would with any AdWords campaign. As more consumers switch to smart phones and our lives become increasingly mobile, expect online advertising to follow suit.</p>
<p>With more people using advanced devices and with advancements in mobile technology, opportunities to market to mobile users will increase as well. I&#8217;m not suggesting that mobile advertising will become a staple in every advertiser’s marketing mix in 2010, but if you don’t test the new advertising opportunities your business might be missing out. Before launching your first AdWords mobile campaign adhere to the best practices listed above to minimize your risks and increase your ability to control your campaigns.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/how-to-optimize-a-mobile-adwords-campaign-33250/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage PPC Risk With Multiple Match Types &amp; Negative Keywords</title>
		<link>http://searchengineland.com/manage-ppc-risk-with-multiple-match-types-negative-keywords-27062</link>
		<comments>http://searchengineland.com/manage-ppc-risk-with-multiple-match-types-negative-keywords-27062#comments</comments>
		<pubDate>Tue, 06 Oct 2009 18:28:47 +0000</pubDate>
		<dc:creator>Tony Soric</dc:creator>
				<category><![CDATA[Channel: SEM]]></category>
		<category><![CDATA[How To: PPC]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=27062</guid>
		<description><![CDATA[Choosing appropriate match types for PPC campaigns is one of the most important decisions an advertiser can make, having an impact on such diverse factors as costs, quality scores and ultimately overall success. Advertisers may choose to set their keywords to either &#8220;broad,&#8221; &#8220;phrase&#8221; or &#8220;exact&#8221; match types, each used for a different purpose. Generally, [...]]]></description>
				<content:encoded><![CDATA[<p>Choosing appropriate match types for PPC campaigns is one of the most important decisions an advertiser can make, having an impact on such diverse factors as costs, quality scores and ultimately overall success. Advertisers may choose to set their keywords to either &#8220;broad,&#8221; &#8220;phrase&#8221; or &#8220;exact&#8221; match types, each used for a different purpose.</p>
<p>Generally, setting up an account with only phrase or exact matched keywords is a safer tactic than setting all keywords to broad match&mdash;broad match, as it implies, generally serves up far more keyword variations in an ad than the other two narrower types. However, we’ve found that a mix of keywords, leveraging multiple match types, coupled with strategic bids, can significantly enhance your account’s performance.</p>
<p>The problem with relying on a single match type is that no single match type offers a perfect solution and each presents its opportunities and risks. Let&#8217;s look at the pros and cons of each.</p>
<p><strong>Broad match type</strong></p>
<ul>
<li><strong>Pros: </strong>Allows for the widest and most varied contextual reach
<li><strong>Cons:</strong> Susceptible to over-exposed keywords, broad match &#8220;masks&#8221; CTR for terms that may have triggered an ad for a phrase or exact matched query.</ul>
<p><strong>Takeaways:</strong> By leveraging search query reports, broach match can be a great source for generating new keywords (as well as negative keywords)&mdash;but if not monitored closely can lead to excessive spending on irrelevant keywords and suggest misguided CTRs during analysis.</p>
<p><strong>Phrase match type</strong></p>
<ul>
<li><strong>Pros:</strong> Offers additional control over when your ads are triggered (contextually speaking)</li>
<li><strong>Cons:</strong> Limits your ability to attract clickthrus on slight variations where search query order is not consistent with your phrase-matched term.</li>
</ul>
<p><strong>Takeaways:</strong> Offers more control over keywords and ads, opportunity to discover new keywords, however variations are restricted to the order of the keyword phrase in the AdWords account.</p>
<p><strong>Exact match type</strong></p>
<ul>
<li><strong>Pros:</strong> Offers precise contextual control over when keywords and ads are shown</li>
<li><strong>Cons:</strong> Most limiting of all match-types, keywords will show only when query is searched on <i>exactly</i> as specified in your AdWords account.</li>
</ul>
<p><strong>Takeaway: </strong>Offers more control, though the possibility of generating clicks on varied search queries is almost entirely nullified, which limits contextual reach substantially.</p>
<p>Now that we understand the pros and cons of each match type, let’s look at a hypothetical example where using a single match type vs. multiple match types can have an effect on your account performance.</p>
<p>Let’s imagine we operate an online guitar store and (for simplicity’s sake) we are bidding on the keywords &#8220;acoustic guitar&#8221; and &#8220;acoustic guitars.&#8221;</p>
<p>According to Google’s <a href="https://adwords.google.com/select/KeywordToolExternal">keyword research tool</a>, there were over 2.6 million searches for these two keywords in August.</p>
<p><a href="http://www.flickr.com/photos/23148333@N06/3987977780/" title="soric1 by Search Engine Land, on Flickr"><img src="http://farm3.static.flickr.com/2517/3987977780_f93057816b.jpg" width="500" height="184" alt="soric1" /></a></p>
<p>Obviously there is no shortage in traffic, but it’s more important to understand what type of traffic you may be exposed to if you bid solely using broad match.</p>
<p>Under the broad match setting, all of the keywords listed above (plus many other variations including conceptually related terms like classical guitars and perhaps banjo) may trigger your ad. Some are potentially relevant and others are not. This introduces a significant account-management problem. No longer is our CTR based on the keywords &#8220;acoustic guitar&#8221; and &#8220;acoustic guitars,&#8221; but rather we are managing to an aggregate CTR for all variations triggered by these keywords.</p>
<p>By adding a phrase and/or exact matched version of &#8220;acoustic guitar&#8221; &amp; &#8220;acoustic guitars,&#8221; you reduce your exposure substantially&mdash;only queries containing the words acoustic &amp; guitar(s), in that order, will trigger your ad for these variations. In doing so, we were able to create a more efficient channel for tracking our keywords without compromising the broad-matched terms.</p>
<p>Won’t multiple match types for the same keyword cause confusion in AdWords auctions? No.  According to Google’s <a href="http://adwords.google.com/support/aw/bin/answer.py?hl=en&amp;answer=66292">help documentation</a>:</p>
<p><em>&#8220;&#8230;the more restrictive match type will always trigger the ad, regardless of CPC bids. For instance, if the broad-matched keyword &#8216;apple&#8217; and the exact-matched keyword &#8216;apple&#8217; both existed in your account, the exact match would always trigger an ad.&#8221; </em></p>
<p>You may still consider bidding higher on phrase and exact matched keywords in order to rank more competitively. These keywords are naturally better targeted to your audience’s search query and may result in higher conversion rates.</p>
<p>In addition to adding phrase and/or exact matched versions of your keywords you should also constantly monitor your broad matched and phrase matched search query results and supplement your campaigns with appropriate negative keywords. This will help fine-tune your broad and phrase matched keywords and limit irrelevant spending.</p>
<p>By following these simple tactics, over time you will be able to rely to a lesser extent on broad matched terms, decrease overall costs and better target your campaigns via phrase and exact match keywords.</p>
<p>To learn more about negative keyword phrases and keyword research tools see my blog posts on <a href="http://www.clickable.com/blogs/clickableblog/archive/2008/11/30/stop-wasting-money-how-to-find-the-right-negative-keywords-for-your-campaigns.aspx">negative keywords</a> and <a href="http://www.clickable.com/blogs/clickableblog/archive/2009/03/09/using-google-suggest-for-keyword-research.aspx">keyword research</a> tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/manage-ppc-risk-with-multiple-match-types-negative-keywords-27062/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Google&#8217;s &#8220;Caffeine&#8221; Update Means For Paid Search Campaigns</title>
		<link>http://searchengineland.com/what-googles-caffeine-update-means-for-paid-search-campaigns-25515</link>
		<comments>http://searchengineland.com/what-googles-caffeine-update-means-for-paid-search-campaigns-25515#comments</comments>
		<pubDate>Sat, 19 Sep 2009 17:16:06 +0000</pubDate>
		<dc:creator>Tony Soric</dc:creator>
				<category><![CDATA[Channel: SEO]]></category>
		<category><![CDATA[Features: Analysis]]></category>
		<category><![CDATA[Google: AdWords]]></category>
		<category><![CDATA[Google: SEO]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=25515</guid>
		<description><![CDATA[Google recently announced that a massive operations overhaul is in the works. &#8220;Caffeine,&#8221; as it&#8217;s known internally, is described by Google’s Matt Cutts as primarily driven by &#8220;under the hood&#8221; changes to improve Google’s indexing technology, allowing the engine to be more flexible and efficient in the way it collects pages. He went on to [...]]]></description>
				<content:encoded><![CDATA[<p>Google recently announced that a massive operations overhaul is in the works. &#8220;Caffeine,&#8221; as it&#8217;s known internally, is described by Google’s <a href="http://www.mattcutts.com/blog/caffeine-update/">Matt Cutts</a> as primarily driven by &#8220;under the hood&#8221; changes to improve Google’s indexing technology, allowing the engine to be more flexible and efficient in the way it collects pages. He went on to say that while power-users may notice some minor changes to search result pages, no major user interface changes are to be expected with this update.</p>
<p>Based on Matt’s description of the algorithm changes, we shouldn’t expect to see vastly different search results in the short run. However, it sounds like Google is putting infrastructure in place to index web pages more quickly, be more effective in ranking real-time updates (from blogs and social media) and to provide more accurate local search results. These changes will remedy some of Google’s current shortcomings and put them in a unique position that over the long term could change the user experience significantly.</p>
<p>We all know that Google’s organic and paid search listings are two completely separate entities and your performance or lack thereof in one does not impact your standing in the other. While the upcoming update will directly impact organic search results, paid search managers should not completely write-off the update as insignificant to the PPC world.</p>
<p>Any change to Google’s algorithms, whether on the organic engine or in the AdWords platform, in one way or another will effect the user experience over time. In this case, as with previous algorithm updates, Google is pushing forth changes that may alter the mix of organic results. </p>
<p>Many have speculated that the Caffeine update is geared directly towards competing with recent moves made by Facebook (acquiring FriendFeed) and the rising popularity of Twitter’s real time search capabilities.</p>
<p><strong>As a PPC manager, what should I do?</strong></p>
<p>In almost all situations, any change brings some level of uncertainty and the Caffeine update is no exception. Thankfully for PPC managers the upcoming update should only affect the organic listings and will not directly alter cost-per-clicks  in anyway. This however does not mean that PPC managers should ignore the &#8220;Caffeine Update&#8221;.</p>
<p>Most SEM managers have multiple responsibilities, including maintaining the SEO and PPC programs (not to mention affiliate and email marketing duties, etc..). A well-balanced SEM campaign often includes a strategic mix of SEO visibility complemented by PPC listings and vice versa. In some cases, SEM managers don’t feel the need to bid on certain terms due to outstanding organic visibility. Over the next few weeks, do yourself a favor and <strong> </strong></p>
<p><strong>Monitor your SERP positions closely</strong></p>
<p>No one is 100% sure how the latest update will shakeout, so your best bet is to run a position report on key terms and watch for any fluctuations – not to mention the fact that it is a generally smart idea to track your SEO positions from time to time. If you are one of those mangers that have shied away from bidding on keywords (because you’ve felt that your SEO visibility is sufficient) you may want to start supplementing your organic efforts with PPC listings.</p>
<p>Google is responsible for the Lion’s share of traffic for many online businesses. While it’s great to have a reliable traffic source, it’s also extremely risky to rely so heavily on one source. To mitigate this dependency and in the spirit of reducing risk, <strong>diversify your SEM campaign</strong> (create campaigns on Yahoo, Microsoft adCenter as well as other niche vertical search engines like Business.com).</p>
<p>The next tip should go without saying, but paying attention to your competitors is also very important. I’m not suggesting that you increase bids simply because your competitor has (you should base bid-management decisions on CPA and ROI metrics). However, it is always useful to know how your competitors are reacting to changes in the market.</p>
<p>To summarize, with every change to the Google algorithm comes a level of uncertainty, and by taking proactive steps to monitor and minimize your risks, you will be in a better position to make smart decisions for your PPC accounts.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/what-googles-caffeine-update-means-for-paid-search-campaigns-25515/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Sets &amp; Squared: Powerful Keyword Research Tools</title>
		<link>http://searchengineland.com/google-sets-squared-powerful-keyword-research-tools-22185</link>
		<comments>http://searchengineland.com/google-sets-squared-powerful-keyword-research-tools-22185#comments</comments>
		<pubDate>Thu, 16 Jul 2009 16:38:35 +0000</pubDate>
		<dc:creator>Tony Soric</dc:creator>
				<category><![CDATA[Channel: SEM]]></category>
		<category><![CDATA[Google: Other]]></category>
		<category><![CDATA[How To: PPC]]></category>
		<category><![CDATA[Search Marketing: Search Term Research]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=22185</guid>
		<description><![CDATA[One of the toughest challenges facing pay-per-click marketers is keyword expansion. Marketers need to be adept at selecting keywords that will not only drive traffic, but more importantly, will drive conversions in a cost-effective manner. As competition intensifies, identifying unique, high quality keywords becomes increasingly important-and difficult. While basic keyword research remains important, search marketers [...]]]></description>
				<content:encoded><![CDATA[<p>One of the toughest challenges facing pay-per-click marketers is keyword expansion. Marketers need to be adept at selecting keywords that will not only drive traffic, but more importantly, will drive conversions in a cost-effective manner. As competition intensifies, identifying unique, high quality keywords becomes increasingly important-and difficult. While basic keyword research remains important, search marketers need to look to other tools to gain an edge. </p>
<p><strong>Basic keyword research</strong></p>
<p>Keyword research generally begins with one of the popular keyword-research tools. These include-but are not limited to-<a href="https://adwords.google.com/select/KeywordToolExternal">Google&#8217;s keyword tool</a>, <a href="http://www.wordtracker.com/">Wordtracker </a>and <a href="http://www.keyworddiscovery.com/">Keyworddiscovery</a>. These tools allow marketers to research topics, identify search-volume data, and find additional permutations of their &#8220;seed keyword.&#8221;
To illustrate my point, a search in the free version of Wordtracker for &#8220;dog training&#8221; produces the following:</p>
<p><a href="http://www.flickr.com/photos/23148333@N06/3706785865/" title="dog-training-image-1 by Search Engine Land, on Flickr"><img src="http://farm3.static.flickr.com/2547/3706785865_5a3609b340.jpg" width="477" height="500" alt="dog-training-image-1" /></a></p>
<p>This list is a great starting point for anyone promoting a dog training service. It includes several highly searched keywords relating to &#8220;dog training&#8221; as well as a vast number of less searched terms as you move down the &#8220;tail.&#8221;</p>
<p>While basic keyword tools help marketers generate keyword ideas for their pay-per-click campaigns, they also create a huge problem. As most keyword tools are readily available to the public, there is nothing prohibiting your competitors from including the same highly trafficked keywords in their campaigns. Naturally, as more and more competitors enter your niche, the costs-per-click begin to rise. Following this keyword research methodology will undoubtedly leave you with a long-but thin-list of keywords, not to mention that you will be paying too much for &#8220;overbought&#8221; keywords.</p>
<p><strong>So what is a PPC marketer to do?</strong></p>
<p>As competition increases, intelligent PPC marketers realize that it is imperative to not only build out long keyword lists, but to also &#8220;widen&#8221; those same keyword lists. What do I mean by &#8220;widen?&#8221; Let&#8217;s revisit the dog training example from above:</p>
<p>Traditional keyword tools suggest that you include terms like:</p>
<ul>
<li> dog training</li>
<li> dog training tips</li>
<li> dog obedience training</li>
</ul>
<p>In general, these potentially useful keywords speak directly to your target audience’s needs. But these are also keywords that are most likely to be bid on by your competitors.</p>
<p>What if we dissected this keyword list and expanded on the term &#8220;dog?&#8221; Think about how many breeds of dog exist: Golden Retrievers, German Shepherds, Beagles etc. Now, lets replace the word &#8220;dog&#8221; with specific breeds:</p>
<p>&#8220;dog training&#8221; and &#8220;training a dog&#8221; become &#8220;Golden Retriever training&#8221; or &#8220;training a Golden Retriever.&#8221;</p>
<p>By incorporating breeds and replacing the term &#8220;dog,&#8221; we were able to exponentially increase the size of our keyword list.</p>
<p><strong>Some simple math to consider</strong></p>
<p>If you choose to focus on 10 dog breeds and combine those with 50 seed dog-training keywords, the result would be 550 unique keywords! 10 unique dog breeds * 50 seed keywords = 500 + 50 original seed keywords, for a total of 550 keywords. Additionally, the new breed keywords probably have less competition and are much more likely to convert with a targeted landing page (a topic for another time).</p>
<p><strong>New tools from Google can help</strong></p>
<p><a href="http://labs.google.com/sets">Google Sets</a> and <a href="http://www.google.com/squared">Google Squared</a> are amazing free tools that will allow you to quickly identify elements of a set.</p>
<p>Here are examples of both in action:</p>
<p><a href="http://www.flickr.com/photos/23148333@N06/3707597444/" title="Goog-Sets-Image-3 by Search Engine Land, on Flickr"><img src="http://farm3.static.flickr.com/2488/3707597444_2634049a61.jpg" width="256" height="500" alt="Goog-Sets-Image-3" /></a></p>
<p><a href="http://www.flickr.com/photos/23148333@N06/3707597276/" title="Goog-Squared-Image-2 by Search Engine Land, on Flickr"><img src="http://farm3.static.flickr.com/2499/3707597276_ef8bf45fd5.jpg" width="486" height="444" alt="Goog-Squared-Image-2" /></a></p>
<p>To summarize, basic keyword tools are excellent for exploring generic topics and developing a set of keyword permutations. However, in order to differentiate your keyword list, and to avoid complete reliance on highly competitive keywords, I encourage all PPC marketers take steps to widen their keyword lists by utilizing Google Sets and Google Squared. This approach will increase the likelihood that you will find less competitive, and more targeted keywords that ultimately produce conversions at more cost-effective rates.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/google-sets-squared-powerful-keyword-research-tools-22185/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
