<?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>spdy Archives - ClickedyClick</title>
	<atom:link href="https://gergely.imreh.net/blog/tag/spdy/feed/" rel="self" type="application/rss+xml" />
	<link>https://gergely.imreh.net/blog/tag/spdy/</link>
	<description>Life in real, complex and digital.</description>
	<lastBuildDate>Tue, 28 May 2013 02:58:25 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Switched to SPDY and now Google&#8217;s confused</title>
		<link>https://gergely.imreh.net/blog/2013/05/switched-to-spdy-and-now-googles-confused/</link>
					<comments>https://gergely.imreh.net/blog/2013/05/switched-to-spdy-and-now-googles-confused/#comments</comments>
		
		<dc:creator><![CDATA[Gergely Imreh]]></dc:creator>
		<pubDate>Sun, 26 May 2013 13:44:48 +0000</pubDate>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[spdy]]></category>
		<category><![CDATA[webmaster]]></category>
		<guid isPermaLink="false">https://gergely.imreh.net/blog/?p=1393</guid>

					<description><![CDATA[<p>Recently switched my blog over to https/spdy, and google tells me that now I don't show up in search results, while other evidence shows that I do. What's going on?</p>
<p>The post <a href="https://gergely.imreh.net/blog/2013/05/switched-to-spdy-and-now-googles-confused/">Switched to SPDY and now Google&#8217;s confused</a> appeared first on <a href="https://gergely.imreh.net/blog">ClickedyClick</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Out of interest, I recently switched this site to <a title="SPDY on wikipedia" href="http://en.wikipedia.org/wiki/SPDY">SPDY</a>, party because I like to try out new things, and partly because I would want to make things be better and faster. So far it&#8217;s a mixed experience, with some puzzling changes, that I cannot make heads or tails of.</p>
<p>The first step for the switch was bringing everything onto HTTPS, which I have done with a <a title="StartSSL Free" href="http://www.startssl.com/?app=1">free SSL certificate</a> from StartSSL. Redirected everything from the HTTP to the secure connection, with the <a title="HTTP 301 Moved Permanently on Wikipedia" href="http://en.wikipedia.org/wiki/HTTP_301">301 http code</a> so I thought Google will be able to follow it well and replace the addresses in their index. Then enabled the <a title="SPDY module" href="http://nginx.org/en/docs/http/ngx_http_spdy_module.html">SPDY module</a> in Nginx, and <a title="SPDYcheck results of this site" href="http://spdycheck.org/#gergely.imreh.net">checking the result</a> looked like I was in business.</p>
<p>Some time has passed, and a scary graph started to manifest itself in Google Analytics:</p>
<figure id="attachment_1394" aria-describedby="caption-attachment-1394" style="width: 400px" class="wp-caption aligncenter"><a href="https://gergely.imreh.net/blog/wp-content/uploads/2013/05/impressions.png"><img decoding="async" class="size-medium wp-image-1394" alt="Google Analytics impression count, the site has changed around May 8." src="https://gergely.imreh.net/blog/wp-content/uploads/2013/05/impressions-400x73.png" width="400" height="73" /></a><figcaption id="caption-attachment-1394" class="wp-caption-text">Google Analytics impression count, the site has changed around May 8.</figcaption></figure>
<p>Right after I have made the changes, my impression count on Google dropped like a brick, now being exactly 0. That&#8217;s not really the change I wanted to see. Digging more into it, though, it looks like I still have a constant stream of visitors from Google Search:</p>
<figure id="attachment_1397" aria-describedby="caption-attachment-1397" style="width: 400px" class="wp-caption aligncenter"><a href="https://gergely.imreh.net/blog/wp-content/uploads/2013/05/fromsearch.png"><img decoding="async" class="size-medium wp-image-1397" alt="Visitor numbers from Google Search, same time interval as the impression count." src="https://gergely.imreh.net/blog/wp-content/uploads/2013/05/fromsearch-400x73.png" width="400" height="73" /></a><figcaption id="caption-attachment-1397" class="wp-caption-text">Visitor numbers from Google Search, same time interval as the impression count.</figcaption></figure>
<p>How can I have zero impressions, but still a half a dozen visitors from Search? The results in the Webmaster Tools mirror things: dropping impression count, no crawl errors, same or even better indexed count, and relatively good stats:</p>
<figure id="attachment_1398" aria-describedby="caption-attachment-1398" style="width: 273px" class="wp-caption aligncenter"><a href="https://gergely.imreh.net/blog/wp-content/uploads/2013/05/stats.png"><img fetchpriority="high" decoding="async" class="size-medium wp-image-1398" alt="Google Crawler stats, with a big spike when switched over HTTPS/SPDY when needed to reindex everything" src="https://gergely.imreh.net/blog/wp-content/uploads/2013/05/stats-273x400.png" width="273" height="400" /></a><figcaption id="caption-attachment-1398" class="wp-caption-text">Google Crawler stats, with a big spike when switched over HTTPS/SPDY when needed to reindex everything</figcaption></figure>
<p>The crawl seemed to have gotten a bit slower (the bottom plot of the three), but more consistent.</p>
<p>I wonder what could be the change, does the impression count depend on the method of access (http/https)? Or did I made some braking changes? If so, then why&#8217;s the conflicting information?</p>
<p>Being a scientist, my main concern is not actually the raw value of any visitor count, but understanding the reactions to my actions, and consistency of the &#8220;experimental results&#8221;.  I wonder what kind of technique I could use to debug all this?</p>
<p><strong>Update 2013/May/28: </strong></p>
<p>Following some recommendations from the comments, it looks like that the https:// version of my URL has to added to the Webmaster Tools separately. Now there&#8217;s a http://gergely.imreh.net and a https://gergely.imreh.net section as well. In the latter section, I can see that there are some impressions reported. Some weird things still exist: the sum of impressions from both is less than how many visitors I reportedly get from Google Search; the crawl stats is shared between the two sections (ie. the https version reports a lot of crawl stats even from the time there wasn&#8217;t https enabled), while most other data is separate for the two sections (e.g. impression, search queries, sitemaps). Still probably this is on the right path.</p>
<figure id="attachment_1406" aria-describedby="caption-attachment-1406" style="width: 400px" class="wp-caption aligncenter"><a href="https://gergely.imreh.net/blog/wp-content/uploads/2013/05/wmt_update.png"><img loading="lazy" decoding="async" class="size-medium wp-image-1406" alt="The impression count after adding a https version of my site's records to the Webmaster  Tools" src="https://gergely.imreh.net/blog/wp-content/uploads/2013/05/wmt_update-400x52.png" width="400" height="52" /></a><figcaption id="caption-attachment-1406" class="wp-caption-text">The impression count after adding a https version of my site&#8217;s records to the Webmaster Tools</figcaption></figure>
<p>After the Webmaster Tools changes, I have just switched the Google Analytics association from one WMT property to the other. Hopefully this will freak me out less, though it will likely take some days to see the changes in the result.</p>
<p>The post <a href="https://gergely.imreh.net/blog/2013/05/switched-to-spdy-and-now-googles-confused/">Switched to SPDY and now Google&#8217;s confused</a> appeared first on <a href="https://gergely.imreh.net/blog">ClickedyClick</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://gergely.imreh.net/blog/2013/05/switched-to-spdy-and-now-googles-confused/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 10/57 objects using APC
Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: gergely.imreh.net @ 2026-04-19 02:41:24 by W3 Total Cache
-->