<?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>internet mix &#187; google</title>
	<atom:link href="http://blog.ninanet.com/tag/google/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ninanet.com</link>
	<description>where&#039;s the salt?</description>
	<lastBuildDate>Wed, 07 Dec 2011 01:19:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Site Speed: The new Google ranking factor</title>
		<link>http://blog.ninanet.com/2010/04/16/site-speed-ranking-factor-for-google</link>
		<comments>http://blog.ninanet.com/2010/04/16/site-speed-ranking-factor-for-google#comments</comments>
		<pubDate>Fri, 16 Apr 2010 13:43:14 +0000</pubDate>
		<dc:creator>nina</dc:creator>
				<category><![CDATA[business mix]]></category>
		<category><![CDATA[news mix]]></category>
		<category><![CDATA[tech mix]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[asynchronous tracking]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[deflate]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[ranking]]></category>
		<category><![CDATA[site speed]]></category>

		<guid isPermaLink="false">http://blog.ninanet.com/?p=677</guid>
		<description><![CDATA[
Although announced back in November of 2009 (Site Speed, Google’s Next Ranking Factor), it seems like this update has been overlooked by most webmasters, site owners and a lot of SEO-ers.
In a Webmaster Central Blog entry (Using site speed in web search ranking) dated Fri, Apr 9 2010, they finally made it official.
So give your [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.ninanet.com/wp-content/uploads/2010/04/google_sm.gif" alt="Google" title="Google" width="143" height="59" class="alignnone size-full wp-image-683" /><br />
Although announced back in November of 2009 (<a href=" http://searchengineland.com/site-speed-googles-next-ranking-factor-29793" target='swin'>Site Speed, Google’s Next Ranking Factor</a>), it seems like this update has been overlooked by most webmasters, site owners and a lot of SEO-ers.</p>
<p>In a Webmaster Central Blog entry (<a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" target='swin' rel='nofollow'>Using site speed in web search ranking</a>) dated Fri, Apr 9 2010, they finally made it official.</p>
<p>So give your pages a little overhaul and get them up to speed!</p>
<div style='clear:left'></div>
<p><span id="more-677"></span><br />
Following is a selection of tools and options you can use to increase your page&#8217;s speed:</p>
<div style='height:16px'></div>
<p><strong>Speed Testing:</strong></p>
<p>Download and install Google&#8217;s <a href="http://code.google.com/speed/page-speed/" target='swin' rel='nofollow'>Page Speed</a> tool for Firefox and run it to get an idea of what can be optimized.<br />
<img src="http://blog.ninanet.com/wp-content/uploads/2010/04/page_speed.jpg" alt="Page Speed" title="Page Speed" width="563" height="596" class="aligncenter size-full wp-image-700"  style='border:1px solid #cecece; margin:10px 0'/></p>
<div style='height:2px; clear:both;'></div>
<p>After:<br />
<img src="http://blog.ninanet.com/wp-content/uploads/2010/04/page_speed_after.jpg" alt="PageSpeed after optimization" title="PageSpeed after optimization" width="553" height="597" class="alignleft size-full wp-image-735"  style='border:1px solid #cecece; margin:10px 0' /></p>
<div style='height:2px; clear:both;'></div>
<p>Install the <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target='swin' rel='nofollow'>Web Developer</a> Add-On for Firefox and check the document size (Web Developer &gt; Information &gt; View Document Size):<br />
<img src="http://blog.ninanet.com/wp-content/uploads/2010/04/webdev-size.jpg" alt="WebDeveloper Document Size" title="WebDeveloper Document Size" width="436" height="231" class="alignleft size-full wp-image-728"  style='border:1px solid #cecece; margin:10px 0'/></p>
<div style='height:2px; clear:both;'></div>
<p>After:<br />
<img src="http://blog.ninanet.com/wp-content/uploads/2010/04/webdev-size-after.jpg" alt="WebDeveloper after optimization" title="WebDeveloper after optimization" width="426" height="240" class="alignleft size-full wp-image-736"  style='border:1px solid #cecece; margin:10px 0' /></p>
<div style='height:2px; clear:both;'></div>
<p>Or try Zoompf&#8217;s performance tester: <a href="http://zoompf.com/" target='swin' rel='nofollow'>http://zoompf.com</a>. It returns a long list of issues including solutions.</p>
<div style='height:16px'></div>
<p><strong>Compression:</strong><br />
Chances are all speed testing tools will tell you to enable (gzip) compression if you haven&#8217;t already done so.<br />
To check if your site currently has compression enabled, check out GIDNetwork&#8217;s web page compression / deflate / gzip test tool: <a href="http://www.gidnetwork.com/tools/gzip-test.php" target='swin' rel='nofollow'>http://www.gidnetwork.com/tools/gzip-test.php</a></p>
<p></p>
<p>To enable compression, you can either add a couple of directives to your .htaccess file, or add one single line of PHP to your page:</p>
<p>.htaccess:</p>
<pre>
&lt;Files *.htm&gt;
SetOutputFilter DEFLATE
&lt;/Files&gt;
</pre>
<p>This directive compresses all *.htm files.<br />
To add compression for other file types, simply add more file types to your .htaccess file:</p>
<pre>
&lt;Files *.css&gt;
SetOutputFilter DEFLATE
&lt;/Files&gt;
</pre>
<p>If you don&#8217;t have access to your .htaccess file or if your server doesn&#8217;t support <a href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html" target='swin' rel='nofollow'>mod_deflate</a>, add this line of PHP code to your page(s):</p>
<pre>
&lt;?
if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip'))
    ob_start("ob_gzhandler");
    else ob_start();
?&gt;
</pre>
<p>What it does is to check for the presence of &quot;Accept-encoding: gzip&quot; in the request header and returns a gzipped version of the requested file, otherwise it returns the regular (uncompressed) version.<br />
<em><small>(Note: We don&#8217;t have .NET or .ASP or IIS solutions. Please don&#8217;t ask.)</small></em></p>
<div style='height:16px'></div>
<p><strong>Deferred JavaScript Loading/Asynchronous Tracking:</strong><br />
If you are using Google Analytics, there is yet another little trick. Have you noticed the new &quot;<a href="http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html" target='swin' rel='nofollow'>Asynchronous Tracking</a>&quot; in your Analytics settings? Google announced it in December 2009 (<a href="http://googlecode.blogspot.com/2009/12/google-analytics-launches-asynchronous.html" target='swin' rel='nofollow'>Google Analytics Launches Asynchronous Tracking</a>), and you can find it under   Analytics Settings  &gt;  Profile Settings  &gt;  Tracking Code </p>
<p>Replace your existing Google Analytics code with the new code and it won&#8217;t delay rendering of the page, meaning you can put it in a higher spot in your page&#8217;s code.</p>
<div style='height:16px'></div>
<p>Tools (Firefox addons &#8211; require Firebug):<br />
YSlow: <a href="http://developer.yahoo.com/yslow/" target='swin' rel='nofollow'>http://developer.yahoo.com/yslow/</a><br />
PageSpeed: <a href="http://code.google.com/speed/page-speed/" target='swin' rel='nofollow'>http://code.google.com/speed/page-speed/</a><br />
Web Developer Add-on: <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target='swin' rel='nofollow'>https://addons.mozilla.org/en-US/firefox/addon/60</a> </p>
<div style='height:16px'></div>
<p>Online tools:<br />
Slowshow: <a href="http://www.showslow.com/" target='swin' rel='nofollow'>http://www.showslow.com/</a><br />
GIDNetwork: <a href="http://www.gidnetwork.com/tools/gzip-test.php" target='swin' rel='nofollow'>http://www.gidnetwork.com/tools/gzip-test.php</a><br />
Zoompf: <a href="http://zoompf.com/" target='swin' rel='nofollow'>http://zoompf.com/</a><br />
Webpagetest: <a href="http://www.webpagetest.org/test" target='swin' rel='nofollow'>http://www.webpagetest.org/test</a></p>
<div style="margin-top:20px;">
	<!--<div style="float:left;margin-right:10px;"><fb:send href="http%3A%2F%2Fblog.ninanet.com%2F2010%2F04%2F16%2Fsite-speed-ranking-factor-for-google" font=""></fb:send></div>-->
	<div style="float:left"><div id="fb-root"></div><div id="facebook_like2"> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <fb:like href=http%3A%2F%2Fblog.ninanet.com%2F2010%2F04%2F16%2Fsite-speed-ranking-factor-for-google show_faces="true" width="450" send="true"></fb:like></div></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ninanet.com/2010/04/16/site-speed-ranking-factor-for-google/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Search Engine Simulator</title>
		<link>http://blog.ninanet.com/2009/11/09/search-engine-simulator-1</link>
		<comments>http://blog.ninanet.com/2009/11/09/search-engine-simulator-1#comments</comments>
		<pubDate>Mon, 09 Nov 2009 11:40:00 +0000</pubDate>
		<dc:creator>Nina</dc:creator>
				<category><![CDATA[tech mix]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[spider]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Frames, Flash, JavaScript-generated navigation structures, most images — these and more are all being ignored by search engines.]]></description>
			<content:encoded><![CDATA[<p>Frames, Flash, JavaScript-generated navigation structures, most images — these and more are all being ignored by search engines.</p>
<p>That&#8217;s why we created this little tool to help you visualize and demonstrate how your site looks to crawlers, robots and other spider-based search engines. All they are interested in is text. If your content is embedded in an image or a flash animation, chances are most search engines are ignoring it.</p>
<p><a href="http://ninanet.com/sesimulator.php" target="extern">Try the Search Engine Simulator with your URL!</a></p>
<p><span id="more-19"></span><br />
Yes, we know, a while ago Google announced their robot is now able to crawl flash (<a href="http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html">http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html</a>).</p>
<p>Before all you flash developers get overly excited, let&#8217;s clarity something:<br />
Google cannot index the content of you little flash movie. There is no way to do that. What they say is this:<br />
&#8230;&#8221;We&#8217;ve improved our ability to index textual content in SWF files of all kinds.&#8221;&#8230;</p>
<p>It means they (partially) index parts that contain text, if there are any. The little sphere that&#8217;s hovering from left to right in front of the psychedelic-colored background will not get indexed. Sorry.</p>
<p>We also agree that you can do really nice things with JavaScript, but if the only way to access other pages is via a JavaScript-based drop-down or fly-out menu, chances are Google will only index this one page. Sorry again. Provide an alternate navigation &#8211; for your visitors as well as the search engines.</p>
<p>We created the tool with all the information available on how Google indexes pages.<br />
It reads (sorted by importance):<br />
- the page title<br />
- the META tags<br />
- the actual content (text)<br />
- links and the link description (text and images)<br />
- images (and the existence of the &#8220;alt&#8221; tag)<br />
- header (H1 &#8211; H6) tags</p>
<p>You can email the results to yourself (or someone else), the report will be attached to the email and saved on our server (so you can send someone the link to the report).</p>
<p><a href="http://ninanet.com/sesimulator.php">Try the Search Engine Simulator with your URL!</a></p>
<div style="margin-top:20px;">
	<!--<div style="float:left;margin-right:10px;"><fb:send href="http%3A%2F%2Fblog.ninanet.com%2F2009%2F11%2F09%2Fsearch-engine-simulator-1" font=""></fb:send></div>-->
	<div style="float:left"><div id="fb-root"></div><div id="facebook_like3"> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <fb:like href=http%3A%2F%2Fblog.ninanet.com%2F2009%2F11%2F09%2Fsearch-engine-simulator-1 show_faces="true" width="450" send="true"></fb:like></div></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ninanet.com/2009/11/09/search-engine-simulator-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Search 2.0 by Google</title>
		<link>http://blog.ninanet.com/2008/11/22/internet-search-2-0-by-google</link>
		<comments>http://blog.ninanet.com/2008/11/22/internet-search-2-0-by-google#comments</comments>
		<pubDate>Sat, 22 Nov 2008 09:06:36 +0000</pubDate>
		<dc:creator>Nina</dc:creator>
				<category><![CDATA[business mix]]></category>
		<category><![CDATA[news mix]]></category>
		<category><![CDATA[tech mix]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[searchwiki]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Google has done it again.
Once again they have re-invented internet search, and although the feature is too new to see trends (yet), my prediction is that it will become a raging success once people get the hang of it.
But it also means this:
While in the past search results were subject to the user&#8217;s scrutiny in [...]]]></description>
			<content:encoded><![CDATA[<p>Google has done it again.</p>
<p>Once again they have re-invented internet search, and although the feature is too new to see trends (yet), my prediction is that it will become a raging success once people get the hang of it.</p>
<p>But it also means this:<br />
While in the past search results were subject to the user&#8217;s scrutiny in a private setting, with no one else (but Google) knowing which search results a user deemed *worthy* visiting, re-visiting, or choosing as their solution provider, these choices now all of a sudden (can) become very public.</p>
<p><span id="more-17"></span><br />
Like anything else on the web one can comment on, from movies to cars, from new tech gadgets to retail stores, users can now directly comment not only on the quality of the search results in relation to their searches, but can practically leave ANY comment they want about a particular result (maybe regarding customer service, shipping times, anything-else-you-can-imagine) right then and there.</p>
<p>Meaning: one unhappy client or website visitor can right then and there insert a potentially derogatory comment about your business/service/website and thus prevent other users from even considering your site (the power of the written word on the internet).</p>
<p>I am not a fan of flame wars, neither am I known to leave negative comments about people/businesses/etc on the web (unless they really, really deserve it and even then I give them the benefit of the doubt &#8211; everybody can have a bad day); but I do read reviews and have based some of my decisions on the combined opinion of others.<br />
I am yet to find some kind of *defense mechanism* to rebut negative comments (ebay&#8217;s rating system comes to mind), but other than being able to give it a *thumbs down* and/or report it as inappropriate and have a Google team review it you&#8217;re stuck with it until they have done so.</p>
<p>Although (as of now) the *promote* button will promote a selected search result only for me (the user) personally, I am certain that Google will take these selections into account when calculating search result pages in the future, similar to the way they are already applying their proprietary quality score to landing pages. The more people *promote* a certain link, the higher it will eventually rank.</p>
<p>The most comprehensive compilation of the new feature can be found here: <a href="http://searchengineland.com/google-searchwiki-101-an-illustrated-guide-15580.php">Google SearchWiki 101: An Illustrated Guide</a></p>
<p>We better make sure we keep &#8216;em users really, really happy.</p>
<div style="margin-top:20px;">
	<!--<div style="float:left;margin-right:10px;"><fb:send href="http%3A%2F%2Fblog.ninanet.com%2F2008%2F11%2F22%2Finternet-search-2-0-by-google" font=""></fb:send></div>-->
	<div style="float:left"><div id="fb-root"></div><div id="facebook_like5"> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <fb:like href=http%3A%2F%2Fblog.ninanet.com%2F2008%2F11%2F22%2Finternet-search-2-0-by-google show_faces="true" width="450" send="true"></fb:like></div></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ninanet.com/2008/11/22/internet-search-2-0-by-google/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More Google AdWords Phishing Emails</title>
		<link>http://blog.ninanet.com/2008/11/08/more-google-adwords-phishing-emails</link>
		<comments>http://blog.ninanet.com/2008/11/08/more-google-adwords-phishing-emails#comments</comments>
		<pubDate>Fri, 07 Nov 2008 08:25:21 +0000</pubDate>
		<dc:creator>Nina</dc:creator>
				<category><![CDATA[tech mix]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[phishing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Meanwhile pretty much everybody should be aware of phishing emails and how to spot them &#8211; no matter if they refer to your bank accounts (almost daily I receive emails asking to update my account information with banks I haven&#8217;t even heard of), your Paypal account, your ebay account, and most recently even your domain [...]]]></description>
			<content:encoded><![CDATA[<p>Meanwhile pretty much everybody should be aware of phishing emails and <strong>how to spot them</strong> &#8211; no matter if they refer to your bank accounts (almost daily I receive emails asking to update my account information with banks <em>I haven&#8217;t even heard of</em>), your Paypal account, your ebay account, and most recently even your domain registrations with network solutions.</p>
<p>Nevertheless these emails keep coming, and users get trapped every day.</p>
<p>So here are the newest ones claiming to be from Google Adwords:<br />
<span id="more-16"></span><br />
<code><br />
Received: Fri 11/7/2008 1:31 AM<br />
From: Google AdWords [adwords@google.com]<br />
Subject: Google AdWords Alert<br />
Header: Return-Path: &lt;dex@bobpalin.com&gt;<br />
Delivered-To: [myemail]@ninanet.com<br />
Received: (qmail 41613 invoked from network); 7 Nov 2008 09:30:40 -0000<br />
X-Mail-Scanner: Scanned by qSheff 1.0-r3 (http://www.enderunix.org/qsheff/)<br />
Received: from unknown (HELO ?79.133.155.27?) (79.133.155.27)<br />
  by *my mail server* - 79.133.155.27 with SMTP; 7 Nov 2008 09:30:39 -0000<br />
Received: from [79.133.155.27] by mx1.mailhop.org; Fri, 7 Nov 2008 12:30:38 +0300<br />
From: "Google AdWords" &lt;adwords@google.com&gt;<br />
To: &lt;[myemail]@ninanet.com&gt;<br />
Subject: Google AdWords Alert<br />
Date: Fri, 7 Nov 2008 12:30:38 +0300<br />
MIME-Version: 1.0<br />
Content-Type: multipart/alternative;<br />
	boundary="----=_NextPart_000_0006_01C940D4.A3AC6B00"<br />
X-Mailer: Microsoft Office Outlook, Build 11.0.6353<br />
Thread-Index: Aca6Q86UB1OM0E8H8FEPGP29TW0WOA==<br />
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1437<br />
Message-ID: &lt;01c940d4$a3ac6b00$1b9b854f@dex&gt;<br />
</code></p>
<p>++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
Our system was unable to process a payment for your outstanding Google AdWords account balance using your primary credit card. For the time being, your account is still open, and your ads are still running. However, we require you to update the payment information in your AdWords account very soon in order to ensure continued ad serving. </p>
<p>Please update your credit card information in order to trigger our billing system to try processing your payment again. If you plan to use the same credit card(s), please use the &#8216;Retry Card&#8217; button on the Billing Preferences page of your account. Otherwise, please follow the steps below to update the information in your AdWords account. </p>
<p>1. Log in to your AdWords account at: http://adwords.google.com<br />
2. Click the &#8216;My Account&#8217; tab.<br />
3. Click &#8216;Billing Preferences&#8217; link.<br />
4. Click Edit next to the appropriate &#8216;Payment Details&#8217; section.<br />
5. Enter your new or updated payment information.<br />
6. Click &#8216;Save Changes&#8217; when you have finished. </p>
<p>In the future, you may wish to use a back up credit card in order to help ensure continuous delivery of your ads. You can add a back up credit card by visiting your Billing Preferences page or visit the AdWords Help Centre for more. </p>
<p>Tip: You can review the status of your billing on the Billing Summary page, under the &#8216;My Account&#8217; tab. If a payment has been declined, click &#8216;Payment Declined&#8217; beside the line item to review information for that particular payment. Once your payment has been processed successfully, you can view and print an invoice from your Billing Summary page. </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; This message was sent from a notification-only email address that does not accept incoming email. Please do not reply to this message. If you have any questions, please visit the Google AdWords Help Centre at https://adwords.google.com/support/?hl=en_GB to find answers to frequently asked questions and a &#8216;contact us&#8217; link near the bottom of the page. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- </p>
<p>Thank you for advertising with Google AdWords. We look forward to providing you with the most effective advertising available. </p>
<p>Sincerely, </p>
<p>The Google AdWords Team<br />
++++++++++++++++++++++++++++++++++++++++++++++++++++</p>
<p>This one was sent to all my email accounts as well as to all email accounts for a client.</p>
<p>First, if your payment for your Adwords account gets declined, <strong>your ads are NOT running</strong> <strong>if your account is in the US</strong>, Google suspends them immediately.<br />
If your account is in England, they might still be running, since they do not suspend them (see the real emails for Google at the end of this post).</p>
<p>Second, who is dex@bobpalin.com?<br />
And why would Google be using a mail server in Russia (79.133.155.27)?<br />
For those who are still not convinced, the link in the original (of course not plain text) email does not take you to your Adwords Login page, but here:<br />
<a href="http://adwords.google.com.session-28452946214953142525.38926930096145367630.sys56.ru">http://adwords.google.com.session-28452946214953142525.38926930096145367630.sys56.ru</a>.<br />
++++++++++++++++++++++++++++++++++++++++++++++++++++</p>
<div style="margin-top:20px;">
	<!--<div style="float:left;margin-right:10px;"><fb:send href="http%3A%2F%2Fblog.ninanet.com%2F2008%2F11%2F08%2Fmore-google-adwords-phishing-emails" font=""></fb:send></div>-->
	<div style="float:left"><div id="fb-root"></div><div id="facebook_like7"> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <fb:like href=http%3A%2F%2Fblog.ninanet.com%2F2008%2F11%2F08%2Fmore-google-adwords-phishing-emails show_faces="true" width="450" send="true"></fb:like></div></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ninanet.com/2008/11/08/more-google-adwords-phishing-emails/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamic Keyword Insertion Gone Wrong</title>
		<link>http://blog.ninanet.com/2008/08/06/dynamic-keyword-insertion-gone-wrong</link>
		<comments>http://blog.ninanet.com/2008/08/06/dynamic-keyword-insertion-gone-wrong#comments</comments>
		<pubDate>Wed, 06 Aug 2008 00:21:02 +0000</pubDate>
		<dc:creator>Nina</dc:creator>
				<category><![CDATA[business mix]]></category>
		<category><![CDATA[fun mix]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[DKI]]></category>
		<category><![CDATA[dynamic keyword insertion]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The best things usually happen when you least expect them.
Like today, when I&#8217;m innocently surfing and searching for servers.
Dynamic Keyword Insertion sure has its pitfalls:

Ooops.

	
	  ]]></description>
			<content:encoded><![CDATA[<p>The best things usually happen when you least expect them.<br />
Like today, when I&#8217;m innocently surfing and searching for servers.</p>
<p>Dynamic Keyword Insertion sure has its pitfalls:</p>
<div class="image_block"><img src="http://ninanet.com/blog/media/users/nina/dki-wrong.jpg" alt="DKI gone wrong" title="DKI gone wrong" width="600" height="215" /></div>
<p>Ooops.</p>
<div style="margin-top:20px;">
	<!--<div style="float:left;margin-right:10px;"><fb:send href="http%3A%2F%2Fblog.ninanet.com%2F2008%2F08%2F06%2Fdynamic-keyword-insertion-gone-wrong" font=""></fb:send></div>-->
	<div style="float:left"><div id="fb-root"></div><div id="facebook_like9"> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <fb:like href=http%3A%2F%2Fblog.ninanet.com%2F2008%2F08%2F06%2Fdynamic-keyword-insertion-gone-wrong show_faces="true" width="450" send="true"></fb:like></div></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ninanet.com/2008/08/06/dynamic-keyword-insertion-gone-wrong/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google AdWords Phishing Emails</title>
		<link>http://blog.ninanet.com/2008/08/04/google-adwords-phishing-emails</link>
		<comments>http://blog.ninanet.com/2008/08/04/google-adwords-phishing-emails#comments</comments>
		<pubDate>Mon, 04 Aug 2008 00:45:52 +0000</pubDate>
		<dc:creator>Nina</dc:creator>
				<category><![CDATA[business mix]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[phishing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This morning, I woke up to a frantic email forwarded to me from an AdWords client:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
From: Google AdWords [mailto:reactivation@google.com]
Sent: 26 June 2008 11:29
To: [Client Name]
Subject: Your ads have been suspended.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
Dear Advertiser,
We were unable to process your payment.
Your ads will be suspended soon unless we can process your payment.
To prevent your ads from being suspended, please [...]]]></description>
			<content:encoded><![CDATA[<p>This morning, I woke up to a frantic email forwarded to me from an AdWords client:</p>
<p>+++++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
From: Google AdWords [mailto:reactivation@google.com]<br />
Sent: 26 June 2008 11:29<br />
To: [Client Name]<br />
Subject: Your ads have been suspended.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Dear Advertiser,</p>
<p>We were unable to process your payment.<br />
Your ads will be suspended soon unless we can process your payment.<br />
To prevent your ads from being suspended, please update your payment<br />
information.</p>
<p><span id="more-5"></span><br />
Please sign in<br />
to your account at http://adwords.google.com/select/login<br />
and update your payment information.</p>
<p>We look forward to providing you with the most effective advertising available.<br />
Thank you for advertising with Google AdWords.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
The Google AdWords Team<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
+++++++++++++++++++++++++++++++++++++++++++++++++++++++</p>
<p>OK, now we just recently HAD a problem with one of this client&#8217;s credit cards (it had expired).<br />
And one of his accounts WAS due today.</p>
<p>Yet, the email didn&#8217;t LOOK right. Remind you, I had received an email only days earlier from Google because there really had been a problem.<br />
The original from Google however did include:<br />
Amount<br />
AdWords Account Number</p>
<p>None of these were in this email.<br />
As the account manager, we should have gotten an alert as well.<br />
But it is still early, and I haven&#8217;t even had coffee yet.</p>
<p>I am still trying to analyze the email, as another one comes in, from the client&#8217;s Marketing Manager:</p>
<p>+++++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
From: AdWords-NoReplay [mailto:adwords-noreply@google.com]<br />
Sent: 26 June 2008 15:28<br />
To: [Client Name]<br />
Subject: Please Update Your Billing Information.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Dear Advertiser,</p>
<p>We were unable to process your payment.<br />
Your ads will be suspended soon unless we can process your payment.<br />
To prevent your ads from being suspended, please update your payment information.</p>
<p>Please sign in<br />
to your account at http://adwords.google.com/select/login,<br />
and update your payment information.</p>
<p>We look forward to providing you with the most effective advertising available.<br />
Thank you for advertising with Google AdWords.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
The Google AdWords Team<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
+++++++++++++++++++++++++++++++++++++++++++++++++++++++</p>
<p>Now I&#8217;m awake.<br />
Check out the Return Address: AdWords-NoReplay</p>
<p>I hovered over the link in the email, and there it was:</p>
<p>http://www.adwords.google.com.lkpos.cn/select/Login</p>
<p>We get phishing emails every day, most of the time from organizations we are in no way affiliated with.<br />
But this was the first time we had received phishing attempts for one of our AdWord accounts.<br />
But something tells me it won&#8217;t be the last one.</p>
<div style="margin-top:20px;">
	<!--<div style="float:left;margin-right:10px;"><fb:send href="http%3A%2F%2Fblog.ninanet.com%2F2008%2F08%2F04%2Fgoogle-adwords-phishing-emails" font=""></fb:send></div>-->
	<div style="float:left"><div id="fb-root"></div><div id="facebook_like11"> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <fb:like href=http%3A%2F%2Fblog.ninanet.com%2F2008%2F08%2F04%2Fgoogle-adwords-phishing-emails show_faces="true" width="450" send="true"></fb:like></div></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ninanet.com/2008/08/04/google-adwords-phishing-emails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
