<?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>Rise to the Top Blog &#187; Elan</title>
	<atom:link href="http://www.techwyse.com/blog/author/elan/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwyse.com/blog</link>
	<description>Learn, Educate &#38; Rise</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:08:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Excluding Non-Interactive Events In Google Analytics Bounce Rate Calculations</title>
		<link>http://www.techwyse.com/blog/website-analytics/excluding-non-interactive-events-in-google-analytics-bounce-rate-calculations/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/excluding-non-interactive-events-in-google-analytics-bounce-rate-calculations/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 02:04:46 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=10585</guid>
		<description><![CDATA[Google Analytics event tracking snippets enable us to track events that are happening on a website; Google Analytics helps us track components like a Flash player, Ajax Image slider, video players, download links, etc. Click here to read some best &#8230; <a href="http://www.techwyse.com/blog/website-analytics/excluding-non-interactive-events-in-google-analytics-bounce-rate-calculations/"></a>]]></description>
			<content:encoded><![CDATA[<p><img class="imgright" title="Google Analytics Bounce Rate Calculations" src="http://www.techwyse.com/blog/wp-content/uploads/2011/11/google-analytics1.jpg" alt="" width="250" height="150" />Google Analytics event tracking snippets enable us to track events that are happening on a website; Google Analytics helps us track components like a Flash player, Ajax Image slider, video players, download links, etc. <a href="http://www.techwyse.com/blog/website-analytics/event-tracking-with-google-analytics/" >Click here</a> to read some best practices for using the event tracking feature in Google Analytics.</p>
<h2>How Bounce Rate and Event Tracking Are Related</h2>
<p>Let’s say that a webpage contains an event tracking snippet to track visitor interaction with a video player; when a visitor lands directly on this particular webpage and interacts with the video player and leaves the website without visiting any other pages, this visit is excluded from the bounce rate calculation because the visitor did indeed interact with the video player (where the event tracking snippet was added). In most cases, it doesn’t make sense for visits to be excluded from the bounce rate calculation when an action is performed with a defined event. Now that we have the control of it, we can decide whether the particular interaction should be included or excluded in the bounce rate calculation.</p>
<p>Events can be classified into interactive events and non-interactive events.</p>
<div style="text-align: center;"><img class="alignleft size-full wp-image-10594" title="Interactive Events and Non-Interactive Events" src="http://www.techwyse.com/blog/wp-content/uploads/2011/11/google-event-tracking1.jpg" alt="" width="563" height="412" /></div>
<h3>INTERACTIVE EVENTS</h3>
<p><strong></strong>Events that can be considered as interactive are:</p>
<ul>
<li>Clicks on download links</li>
<li>Clicks on a ‘call to action’</li>
<li>Clicks on submit button of newsletter subscription and contact form</li>
<li>Clicks on social media links</li>
</ul>
<p>When a visitor lands on a page and performs any one of these interactions then leaves the site, we can exclude this visit in the bounce rate calculation as the interaction is considered to be more valuable and not a “true bounce” per se. This works with the default event tracking snippet and doesn’t need a *true argument at the end. This works with the default event tracking snippet and doesn’t need this new feature.</p>
<h3>NON-INTERACTIVE EVENTS</h3>
<p><strong></strong>Events that can be considered as non-interactive are image sliders, video player interaction etc. These interactions have nothing to do with conversions and it’s just measuring the visitor activity in the website. So these interactions have to be excluded from the bounce rate calculation and here is where this new feature helps. With the usual event tracking snippet, we just need to add a true argument at the end to exclude it from the bounce rate calculation.</p>
<p>Below is an example of event tracking snippets :</p>
<p>_<em><strong>trackEvent(category, action, opt_label, opt_value, opt_noninteraction)</strong></em><br />
Non-interaction &#8211; A Boolean that when set to true, indicates that the event hit will not be used in the bounce-rate calculation.</p>
<p>Below is an example to measure the event that tracks the ‘play’ button of the video with a non-interaction argument.</p>
<p><em><strong>_gaq.push([&#8216;_trackEvent&#8217;, &#8216;Videos&#8217;, &#8216;Play&#8217;, &#8216;MJ Moonwalk&#8217;, &#8217;5&#8242;, &#8216;true&#8217;);</strong></em><br />
The ‘true’ argument added to the end of the snippet will exclude this event from the bounce rate calculation. Hope this helps!</p>
<p>*The Boolean parameter (‘true’) added at the end of the snippet will include this visit in the bounce rate calculation. Visits that attempt the defined event and leave the web page without visiting any other pages will also be counted as ‘bounce rate visits,’ provided that the Boolean parameter is set to true. Learn more about this new parameter from Google’s Event Tracking Guide on <a target="_blank" href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html#non-interaction" >Non-Interaction Events</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/excluding-non-interactive-events-in-google-analytics-bounce-rate-calculations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Your Internal Search Result Pages and Why It&#8217;s So Important</title>
		<link>http://www.techwyse.com/blog/search-engine-optimization/optimize-your-internal-search-result-pages-and-why-its-so-important/</link>
		<comments>http://www.techwyse.com/blog/search-engine-optimization/optimize-your-internal-search-result-pages-and-why-its-so-important/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 11:33:24 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=10309</guid>
		<description><![CDATA[Most websites have search boxes as they’re highly useful to visitors, allowing them to browse the site and get what they want. It’s important to note that the search page is not a “part” of the website and that it &#8230; <a href="http://www.techwyse.com/blog/search-engine-optimization/optimize-your-internal-search-result-pages-and-why-its-so-important/"></a>]]></description>
			<content:encoded><![CDATA[<p><img class="imgright" src="http://www.techwyse.com/blog/wp-content/uploads/2011/10/internal-search.jpg" alt="" width="250" height="150" />Most websites have search boxes as they’re highly useful to visitors, allowing them to browse the site and get what they want. It’s important to note that the search page is not a “part” of the website and that it generates content based on the search query. Even though it’s not actually part of a website, search engines still index results pages. So optimizing them is very important as you can increase the visibility of said pages in search engines.</p>
<p><span id="more-10309"></span></p>
<p>Search engines have to trust your website in order to rank your “website search pages.” In order to achieve this there should be a considerable number of searches taking place on the website. Big portals and eCommerce sites will gain Google’s trust easily because of the higher number of internal site searches. Below are some tips to optimize your search pages.</p>
<h2>Tighten Up Your Internal Search</h2>
<p><img class="imgright" src="http://www.techwyse.com/blog/wp-content/uploads/2011/10/internal-search1.jpg" alt="" width="250" height="150" />The search functionality should deliver relevant web pages/products and should strictly relate to the phrases being searched for. For example: If visitors are searching for “Search Engine Optimization,” the site should only retrieve the pages talking about “Search Engine Optimization.”</p>
<h3>URL Format</h3>
<p>In most cases you will see that search URLs are generated with query URLs – not exactly user friendly. Try to convert it into a friendlier URL, it’s recommended to have the following format:</p>
<p>http://domain.com/search/search-term/ &#8211; Recommended Search URL format.<br />
http://domain.com/?=search-term – URL with query strings and not search engine friendly.</p>
<h3>Page Title Format</h3>
<p>As we all know, page titles play a vital role in SEO. Below I’ve indicated the proper title format for search pages.<br />
<em>&#8220;Search Term&#8221; | Company/Website Name</em></p>
<h3>H1 Format</h3>
<p>It’s best to define the H1 term of the search page by including the search term in it.</p>
<h3>Display the Recent/Popular/Relevant Search Terms</h3>
<p>To increase user friendliness and to make the search pages more effective, it’s advisable to display the recent/relevant/popular search terms in your site’s left/right navigation.</p>
<p><img src="http://www.techwyse.com/blog/wp-content/uploads/2011/10/popular-recent-search.jpg" alt="" width="560" height="202" /></p>
<p>Also remember that search engines will not be able to crawl your search pages only until it’s linked from the website. So it’s pretty much mandatory to have a “popular search terms” widget on your website in order to rank your search pages in search engines.</p>
<h3>How to Track Your Internal Site Search?</h3>
<p>Check out our blog entry on <a href="http://www.techwyse.com/blog/website-analytics/using-internal-site-search-with-google-analytics/" >tracking internal site search terms in Google Analytics</a>. Google Analytics enables you to sort out the search terms that are being searched within your website, which can later be optimized accordingly. Here are few examples that caught my attention:</p>
<p><a target="_blank" href="http://www.giveawayoftheday.com/easy+mp3+cutter+2.9/"  rel="external nofollow">http://www.giveawayoftheday.com/easy+mp3+cutter+2.9/</a><br />
<a target="_blank" href="http://www.2000shareware.com/downloads/easy/mp3/cutter/online/"  rel="external nofollow">http://www.2000shareware.com/downloads/easy/mp3/cutter/online/</a></p>
<p>Above are two examples of search pages that are listed in Google for the keywords “easy mp3 cutter/easy mp3 cutter 2.9” When you cross check all the points that are mentioned in this blog along with the above listed websites, you’ll notice some very interesting  similarities!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/search-engine-optimization/optimize-your-internal-search-result-pages-and-why-its-so-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google +1 vs. Facebook Like – A Detailed Overview</title>
		<link>http://www.techwyse.com/blog/social-media-marketing/google-plus-1-vs-facebook-like-a-detailed-overview/</link>
		<comments>http://www.techwyse.com/blog/social-media-marketing/google-plus-1-vs-facebook-like-a-detailed-overview/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 15:45:36 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Social Media Marketing]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=8106</guid>
		<description><![CDATA[Where do you see these buttons? The Facebook &#39;Like&#39; button is integrated with many websites around the internet and &#39;Facebookers&#39; are widely using this to share their favourite pages with friends.&#160; +1 button is integrated in Google search results and &#8230; <a href="http://www.techwyse.com/blog/social-media-marketing/google-plus-1-vs-facebook-like-a-detailed-overview/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="" class="imgright" height="150" src="http://www.techwyse.com/blog/wp-content/uploads/2011/07/facebook-vs-google.jpg" title="Google +1 vs. Facebook Like – A Detailed Overview" width="250" /></p>
<h2>Where do you see these buttons?</h2>
<p>The Facebook &#39;Like&#39; button is integrated with many websites around the internet and &#39;Facebookers&#39; are widely using this to share their favourite pages with friends.&nbsp;</p>
<p>+1 button is integrated in Google search results and search engine users can vote for their favourite sites. We also see the +1 button integrated with many websites and this will definitely increase the visibility and the usage of the +1 button.</p>
<p><span id="more-8106"></span></p>
<h2>How are they shared with your connections?</h2>
<p>The page that is liked by a Facebook user is updated in his/her profile and is shared globally (to all of their friends) regardless of friend groups or lists. All the connections in your profile can see the recommended (liked) page in their news feeds, gaining better visibility and the potential for more traffic.</p>
<p>The page that is +1&rsquo;d will go into your &lsquo;+1&rsquo; tab and will not be shared with your friends through their news feeds.</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2011/07/elan.png" ><img alt="" class="alignnone size-full wp-image-8107" height="166" src="http://www.techwyse.com/blog/wp-content/uploads/2011/07/elan.png" title="Google Plus" width="438" /></a></p>
<p class="MsoNormal"><span lang="EN-US"><span style="">The </span>+1 tab is visible only to you unless you change to make it public. You can always <a target="_blank" href="http://www.google.com/support/profiles/bin/static.py?hl=en&amp;page=guide.cs&amp;guide=1355574&amp;answer=1297136&amp;rd=1" >customize</a> the tabs of your Google+ profile. &nbsp;If you choose to keep your +1 tab private, only you will be able to see the sites you&#39;ve +1&rsquo;d. If you no longer wish to recommend a page, you can always <a target="_blank" href="http://www.google.com/support/profiles/bin/static.py?hl=en&amp;page=guide.cs&amp;guide=1207011&amp;answer=1047424&amp;rd=1" >delete</a> it. If you turn off the +1 setting for non-Google sites, you will only be able to see an aggregated, anonymous count of people who&#39;ve also +1&#39;d the site and not connections in your social network who have +1&rsquo;d the page. The default setting enables you to see the connections in your social network who have +1&rsquo;d the page.</span></p>
<p>Google has taken one step ahead and <a target="_blank" href="http://www.google.com/support/websearch/bin/static.py?hl=en&amp;page=guide.cs&amp;guide=1224171&amp;answer=165228&amp;rd=1" >integrated the +1 results to SERP</a> (Search Engine Results Page) for the related search terms that your connections have +1&#39;d. This makes a big difference and it&#39;s got great potential marry search and social.</p>
<p>Apart from the social side of +1, Google&rsquo;s organic algorithm will definitely give high importance for the sites that have more +1&#39;s. Google will no longer rank with just your with your SEO. So it&#39;s wise to try to get more +1s for your site by providing valuable information.</p>
<p>Facebook already has&nbsp;the <a href="../social-media-marketing/using-open-graph-protocol-encourage-facebook-likes/">Open Graph Protocol API</a>&nbsp;which enables any web page to become a rich object in a social graph. Let&rsquo;s wait for Google to come up such API to customize the image/title/description of +1&rsquo;d item.</p>
<p><a target="_blank" href="http://www.google.com/webmasters/+1/button/" >Click here</a> to see how the +1 button can be integrated to websites. Here is a <a target="_blank" href="http://wordpress.org/extend/plugins/wp-plus-one/"  rel="external nofollow">plugin</a> to add +1 button to your wordpress blog and&nbsp;<a target="_blank" href="http://buzz.blogger.com/2011/06/add-1-button-to-your-blog.html"  rel="external nofollow">click here</a> to see how the +1 button can be added to a blogger blog.</p>
<p>Have Fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/social-media-marketing/google-plus-1-vs-facebook-like-a-detailed-overview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Open Graph Protocol To Encourage Facebook Likes</title>
		<link>http://www.techwyse.com/blog/social-media-marketing/using-open-graph-protocol-encourage-facebook-likes/</link>
		<comments>http://www.techwyse.com/blog/social-media-marketing/using-open-graph-protocol-encourage-facebook-likes/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 10:24:47 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Social Media Marketing]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=7448</guid>
		<description><![CDATA[The Open Graph protocol (OGP) enables any web page to become a rich object in a social graph. Even more, Facebook recently&#160;announced the launch of Open Graph Protocol API. All website owners should be interested to increase their website visibility &#8230; <a href="http://www.techwyse.com/blog/social-media-marketing/using-open-graph-protocol-encourage-facebook-likes/"></a>]]></description>
			<content:encoded><![CDATA[<p>The Open Graph protocol (OGP) enables any web page to become a rich object in a social graph. Even more, Facebook recently&nbsp;announced the launch of Open Graph Protocol API.</p>
<p>All website owners should be interested to increase their website visibility in Facebook as it is&nbsp;the largest social media website in the world. OGP meta tag integration to the web pages can&nbsp;encourage/optimize Facebook &#39;Likes&#39;. Through the meta data applied to web pages,Facebook &nbsp;users will be able to view the &#39;likes&#39; in the format described in meta tags (category, type, URL, site name, image, address).</p>
<p>Integrating Open Graph tags on your web page will make your page equivalent to a Facebook page. When a user clicks the&nbsp;&#39;like&#39; button on the page, a connection is made between your page and the user. Your page will appear in the &quot;Likes and Interests&quot; section of the user&#39;s Facebook profile, and you have the ability to publish updates to the user. The data that you provide via the Open Graph Protocol defines how your page will be represented on Facebook. In other words, OGP will help your website gain even more exposure through Social Media!</p>
<p><span><img alt="Open Graph Protocol - Facebook Likes" class="alignnone size-full wp-image-7449" height="157" src="http://www.techwyse.com/blog/wp-content/uploads/2011/02/facebook-like.jpg" width="587" /></span></p>
<p><span id="more-7448"></span></p>
<p><span>To get started with this we need the two following things enabled on your web page.</span></p>
<ul>
<li><span>Facebook &#39;like&#39; button<br />
		</span></li>
<li><span>OGP Meta tags</span></li>
</ul>
<h2>Facebook Like Button</h2>
<p class="MsoListParagraphCxSpMiddle" style="margin-left: 0in;"><span>If your website has a blog/article section, <a href="http://developers.facebook.com/docs/reference/plugins/like/"  target="_blank" rel="external nofollow">add the&nbsp;Facebook like button</a> to all the web pages in that section. This will enhance the user interaction and the&nbsp;ability to share with friends. </span></p>
<h2>Open Graph Protocol Meta Tags</h2>
<p class="MsoListParagraphCxSpMiddle" style="margin-left: 0in;"><span>These are the Meta tags that are included in one of our article page.<!--[endif]--></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left: 0in;"><span>&lt;meta property=&quot;og:title&quot; content=&quot;This Week In Internet Marketing 2011 02 22&quot; /&gt;<br />
	&lt;meta property=&quot;og:type&quot; content=&quot;article&quot; /&gt;<br />
	&lt;meta property=&quot;og:site_name&quot; content=&quot;TechWyse Internet Marketing&quot;/&gt;<br />
	&lt;meta property=&quot;og:url&quot; content=&quot;http://www.techwyse.com/blog/internet-marketing/this-week-in-internet-marketing-2011-02-22/&quot; /&gt;<br />
	&lt;meta property=&quot;fb:admins&quot; content=&quot;1354053568&quot; /&gt;<br />
	&lt;meta property=&quot;og:image&quot; content=&quot;http://www.techwyse.com/images/new-ranking-signals.jpg&quot; /&gt;</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left: 0in;"><span>The above Open Graph protocol Meta Tags defines the following properties:&nbsp;</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left: 0in;"><span><strong>og:title </strong>- The title of your object as it should appear within the graph, e.g., &quot; This Week In Internet Marketing 2011 02 22&quot;.<br />
	<strong>og:type</strong> &#8211; The type of your object, e.g., &quot;article&quot;. See the complete list of <a href="http://developers.facebook.com/docs/opengraph/#types"  target="_blank" rel="external nofollow">supported types</a>.<br />
	<strong>og:site_name</strong> -&nbsp;The site name as it should appear within the graph,&nbsp;e.g., &quot;TechWyse Internet Marketing&quot;<br />
	<strong>og:image </strong>- An image URL which should represent your object within the graph.<br />
	<strong>og:url </strong>- The URL of your object that will be used as its permanent ID in the graph, e.g., http://www.techwyse.com/blog/internet-marketing/this-week-in-internet-marketing-2011-02-22/</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left: 0in;"><span><a href="http://developers.facebook.com/docs/opengraph/"  target="_blank" rel="external nofollow">Check here</a> for more properties that can be used to optimize your Facebook &#39;Likes&#39;. If you are not technical enough to write meta tags,&nbsp;try using the <a href="http://developers.facebook.com/docs/reference/plugins/like/"  target="_blank" rel="external nofollow">meta tag generator</a> mentioned here in step 2. You can also ensure the meta tags are added correctly on your page with the&nbsp;<a href="http://developers.facebook.com/tools/lint"  target="_blank" rel="external nofollow">Facebook URL Linter</a> tool.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left: 0in;"><span>If you are using WordPress and want to enable the OGP and Facebook &#39;Like&#39; button, here is the <a href="http://wordpress.org/extend/plugins/wp-ogp/"  target="_blank" rel="external nofollow">plugin</a>.</p>
<p>	Hope this helps and if you have any questions feel free to post them here!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/social-media-marketing/using-open-graph-protocol-encourage-facebook-likes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Let Google Crawl Your Ajax Based Content</title>
		<link>http://www.techwyse.com/blog/search-engine-optimization/let-google-crawl-your-ajax-based-content/</link>
		<comments>http://www.techwyse.com/blog/search-engine-optimization/let-google-crawl-your-ajax-based-content/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 12:00:35 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=7185</guid>
		<description><![CDATA[Google continuously works to enhance their algorithm to index content around the web. Since the content that is delivered by Ajax doesn&#8217;t generate different pages (URLs), it is meant to be non-seo friendly. The issue with that is more and &#8230; <a href="http://www.techwyse.com/blog/search-engine-optimization/let-google-crawl-your-ajax-based-content/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="Let Google Crawl Your Ajax Based Content" class="imgright" height="160" src="http://www.techwyse.com/blog/wp-content/uploads/2010/11/google-crawl-ajax-content.jpg" title="google-crawl-ajax-content" width="250" />Google continuously works to enhance their algorithm to index content around the web. Since the content that is delivered by Ajax doesn&rsquo;t generate different pages (URLs), it is meant to be non-seo friendly. The issue with that is more and more of the best content is being generated by Ajax. Google now realizes this and has finally announced how you can <a href="http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html"  target="_blank" rel="external nofollow">index your Ajax content</a>.</p>
<h2>Slightly modify the URL fragments for AJAX pages</h2>
<p>Developers use &ldquo;hash&rdquo; tags (#) as a part of URLs in anchor texts to distinguish the content from the rest of the website. It&#39;s great for users, but search engine spiders usually cannot understand it. For Google to crawl your Ajax content, they require hash (#) and exclamation point (!) which is together named as &ldquo;Hashbang&rdquo;(#!). See how it is implemented in <a href="http://www.wyselabs.com/ajax-test/"  target="_blank" rel="external nofollow">example</a>.</p>
<p><span id="more-7185"></span></p>
<h2>Allow search engine crawlers to access these URLs by escaping the state</h2>
<p>To allow Google to index your Ajax content, you must use the hashbang in the URL, which will be interpreted by Google in a unique manner &#8211; they&#39;ll take everything after the hashbang, and pass it to the site as a URL parameter instead. The name they use for the parameter is: _escaped_fragment_</p>
<p>Google will then rewrite the URL, and request content from that static page. To show what the rewritten URLs look like, here are some examples:</p>
<p><a target="_blank" href="http://www.wyselabs.com/ajax-test/#!Kid"  rel="external nofollow">http://www.wyselabs.com/ajax-test/#!Kid</a></p>
<p>becomes</p>
<p><a target="_blank" href="http://www.wyselabs.com/ajax-test/?_escaped_fragment=Kid"  rel="external nofollow">http://www.wyselabs.com/ajax-test/?_escaped_fragment=Kid</a></p>
<p>Google will list the new URLs in SERP (without hash or hashbang).</p>
<p>We at TechWyse are always researching and testing new tools. We have successfully completed our Google Ajax index test! </p>
<p>	Below is the outcome to show how our Ajax content is crawlable. A single paged Ajax website has been indexed as four pages in Google.</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2010/11/clip_image0021.jpg" ><img alt="clip_image002" border="0" height="445" src="http://www.techwyse.com/blog/wp-content/uploads/2010/11/clip_image002_thumb1.jpg" style="border-width: 0px; display: inline;" title="clip_image002" width="569" /></a></p>
<p>As this concept is still in Beta, there are a few things to keep in mind before you decide to program your entire website in Ajax: </p>
<p>	1) Only the Google algorithm can understand and cache as different pages whereas other search engines currently do not.</p>
<p>2) The page load time is increased because of the Ajax scripts</p>
<p>3) Unique Meta tags cannot be implemented for the pages that contain Ajax content, so you will be losing weightage in many other search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/search-engine-optimization/let-google-crawl-your-ajax-based-content/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Learn How To Manage Your Soft 404 Pages</title>
		<link>http://www.techwyse.com/blog/search-engine-optimization/managing-soft-404s-using-gwt/</link>
		<comments>http://www.techwyse.com/blog/search-engine-optimization/managing-soft-404s-using-gwt/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 11:12:01 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=5929</guid>
		<description><![CDATA[Have you ever clicked on a link of a web page only to receive a message that the page doesn&#39;t exist?&#160; Well this is a 404 error or &#39;page not found&#39;.&#160; The tricky thing is that sometimes search engines aren&#39;t &#8230; <a href="http://www.techwyse.com/blog/search-engine-optimization/managing-soft-404s-using-gwt/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="Soft 404s – A detailed study!" class="imgright" height="157" src="http://www.techwyse.com/blog/wp-content/uploads/2010/06/soft-404.jpg" title="Soft 404s – A detailed study!" width="250" />Have you ever clicked on a link of a web page only to receive a message that the page doesn&#39;t exist?&nbsp; Well this is a 404 error or &#39;page not found&#39;.&nbsp; The tricky thing is that sometimes search engines aren&#39;t aware of a 404 and think its a real page.&nbsp; We call this a soft 404.&nbsp; Warning we are about to get real techie on you here!</p>
<p>	The &#39;404&#39; or &#39;Not Found&#39; error message is an HTTP standard response code indicating that the server could not find the file that was requested. Both 404 and soft 404 are indicating the same thing -&nbsp;that the requested file is not present on the web server. But a soft 404 will return the server status code of 200 (OK) which tells a search engine that the page exists. (which it doesn&#39;t) So obviously it is now necessary for us to learn how to&nbsp;tell search engines that soft 404 pages are actually&nbsp;404 pages (broken links) and should therefore not&nbsp;crawl them.</p>
<p>	&#39;Soft 404s&#39; in Google Webmaster tools is one of Google&#39;s latest updates.&nbsp; They give you more control over the robots that are&nbsp;crawling your web pages. Why is this important? Search engines are&nbsp;very concerned about the web page&rsquo;s server status code. If many of your web pages have a&nbsp;&ldquo;404&rdquo; set as server status code, your site will be considered low quality and will be pushed down in search engine rankings. Usually we try hard to find and fix the broken links that occur in a website. In some cases we may have a&nbsp;hard time in finding the broken links.<br />
	<span id="more-5929"></span></p>
<h2>Soft 404s &ndash; What Does This Mean?</h2>
<p>In short, broken links that are labeled as 200 (OK &ndash; server status code) by web servers are called soft 404s.</p>
<p>How can a web server report broken links as 200 (OK)? <br />
	Incorrect custom 404 page set up&nbsp;makes the&nbsp;web server&nbsp;report all the broken links (404) in your website as 200 (OK). </p>
<p>	<b>Correct Setup</b> &ndash; Error Document 404 /unknown-page.php (Relative path is used to define the custom 404 page) </p>
<p>	<b>Incorrect Setup</b> &ndash; Error Document 404 http://www.techwyse.com/unknown-page.php (Absolute path is used to define the custom 404 page)&nbsp;</p>
<p>	If you have&nbsp;an&nbsp;absolute path&nbsp;for your custom 404 page in error document set up it will make the&nbsp;web server report broken links as 200 (OK) server status code and not a proper&nbsp;404. Tools like Xenu or <a target="_blank" href="http://www.gpablo.com/"  rel="external nofollow">GPablo</a> (or other broken link check tools) will not be able to find the broken link if you have an absolute path in the error document set up.</p>
<p>In this case, you cannot identify the broken links present in your website. Search engines also will consider this as an existing page and crawl it. This may end up with a duplication penalty if the URL matches with any other pages in your website. </p>
<p>	Google has started showing these soft 404s in Google Webmaster tools.</p>
<p>	<img alt="" class="alignright size-full wp-image-5935" height="223" src="http://www.techwyse.com/blog/wp-content/uploads/2010/06/soft-404s-google-webmaster-tools.jpg" width="500" /></p>
<p>Technically Google should report only the pages that do not exist and have 200 (OK) server status code. But now&nbsp;Google Webmaster Tools&nbsp;is reporting some 404 pages in the soft 404&#39;s list which Google will have to correct.</p>
<h3>Following are the actions required against each of your soft 404s listed in Google webmaster tools for your website.</h3>
<p>1) Page contains the correct content and properly returns a 200 response &#8211; Not actually a soft 404 and no action required</p>
<p>2) Page returning 404 status response &#8211; Not actually a soft 404 and no action required</p>
<p>3) Page doesn&rsquo;t exist but returns a 200 response code &#8211; 301 redirect to a more accurate URL </p>
<p>	If you are sure about these conditions, your site is completely free from broken links. Search engine robots are always&nbsp;interested in crawling strong content driven web pages. Make sure to let them visit only your valid pages and not the unwanted ones.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/search-engine-optimization/managing-soft-404s-using-gwt/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Three Reasons To Use Regular Expressions in Google Analytics</title>
		<link>http://www.techwyse.com/blog/website-analytics/using-regular-expressions-in-google-analytics/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/using-regular-expressions-in-google-analytics/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:14:47 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=5105</guid>
		<description><![CDATA[A regular expression (affectionately called &#34;RegEx&#34;) is a string that many of us Google Analytics geeks use to describe or match a set of strings based on certain syntax rules. Google Analytics (GA) supports regular expressions so that users can &#8230; <a href="http://www.techwyse.com/blog/website-analytics/using-regular-expressions-in-google-analytics/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="RegEx in Google Analytics" class="imgright" height="149" src="http://www.techwyse.com/blog/wp-content/uploads/2010/03/regex-googleanalytics1.jpg" title="RegEx in Google Analytics" width="250" />A regular expression (affectionately called &quot;RegEx&quot;) is a string that many of us Google Analytics geeks use to describe or match a set of strings based on certain syntax rules. Google Analytics (GA) supports regular expressions so that users can create more powerful implementations.&nbsp;&nbsp;In this article&nbsp;I am going to discuss the three main usages of RegEx in Google Analytics.</p>
<h2>1. Creating Filters In Google Analytics</h2>
<p>Filters in GA are more advanced and is useful for getting some very refined reports. One of the&nbsp;most used filter application in GA is excluding IP addresses.&nbsp; This allows us&nbsp;to strip out the internal traffic from the GA report. Individual IP&#39;s can be excluded with predefined filters. By using custom filters we can block a range of dynamic IPs . This can be done by defining a proper RegEx format to get the entire IP series blocked.</p>
<p>	<span id="more-5105"></span></p>
<p>Are you not a RegEx geek? Not sure about the expressions of quantifiers &amp; repetitions? No worries. Google has a tool to automatically <u><a target="_blank" href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&amp;answer=55572" >generate the correct regular expression for your range of IP addresses</a></u>.</p>
<p>How will you make sure that you filtered out all internal IPs? Recently our very own GA wizard Jon has written a post on this titled &ldquo;<a href="http://www.techwyse.com/blog/website-analytics/advanced-ip-filtering-google-analytics/" >making sure specified RegEx format filters all internal IPs</a>&rdquo;.</p>
<h2>2. Setting up Goals in Google Analytics</h2>
<p>Goal set up is used&nbsp;to measure the number of conversions that a website is getting.&nbsp;&nbsp;Most&nbsp;conversions we use&nbsp;help us understand how many form leads are being received.&nbsp; To do this we need to choose a goal page which loads after the visitor completes the desired action. You may need to track many actions under one goal setup which have different goal pages.&nbsp;If that is the case the goal page should be defined in regular expression format so that Google Analytics will register goals when users complete all the desired actions which you want&nbsp;to be completed.</p>
<p>For example, the&nbsp;following are the pages that come after the desired actions.</p>
<p>/offer/signup.html <br />
	/offer1/signup.html <br />
	/offer2/signup.html <br />
	Exact regular expression will match all the above three goal pages is &ldquo;/.*/signup\.html&rdquo; or &ldquo;signup\.html$&rdquo;</p>
<h2>3. Filtering Data Within The Report Interface</h2>
<p>Most Internet marketers love getting the Google Analytics keyword report to see the search terms that visitors used to reach the website. While reporting to this client, we at TechWyse like to&nbsp;filter out brand name searches in the keyword report.</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2010/03/filterkeywords.jpg" ><img alt="filter-keywords" border="0" height="407" src="http://www.techwyse.com/blog/wp-content/uploads/2010/03/filterkeywords_thumb.jpg" style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" width="566" /></a> <br />
	This regular expression (tech\s?wyse) matches the following terms and strips them&nbsp;out from report.</p>
<p>&ldquo;techwyse, techwyse.com, tech wyse&rdquo;. This is an example and can be used in any Google Analytics report.</p>
<p>	And so this ends my session on using regular expressions in Google Analytics.&nbsp; I hope it helps!</p>
<p><!--Session data--><!--Session data--><!--Session data--><!--Session data--><!--Session data--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/using-regular-expressions-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Determining What Your Goals Are Using Google Website Optimizer</title>
		<link>http://www.techwyse.com/blog/website-conversion/determining-your-goals-using-google-website-optimizer/</link>
		<comments>http://www.techwyse.com/blog/website-conversion/determining-your-goals-using-google-website-optimizer/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 10:52:46 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Website Conversion]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=4550</guid>
		<description><![CDATA[Google Website Optimizer allows users to test different versions of site content. This allows you to&#160;determine what will best attract website visitors and lead them to convert to an end goal. A/B Testing and Multivariate Testing are the type of &#8230; <a href="http://www.techwyse.com/blog/website-conversion/determining-your-goals-using-google-website-optimizer/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="gwo-test" border="0" class="imgright" height="173" src="http://www.techwyse.com/blog/wp-content/uploads/2010/02/gwotest.jpg" width="240" /> Google Website Optimizer allows users to test different versions of site content. This allows you to&nbsp;determine what will best attract website visitors and lead them to convert to an end goal. A/B Testing and Multivariate Testing are the type of tests that help measure this in Google Website Optimizer. Using A/B Testing, the variation is built using a different page while the variation will be on the same page when using&nbsp;Multivariate Testing.</p>
<p>The variation should be created by varying an element from the original so that the optimizer test results can give the best option to proceed with. The changes that you perform should be completely focussed on taking the visitor to the conversion page. A variation that directly influences leading visitors to the conversion page will ensure 100% data accuracy in result.</p>
<p>I&#39;m not going to speak here about the set up process of Google Website Optimizer. For that you can refer DJ&#39;s earlier post for <a href="http://www.techwyse.com/blog/website-conversion/using-website-optimizer-to-improve-conversion/" >complete website optimizer&nbsp;test set up</a>.</p>
<p>The purpose of this article is to help you understand how to best determine your goals using Google Website Optimizer.</p>
<p><span id="more-4550"></span></p>
<h2>Figuring&nbsp;Out The Right Conversion Page?</h2>
<p>Irrespective of the test type, (A/B or multi variate)&nbsp;the result is always&nbsp;concluded with the number of conversions arriving from original and variation elements. Identifying the right conversion page is pivotal in GWO test implementation. If you are choosing the wrong conversion page, you may end up with finalizing a poor landing page as per the test result.</p>
<h3>Pick a High Volume Conversion Goal</h3>
<p>Some typical conversion goals include&nbsp;&quot;adding an item to a shopping cart&quot;, &quot;clicking product details page&quot;, &quot;thanks page&quot; etc.&nbsp;Beware that&nbsp;if you use a conversion goal that doesn&#39;t occur often, it will take much longer to find the most effective content. Also worth nothing that your conversion page doesn&rsquo;t have to be an actual website&nbsp;page, and can&nbsp;instead&nbsp;be an action such as &#39;clickable text&#39; or &#39;form submit button.&#39;</p>
<h3>Counting a Conversion When a Link is Clicked</h3>
<p>Conversions&nbsp;are counted when a simple html link is clicked. You will be able to count file downloads or leads sent to other sites without placing scripts on other sites. To do this, you have to add modified conversion code after your &lt;HEAD&gt; tag. Also the conversion link should be tagged with a script. You can tag multiple links on the page if you like, but Website Optimizer will not differentiate between them. A click on any of the tagged links will count as a conversion. Here is a guide to <a href="http://www.google.com/support/websiteoptimizer/bin/answer.py?hl=en&amp;answer=93181"  target="_blank">track conversion when a link is clicked</a>.</p>
<h3>Counting a Conversion When a Form is Submitted</h3>
<p>Filling&nbsp;out a contact form or news letter sign up can be set as a conversion. Modify the form code by adding a conversion script, so that it will trigger the conversion script when the &nbsp;forms &#39;on submit&#39; event is executed. In this case, your conversion page is the page with which the form exists, even if your form&#39;s action leads to another page. Here is the guide to <a href="http://www.google.com/support/websiteoptimizer/bin/answer.py?hl=en&amp;answer=93178"  target="_blank">track conversion when a form is submitted</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-conversion/determining-your-goals-using-google-website-optimizer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How Local Search Marketing Can Help Your Business</title>
		<link>http://www.techwyse.com/blog/internet-marketing/how-local-search-marketing-can-help-your-business/</link>
		<comments>http://www.techwyse.com/blog/internet-marketing/how-local-search-marketing-can-help-your-business/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 12:39:06 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://techwyse.com/blog/?p=3594</guid>
		<description><![CDATA[Local Search Marketing services are for businesses using the internet to target local marketing niches in localized regions. Moreso than other marketing types, geo-targeted local search engine marketing may generate more ROI for local business. Local search marketing for a &#8230; <a href="http://www.techwyse.com/blog/internet-marketing/how-local-search-marketing-can-help-your-business/"></a>]]></description>
			<content:encoded><![CDATA[<p><img class="imgright" border="0" alt="Towards a Better Understanding of Local Search Marketing" width="250" height="185" src="http://techwyse.com/blog/wp-content/uploads/2009/11/google-maps.jpg" />Local Search Marketing services are for businesses using the internet to target local marketing niches in localized regions. Moreso than other marketing types, geo-targeted local <a href="http://www.techwyse.com/internetmarketing.php" target="_blank" >search engine marketing</a> may generate more ROI for local business.</p>
<p>Local search marketing for a business can help in three ways.</p>
<ol>
<li>Increasing the online visibility where your geographic &nbsp;target market is searching from.</li>
<li>Search Engines will understand your business location and rank accordingly.</li>
<li>Local search marketing provides detailed business related information if added properly.</li>
</ol>
<h2>ccTLDs</h2>
<p>It&rsquo;s good to choose a&nbsp;<a href="http://en.wikipedia.org/wiki/Country_code_top-level_domain" target="_blank"  rel="external nofollow">ccTLD domain name</a> if you primarily deal only with&nbsp;local business.&nbsp;By having a local domain extension&nbsp;you can let Search Engines know your exact targeted business location. Local business directories will spend&nbsp;less time in recognizing the business location while approving your business request.</p>
<p><span id="more-3594"></span></p>
<h2>Geo Terms</h2>
<p>Using geo terms in the content of web pages can&nbsp;make your website more locale to search engines. Make sure to include the address in &lsquo;contact us&rsquo; page. Having your address in the contact us page increases the trust factor amongst your local audience and also helps search engines to understand your business location. Hey, did&nbsp;I mention <a href="http://www.techwyse.com/contactus.php" target="_blank" >TechWyse&nbsp;is based in Toronto</a>? <img src='http://www.techwyse.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Google Local</h2>
<p><a href="http://Google.com/LocalBusinessCenter  " target="_blank" >Google Local search</a> service uses Google Maps. Ownership can be verified in any of the three ways (postal, phone and sms) while registering the business in Google Local. Getting listed in Google Local will benefit you by getting targeted visitors to the website which increases the chances of conversion. Here is where you can add your business in <a href="http://www.google.com/local/add" target="_blank" >Google Local</a>.&nbsp; Google also recently launched a full suite of local business tools to help edit your profile and receive valuable analytical insights.&nbsp; Having a strong listing in Google Local is also a way of ensuring that your listing is at the top of the page without having to pay for a pay per click ad!</p>
<h2>Yahoo Local</h2>
<p><a href="http://local.yahoo.com/" target="_blank" >Yahoo Local search service</a> integrates yellow page-style listings, Yahoo maps, user reviews and content, and other elements of Yahoo&rsquo;s network. User reviews are included (when available) with each business listing that gets returned in a local search. You can add your business in <a href="http://listings.local.yahoo.com/csubmit/index.php" target="_blank" >Yahoo Local</a>&nbsp;here.</p>
<h2>Bing Local</h2>
<p><a href="http://www.bing.com/local/" target="_blank"  rel="external nofollow">Bing Local Search</a> begins with two text fields on its search form and adds extra links on the home page for functions like getting directions for the business results which will take you to Bing Maps. you can add your business in <a href="https://ssl.bing.com/listings/ListingCenter.aspx" target="_blank"  rel="external nofollow">Bing Local</a>&nbsp;here.</p>
<h2>Local Business Directories &amp; Yellow Pages</h2>
<p>Each country has many business directories and yellow pages where users are allowed to comment, rate and review the businesses. Local business will be accepted &amp; listed with contact information in business directories after the address verification. It&rsquo;s getting more important that&nbsp;business&nbsp;monitor the review/comment/rate area for your listing as it can help or hinder reputation.</p>
<p>If you are successful with all the aforesaid points, you can enjoy a fruitful result like below. In the below example you can continue to receive rankings near the top for people searching for services related to you in your area.&nbsp;After all, local business results is yet another way for people to find and convert to your product or service.</p>
<p><img border="0" alt="Google Maps View" width="570" height="411" src="http://techwyse.com/blog/wp-content/uploads/2009/11/google-serp.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/internet-marketing/how-local-search-marketing-can-help-your-business/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fixing Duplicate Content Using Parameter Handling in Webmaster Tools</title>
		<link>http://www.techwyse.com/blog/search-engine-optimization/fixing-duplicate-content-with-parameter-handling/</link>
		<comments>http://www.techwyse.com/blog/search-engine-optimization/fixing-duplicate-content-with-parameter-handling/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 20:24:18 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://techwyse.com/blog/?p=3384</guid>
		<description><![CDATA[A little while ago, the major search engines announced a solution for internal duplication issue named &#8220;Rel=canonical&#8221;. Google has now gone a step further in fixing the internal duplication issue within a website to make their indexing intact. As part &#8230; <a href="http://www.techwyse.com/blog/search-engine-optimization/fixing-duplicate-content-with-parameter-handling/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="Parameter Handling in Webmaster Tools To Fix Duplication Issue" border="0" class="imgright" height="224" src="http://techwyse.com/blog/wp-content/uploads/2009/10/google-duplicate-content.jpg" width="275" />A little while ago, the major search engines announced a solution for internal duplication issue named &ldquo;Rel=canonical&rdquo;. Google has now gone a step further in fixing the internal duplication issue within a website to make their indexing intact. As part of the efforts, Google has announced one more solution for internal duplication issue called &ldquo;Parameter Handling Tool&rdquo; in Google Webmaster Tools. Here is the <a href="http://googlewebmastercentral.blogspot.com/2009/10/new-parameter-handling-tool-helps-with.html"  target="_blank" rel="external nofollow">official announcement</a> from Google Webmaster Central Blog.</p>
<p>If you are not familiar with Duplication Issue, you can find the basic information in my earlier post &ldquo;<a href="http://techwyse.com/blog/search-engine-optimization/duplicate-content-problems-solutions-for-seo/"  target="_blank" rel="external nofollow">Duplicate Content Problems &amp; Solutions For SEO</a>.&rdquo; </p>
<p>	The parameter handling tool has been&nbsp;enabled by Google in webmaster tool accounts. The tools allows webmasters to have complete control of the Google robot to index our files. Some content management systems may produce different URLs for the same content based on how the user navigates around your website.</p>
<p><span id="more-3384"></span></p>
<h2>Here is an example how to use the Parameter Tool</h2>
<p>Primary URL: <span style="color: rgb(204, 51, 153);">http://www.example.com/product.php?item=swedish-fish </span></p>
<p>	If a user reached the same page via category &ldquo;gummy-candy&rdquo;, the CMS may produce the URL as:&nbsp;<span style="color: rgb(204, 51, 153);">http://www.example.com/product.php?item=swedish-fish&amp;category=gummy-candy <br />
	</span><em><br />
	</em>If a user reached the same page&nbsp;through a&nbsp;shopping cart page, the CMS may produce this as the&nbsp;URL: <span style="color: rgb(204, 51, 153);">http://www.example.com/product.php?item=swedish-fish&amp;trackingid=1234&amp;sessionid=5678 <em><br />
	</em></span><em><br />
	</em>The issue in the past is that search engines would look at this as&nbsp;three different pages&nbsp;but the content is the same.&nbsp;&nbsp;This may lead to penalty due to the same page&nbsp;content.&nbsp; With &quot;Parameter Handling&quot; in GWT (Google Webmaster Tools) setting, you can now provide suggestions to Google&rsquo;s crawler to ignore the URLs that contain parameters like category, trackingid, and sessionid. <br />
	Below is&nbsp;an image that illustrates how to enter the parameters which you want to be restricted from Google&#39;s Index.</p>
<p><a href="http://techwyse.com/blog/wp-content/uploads/2009/10/image2.png"  rel="external nofollow"><img alt="image" border="0" src="http://techwyse.com/blog/wp-content/uploads/2009/10/image-thumb1.png" style="border: 0px none ; display: inline; width: 574px; height: 378px;" /></a></p>
<p>This way of fixing duplication will not immediately reflect the indexing algorithm but it will be taken into account after Google&#39;s manual review. There is no harm in using both rel=canonical and parameter handling tool for fixing the&nbsp;duplication issue within the website. Rel=canonical works for all search engines whereas parameter handling tool works only in Google. You can choose the option that works the best for you although both if used simultaneously will help you to deal with duplication most effectively.</p>
<p>Yet another tip to keep your <a href="http://www.techwyse.com/search.php"  target="_blank">SEO</a> in good order!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/search-engine-optimization/fixing-duplicate-content-with-parameter-handling/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

