Forum Moderators: Robert Charlton & goodroi
My understanding of this was that it is actually implemented by browsers. Browsers don't send full referrer info when clicking from a http to an https site.
Clients SHOULD NOT include a Referer header field in a (non-secure) HTTP request if the referring page was transferred with a secure protocol.
I believe you can get full referrer info from Google by fully hosting your site on https.
Not as far as I know. Got a reference for that?
Wonder if switching the whole site to https might eliminate the "not provided"... mind racing now...
I just did a quick look at some stats for ENTRY pages on one of our sites that are secured that received organic traffic from google directly to the secured page and I could not find any "not provided" keywords
All you need is one https google referer.
i believe the reference to mobile search implies that these visitors are typically logged in while searching from mobile devices.
http://www.google.com/url?sa=t&rct=j&q=&source=web&cd=4
&ved=[hidden]&url=http%3A%2F%2Fexample.com%2F&ei=[hidden]&usg=[hidden]&bvm=[hidden] <script>
window.googleJavaScriptRedirect=1
</script>
<script>
var m = {
navigateTo: function(b,a,d) {
if (b!=a&&b.google) {
if (b.google.r) {
b.google.r=0;
b.location.href=d;
a.location.replace("about:blank");
}}
else {
a.location.replace(d);
}}};
m.navigateTo(
window.parent,
window,
"http://www.example.com/");
</script>
<noscript>
<META
http-equiv="refresh"
content="0;URL='http://www.example.com/'">
</noscript> [edited by: Robert_Charlton at 10:41 pm (utc) on Sep 23, 2013]
[edit reason] fixed sidescroll [/edit]
So is this it, did they just went 100% "keyword not provided"?
https://www.google.com/
GET / HTTP/1.1
Host: www.google.com
HTTP/1.1 200 OK
[google.com...]
sfa,shb,tbpr,hsm,pcc,csi/rt=j/ver=Foo5jL-bxec.en_US./am=AAI/d=1/sv=1/rs=AItRSTObnbIho8ud38zdeCxTRyRJwHuWiA
GET /xjs/_/js/s/sb,cr,cdos,tbui,mb,wobnm,cfm,abd,klc,kat,bihu,kp,lu,m,rtis,tnv,amcl,hv,lc,ob,r,rsn,sf,sfa,shb,tbpr,hsm,pcc,csi/rt=j/ver=Foo5jL-bxec.en_US./am=AAI/d=1/sv=1/rs=AItRSTObnbIho8ud38zdeCxTRyRJwHuWiA HTTP/1.1
Host: www.google.com
HTTP/1.1 200 OK
[google.com...]
GET /xjs/_/js/s/sy9,gf,sy145,vs/rt=j/ver=Foo5jL-bxec.en_US./am=AAI/d=0/sv=1/rs=AItRSTObnbIho8ud38zdeCxTRyRJwHuWiA HTTP/1.1
Host: www.google.com
HTTP/1.1 200 OK
[clients1.google.com...]
GET /generate_204 HTTP/1.1
Host: clients1.google.com
HTTP/1.1 204 No Content
https://www.google.com/csi?v=3&s=webhp&action=&e=17259,39523,4000116, {buncha stuff snipped here}
GET /csi?v=3&s=webhp&action=&e=17259,39523,4000116, {et cetera as above}
HTTP/1.1 204 No Content
[clients1.google.com...]
GET /complete/search?client=hp&hl=en&gs_rn=8&gs_ri=hp&cp=1&gs_id=8&q=i&gs_gbg=o065383l7REB9i616ux HTTP/1.1
Host: clients1.google.com
HTTP/1.1 200 OK
[clients1.google.com...]
&gs_id=n&q=in&gs_gbg=O072fRNPcefUpSUd2FaHg2FMHuBGB4C
GET /complete/search?client=hp&hl=en&gs_rn=8&gs_ri=hp&cp=2
&gs_id=n&q=in&gs_gbg=O072fRNPcefUpSUd2FaHg2FMHuBGB4C HTTP/1.1
Host: clients1.google.com
HTTP/1.1 200 OK
https://www.google.com/xjs/_/js/s/sy9,gf,wta,sy48,sy49,sy50,sy52,sy56,sy51,sy57,sy53 et cetera
https://clients1.google.com/generate_204
GET /generate_204 HTTP/1.1
Host: clients1.google.com
http:/ /www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CDwQFjAA&url={my page URL here}&ei=ZGZiUa4UioWIAtvLgMgK&usg=AFQjCNF2eEf6FMrTbAGRL4EE3gdljTOYPg
[edited by: Robert_Charlton at 6:39 am (utc) on Sep 24, 2013]
[edit reason] fixed sidescroll [/edit]