groups.google.nl analysis, site info, backlinks and seo


groups.google.nl

groups.google.nl - google discussiegroepen

groups.google.nl scores a 6,4 out of 10 on our optimalisation scale. This is a little above average. We have identified 25 keywords. This page seems optimized for the keyword 'google'

summary

This is the summary of our groups.google.nl analysis. Please check for detailed info under their tabs.

Site groups.google.nl (visit site)
Page Title google discussiegroepen
Keyword density account answer class com discussiegroepen domain een expires fri gmt google het maken meer mensen naar nieuwe nieuws no-cache overstappen path set-cookie wat width zoeken
SEO Summary 0% meta description relevance, 21% link relevance, 50% heading relevance, 334 page errors
Server info Location: Mountain View,United States

No backlinks were found for this domain or backlink search was skipped

>> View all backlinks !

Content & Html
Analyzed html, text, tags, links, headings, keywords and more
We found 334 html errors and warings !

>> Read More !

SEO score of groups.google.nl

6,4

>> Read More !

groups.google.nl server info

groups.google.nl server info

A good server setup can make a huge difference for website performance and may even enhance the ratings in the search engine results since page speed has become an issue.

Http request info

'HTTP response code 200
Download time 0,560366 seconds
Filesize 52966 bytes

Server headers

Server headers are the response the server sends before the actual content. A correct server setup can speed up a site and free up server resources. Make sure that all headers are set correct. For example dont cache dynamic content and dont close connections unless there is a good reason.

HTTP/1.1 302 Found
Pragma: no-cache The Pragma header is used to include implementation-specific directives that might apply to any recipient along the request/response chain. This header is deprecated, in favour of Cache-Control. The value is no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT The Expires header tells a browser when the requested file is to expire. If this is set in the futre the browser may cache the file. A common trick to ensure no caching of content is to set the expires date in the past. The value is the expires header is Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate The Cache-Control header is used to specify directives that must be obeyed by all caches along the request/response chain. Cache directives are unidirectional in that the presence of a directive in a request does not imply that the same directive is in effect in the response. The value is no-cache, must-revalidate
Location: https://groups.google.com/?hl=nl
Content-Type: text/html; charset=UTF-8 The Content-Type entity-header field indicates the media type of the entity-body sent to the recipient or, in the case of the HEAD method, the media type that would have been sent had the request been a GET. . The value is text/html; charset=UTF-8
Set-Cookie: PREF=ID=6f2f97530da8f8ab:TM=1337867795:LM=1337867795:S=CKh31jK9C4K2PI63; expires=Sat, 24-May-2014 13:56:35 GMT; path=/; domain=.google.nl A cookie, also known as a web cookie, browser cookie, and HTTP cookie, is a piece of text stored on a user's computer by their web browser. The set cookie header tells the browser to store this data in a text file. The cookie value is PREF=ID=6f2f97530da8f8ab:TM=1337867795:LM=1337867795:S=CKh31jK9C4K2PI63; expires=Sat, 24-May-2014 13:56:35 GMT; path=/; domain=.google.nl bytes
X-Content-Type-Options: nosniff
Date: Thu, 24 May 2012 13:56:35 GMT The Date header represents the time when the message was generated, regardless of caching that happened since. It is used by caches as input to expiration calculations, and to detect clock drift.
Server: GWS-GRFE/0.50 The Server header contains information about the software used by the origin server to handle the request. The server used here is GWS-GRFE/0.50
Content-Length: 229 The Content-Length header indicates the size of the body, in number of bytes. In responses to the HEAD method, it indicates the size of the body that would have been sent had the request been a GET. If Content-Length is incorrect, persistent connections will not work, and caches may not store the response (since they can't be sure if they have the whole response). The content length is 229 bytes
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN

Server location

Server location is important because a server that is located near the customer will serve pages faster then a server located far away

IP Adress 173.194.69.100
Country Code US
Country Code 3 USA
Country Name United States
Region CA
City Mountain View
Postal Code 94043
Metro Code 807
Area Code 650
groups.google.nl javascript

groups.google.nl javascript info

Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 2 external javascripts and 2 internal javascripts on groups.google.nl

Javascripts in the head of the page

The following js files were found on this page:

http://groups.google.nl/groups/static/release/g2_common-b6b28dd6fb643044072c6407fb2afa42.js
http://groups.google.nl/https://ssl.google-analytics.com/urchin.js

seo tip: put all javascript in one file r-domain advises to combine all javascript to one javascript. Javascripts normally are loaded before the page is displayed. Adding multiple javascript to your page can seriously slow down your website.

groups.google.nl inline javascript info

seo tip: avoid inline javascript Usually it makes sense to keep the amount of inline javascript to a minimun since this kind of javascript is not cachable. Usually the faster alternative is to put these snippets in an external script.

The following inline javascript snippets were found on this page:

<!--
document.write('<style type="text/css">.scripthide { display: none; } .scriptinline { display: inline; } .scriptblock { display: block; }');
//-->

<!--
if (document.getelementbyid)
document.write('<style type="text/css">.script12hide { display: none; } .script12inline { display: inline; } .script12block { display: block; } .lnav { position: absolute; } .lnavch { margin-left:23.0ex;}');
//-->

<!--
if (document.getelementbyid)
document.write('<style type="text/css">.script13hide { display: none; } .script13inline { display: inline; } .script13block { display: block; }');
//-->

<!--

// ----------------------------------
// used for dynamic function generation on event handlers

var loaddef = "";
var resizedef = "";

//-----------------------------------
// browser detection and support

var agt = navigator.useragent.tolowercase();
var is_opera = (agt.indexof("opera") != -1);
var is_ie = (agt.indexof("msie") != -1) && document.all && !is_opera;
var is_ie5 = (agt.indexof("msie 5") != -1) && document.all;
window.agt = agt;
window.is_opera = is_opera;
window.is_ie = is_ie;
window.is_ie5 = is_ie5;

// ----------------------------------
// cross-browser functions

var ie_all_cache = new object();
function ie_getelementbyid(id) {
if (ie_all_cache[id] == null) {
ie_all_cache[id] = document.all[id];
}
return ie_all_cache[id];
}

if (document.all) {
if (!document.getelementbyid) {
document.getelementbyid = ie_getelementbyid;
}
}



//----------------------------------
// timezone detection (sets cookie)

try {
document.cookie = 'gtz=' + (new date()).gettimezoneoffset() + ';path=/;expires=mon, 01-jan-2024 00:00:01 gmt';
} catch(e) {}


// ---------------------------------
// shelled functions for old javascript
function tog() {}

//-->

<!--

// ----------------------------------
// visibility functions

function tog() {
// tog: toggle the visibility of html elements (arguments[1..]) from none to
// arguments[0]. return what should be returned in a javascript onevent().
display = arguments[0];
for( var i=1; i<arguments.length; i++ ) {
var x = document.getelementbyid(arguments[i]);
if (!x) continue;
if (x.style.display == "none" || x.style.display == "") {
x.style.display = display;
} else {
x.style.display = "none";
}
}

var e = is_ie ? window.event : this;
if (e) {
if (is_ie) {
e.cancelbubble = true;
e.returnvalue = false;
return false;
} else {
return false;
}
}
}


_g2_initcurrentdomain('googlegroups.com',
false,
true);




//-->

<!--
(function(){try{var e=!0,i=!1;var aa=function(a,b,c,d){d=d||{};d._sn=["cfg",b,c].join(".");window.gbar.logger.ml(a,d)};var ba={g:1,i:2,$:3,b:4,t:5,n:6,u:7,v:8,da:9,s:10,m:11,z:12,r:13,w:14,q:15,p:16,ba:17,d:18,o:19,ca:20,aa:21,c:22,h:23,fa:24,ga:25,ea:26,f:27,k:28,a:29,o:30,z:31,v:32,w:33,k:34,l:35,y:36,x:37,u:38,j:500};var j=window.gbar=window.gbar||{},l=window.gbar.i=window.gbar.i||{};function _tvn(a,b){var c=parseint(a,10);return isnan(c)?b:c}function _tvf(a,b){var c=parsefloat(a);return isnan(c)?b:c}function _tvv(a){return!!a}function n(a,b,c){(c||j)[a]=b}j.bv={n:_tvn("2",0),r:"",f:".41.",m:_tvn("1",1)};var o=function(a){return function(){return j.bv.m==a}},ca=o(1),da=o(2);n("sb",ca);n("kn",da);l.a=_tvv;l.b=_tvf;l.c=_tvn;
l.i=aa;var p=window.gbar.i.i;var r=function(){},s=function(){},v=function(a){var b=new image,c=t;b.onerror=b.onload=b.onabort=function(){try{delete u[c]}catch(a){}};u[c]=b;b.src=a;t=c+1},u=[],t=0;n("logger",{il:s,ml:r});var w=window.gbar.logger;var ea=l.a("1"),y={},fa={},z=[],ga=function(a,b){z.push([a,b])},ha=function(a,b){y[a]=b},ia=function(a){return a in y},a={},b=function(a,b){a[a]||(a[a]=[]);a[a].push(b)},c=function(a){b("m",a)},d=function(a){var b=document.createelement("script");b.src=a;ea&&(b.async=e);(document.getelementbyid("xjsc")||document.body).appendchild(b)},g=function(a){for(var b=0,c;(c=z[b])&&!(c[0]==a);++b);c&&!c[1].l&&!c[1].s&&(c[1].s=e,e(2,a),c[1].url&&d(c[1].url),c[1].libs&&f&&f(c[1].libs))},
h=function(a){b("gc",a)},i=null,ja=function(a){i=a},e=function(a,b,c){if(i){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{i(a)}catch(g){}}};n("mdc",y);n("mdi",fa);n("bnc",z);n("qgc",h);n("qm",c);n("qd",a);n("lb",g);n("mcf",ha);n("bcf",ga);n("aq",b);n("mdd","");n("has",ia);n("trh",ja);n("tev",e);if(l.a("1")){var ka=l.a(""),la=function(a,b){b("gl",function(){j.dgl(a,b)});g("gl")},ma={},pa=function(a){for(var a=a.split(":"),b;(b=a.pop())&&ma[b];);return!b},f=function(a){function b(){for(var b=a.split(":"),d=0,g;g=b[d];++d)ma[g]=1;for(b=0;d=z[b];++b)d=d[1],(g=d.libs)&&!d.l&&d.i&&pa(g)&&d.i()}j.dgl(a,b)},j=window.___jsl={};j.h="m;/_/abc-static/_/js/gapi/__features__/rt=j/ver=ojdq3mbdcro.en./sv=1/am=!uchpbk-cnfmzrnlzsw/d=1";j.ms="https://apis.google.com";j.m="";j.l=[];z.push(["gl",{url:"//ssl.gstatic.com/gb/js/abc/glm_2572388ad06f10d8fe6ef9a09f798c5d.js"}]);
var sa={"export":"1",isplususer:ka};y.gl=sa;n("load",la,window.gapi);n("dgl",la);n("agl",pa)};var ta=l.b("0.01",1.0e-4),ua=0;
function _mltoken(a,b){try{if(1>ua){ua++;var c,d=a,g=b||{},f=encodeuricomponent,h=["//www.google.com/gen_204?atyp=i&zx=",(new date).gettime(),"&jexpid=",f("30315"),"&srcpg=",f("prop=3"),"&jsr=",math.round(1/ta),"&ogf=",j.bv.f,"&ogv=",f("1337744543.1337808325"),"&ogd=",f("com"),"&ogl=",f("nl")];g._sn&&(g._sn="og."+g._sn);for(var m in g)h.push("&"),h.push(f(m)),h.push("="),h.push(f(g[m]));h.push("&emsg=");h.push(f(d.name+":"+d.message));var k=h.join("");va(k)&&
(k=k.substr(0,2e3));c=k;var q=window.gbar.logger._aem(a,c);v(q)}}catch(x){}}var va=function(a){return 2e3<=a.length},wa=function(a,b){return b};function xa(a){r=a;n("_itl",va,w);n("_aem",wa,w);n("ml",r,w);a={};y.er=a}l.a("")?xa(function(a){throw a;}):l.a("1")&&math.random()<ta&&xa(_mltoken);var _e="left",l=function(a,b){var c=a.classname;k(a,b)||(a.classname+=(""!=c?" ":"")+b)},m=function(a,b){var c=a.classname,d=regexp("\\s?\\b"+b+"\\b");c&&c.match(d)&&(a.classname=c.replace(d,""))},k=function(a,b){var c=regexp("\\b"+b+"\\b"),d=a.classname;return!(!d||!d.match(c))};n("ca",l);n("cr",m);n("cc",k);var ya=["gb_71","gb_155"],n;function za(a){n=a}function aa(a){var b=n&&!a.href.match(/.*\/accounts\/clearsid[?]/)&&encodeuricomponent(n());b&&(a.href=a.href.replace(/([?&]continue=)[^&]*/,"$1"+b))}function ba(a){try{var b=(document.forms[0].q||"").value;b&&(a.href=a.href.replace(/([?&])q=[^&]*|$/,function(a,c){return(c||"&")+"q="+encodeuricomponent(b)}))}catch(c){p(c,"sb","pq")}}
var ca=function(){for(var a=[],b=0,c;c=ya[b];++b)(c=document.getelementbyid(c))&&a.push(c);return a},da=function(){var a=ca();return 0<a.length?a[0]:null},ea=function(){return document.getelementbyid("gb_70")},o={},r={},fa={},s={},t=void 0,ka=function(a,b){try{var c=document.getelementbyid("gb");l(c,"gbpdjs");u();ga(document.body)&&l(c,"gbrtl");if(b&&b.getattribute){var d=b.getattribute("aria-owns");if(d.length){var g=document.getelementbyid(d);if(g){var f=b.parentnode;if(t==d)t=void 0,m(f,"gbto");
else{if(t){var h=document.getelementbyid(t);if(h&&h.getattribute){var m=h.getattribute("aria-owner");if(m.length){var k=document.getelementbyid(m);k&&k.parentnode&&m(k.parentnode,"gbto")}}}ha(g)&&ia(g);t=d;l(f,"gbto")}}}}c(function(){j.tg(a,b,e)});ja(a)}catch(q){p(q,"sb","tg")}},la=function(a){c(function(){j.close(a)})},ga=function(a){var b,c="direction",d=document.defaultview;d&&d.getcomputedstyle?(a=d.getcomputedstyle(a,""))&&(b=a[c]):b=a.currentstyle?a.currentstyle[c]:a.style[c];return"rtl"==b},
na=function(a,b,c){if(a)try{var d=document.getelementbyid("gbd5");if(d){var g=d.firstchild,f=g.firstchild,h=document.createelement("li");h.classname=b+" gbmtc";h.id=c;a.classname="gbmt";h.appendchild(a);if(f.haschildnodes()){for(var c=[["gbkc"],["gbf","gbe","gbn"],["gbkp"],["gbnd"]],d=0,m=f.childnodes.length,g=i,k=-1,q=0,x;x=c[q];q++){for(var na=0,p;p=x[na];na++){for(;d<m&&k(f.childnodes[d],p);)d++;if(p==b){f.insertbefore(h,f.childnodes[d]||null);g=e;break}}if(g){if(d+1<f.childnodes.length){var oa=
f.childnodes[d+1];!k(oa.firstchild,"gbmh")&&!ma(oa,x)&&(k=d+1)}else if(0<=d-1){var qa=f.childnodes[d-1];!k(qa.firstchild,"gbmh")&&!ma(qa,x)&&(k=d)}break}0<d&&d+1<m&&d++}if(0<=k){var q=document.createelement("li"),ra=document.createelement("div");q.classname="gbmtc";ra.classname="gbmt gbmh";q.appendchild(ra);f.insertbefore(q,f.childnodes[k])}j.addhover&&j.addhover(a)}else f.appendchild(h)}}catch(ya){p(ya,"sb","al")}},ma=function(a,b){for(var c=b.length,d=0;d<c;d++)if(k(a,b[d]))return e;return i},oa=
function(a,b,c){na(a,b,c)},pa=function(a,b){na(a,"gbe",b)},qa=function(){c(function(){j.pcm&&j.pcm()})},ra=function(){c(function(){j.pca&&j.pca()})},sa=function(a,b,c,d,g,f,h,m,k,q){c(function(){j.paa&&j.paa(a,b,c,d,g,f,h,m,k,q)})},ta=function(a,b){o[a]||(o[a]=[]);o[a].push(b)},ua=function(a,b){r[a]||(r[a]=[]);r[a].push(b)},va=function(a,b){fa[a]=b},wa=function(a,b){s[a]||(s[a]=[]);s[a].push(b)},ja=function(a){a.preventdefault&&a.preventdefault();a.returnvalue=i;a.cancelbubble=e},v=null,ia=function(a,
b){u();if(a){w(a,"openen&hellip;");x(a,e);var c="undefined"!=typeof b?b:1e4,d=function(){xa(a)};v=window.settimeout(d,c)}},za=function(a){u();a&&(x(a,i),w(a,""))},xa=function(a){try{u();var b=a||document.getelementbyid(t);b&&(w(b,"deze service is momenteel niet beschikbaar.%1$sprobeer het later opnieuw.","%1$s"),x(b,e))}catch(c){p(c,"sb","sdhe")}},w=function(a,b,c){if(a&&b){var d=ha(a);if(d){if(c){d.innerhtml="";for(var b=b.split(c),c=0,g;g=b[c];c++){var f=document.createelement("div");f.innerhtml=g;d.appendchild(f)}}else d.innerhtml=
b;x(a,e)}}},x=function(a,b){var c=void 0!==b?b:e;c?l(a,"gbmsgo"):m(a,"gbmsgo")},ha=function(a){for(var b=0,c;c=a.childnodes[b];b++)if(k(c,"gbmsg"))return c},u=function(){v&&window.cleartimeout(v)},$a=function(a){var b="inner"+a,a="offset"+a;return window[b]?window[b]:document.documentelement&&document.documentelement[a]?document.documentelement[a]:0};n("so",da);n("sos",ca);n("si",ea);n("tg",ka);n("close",la);n("addlink",oa);n("addextralink",pa);n("pcm",qa);n("pca",ra);n("paa",sa);n("ddld",ia);
n("ddrd",za);n("dderr",xa);n("rtl",ga);n("bh",o);n("abh",ta);n("dh",r);n("adh",ua);n("ch",s);n("ach",wa);n("eh",fa);n("aeh",va);n("qs",ba);n("setcontinuecb",za);n("pc",aa);l.d=ja;l.j=$a;var ab={};y.base=ab;z.push(["m",{url:"//ssl.gstatic.com/gb/js/sem_83319e888f1db19344471451e3e90f25.js"}]);j.sg={c:""};if(l.a("1")){var bb=l.a("");z.push(["gc",{auto:bb,url:"//ssl.gstatic.com/gb/js/abc/gci_78c17c085d1740ee894d9fec9ece5033.js",libs:"googleapis.client:plusone"}]);var cb={version:"gci_78c17c085d1740ee894d9fec9ece5033.js",index:"",lang:"nl"};y.gc=cb;var y=function(a){window.googleapis&&window.iframes?a&&a():(a&&h(a),g("gc"))};n("lgc",y);l.a("1")&&n("lpwf",y)};window.__pvt="";if(l.a("1")&&l.a("1")){var z=function(a){y(function(){b("pw",a);g("pw")})};n("lpw",z);z.push(["pw",{url:"//ssl.gstatic.com/gb/js/abc/pwm_9f2309242efa34f253d8a3f7d8abb48c.js"}]);var db=[],eb=function(a){db[0]=a},fb=function(a,b){var c=b||{};c._sn="pw";r(a,c)},gb={signed:db,elog:fb,base:"https://plusone.google.com/u/0",loadtime:(new date).gettime()};y.pw=gb;var hb=function(a,b){for(var c=b.split("."),d=function(){var b=arguments;a(function(){for(var a=j,d=0,f=c.length-1;d<f;++d)a=a[c[d]];a[c[d]].apply(a,b)})},g=j,f=0,h=c.length-
1;f<h;++f)g=g[c[f]]=g[c[f]]||{};return g[c[f]]=d};hb(z,"pw.clk");hb(z,"pw.hvr");n("su",eb,j.pw)};var ib=l.b("0.01",1.0e-4),jb=l.b("0.1",1),kb=i,lb=i;if(l.a("1")){var mb=math.random();mb<=ib&&(kb=e);mb<=jb&&(lb=e)}var $=ba;
function nb(a,b){var c=ib,d=kb,g;g=34>=a?a<=$.w?a==$.u||a==$.v||a==$.z?i:e:a>=$.k&&a<=$.o?e:i:200<=a?e:i;g&&(c=jb,d=lb);if(d){d=encodeuricomponent;c=["//www.google.com/gen_204?atyp=i&zx=",(new date).gettime(),"&oge=",a,"&ogex=",d("30315"),"&ogf=",j.bv.f,"&ogp=",d("3"),"&ogsr=",math.round(1/c),"&ogv=",d("1337744543.1337808325"),"&ogd=",d("com"),"&ogl=",d("nl")];if(b){"ogw"in b&&(c.push("&ogw="+b.ogw),delete b.ogw);var f;g=b;var h=[];for(f in g)0!=h.length&&
h.push(","),h.push(f),h.push("."),h.push(g[f]);f=h.join("");""!=f&&(c.push("&ogad="),c.push(d(f)))}v(c.join(""))}}s=nb;n("il",s,w);var ob={};y.il=ob;var pb=function(a,b,c,d,g,f,h,m,k,q){c(function(){j.paa(a,b,c,d,g,f,h,m,k,q)})},qb=function(){c(function(){j.prm()})},rb=function(a){c(function(){j.spn(a)})},sb=function(a){c(function(){j.sps(a)})},tb=function(a){c(function(){j.spp(a)})},ub={"27":"//ssl.gstatic.com/gb/images/silhouette_24.png","27":"//ssl.gstatic.com/gb/images/silhouette_24.png","27":"//ssl.gstatic.com/gb/images/silhouette_24.png"},vb=function(a){return(a=ub[a])||"//ssl.gstatic.com/gb/images/silhouette_24.png"},
wb=function(){c(function(){j.spd()})};n("spn",rb);n("spp",tb);n("sps",sb);n("spd",wb);n("paa",pb);n("prm",qb);ta("gbd4",qb);
if(l.a("")){var xb={g:l.a(""),d:l.a(""),e:"",sanw:l.a(""),m:"",p:"//ssl.gstatic.com/gb/images/silhouette_96.png",xp:l.a("1"),mg:"%1$s (gedelegeerd)",md:"%1$s (standaard)",mh:"220",s:"1",pp:vb,ppl:l.a(""),ppa:l.a(""),ppm:"google+-pagina"};
y.prf=xb};function yb(){function a(){for(var b;(b=f[h++])&&!("m"==b[0]||b[1].auto););b&&(e(2,b[0]),b[1].url&&d(b[1].url),b[1].libs&&f&&f(b[1].libs));h<f.length&&settimeout(a,0)}function b(){0<g--?settimeout(b,0):a()}var c=l.a("1"),d=l.a(""),g=3,f=z,h=0,m=window.gbaronready;if(m)try{m()}catch(k){p(k,"ml","or")}d?n("ldb",a):c?window.addeventlistener?window.addeventlistener("load",b,i):window.attachevent("onload",b):b()}n("rdl",yb);}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
(function(){try{var a=window.gbar;a.mcf("pm",{p:""});}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
(function(){try{var a=window.gbar;a.mcf("mm",{s:"1"});}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
(function(){try{window.gbar.rdl();}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();

//-->

<!--
function ad_resize() {}
function if_resize() {}
function fin_resize() {}
function qs() {}
//-->

<!--
function if_resize(name, w, h) {
if (document.getelementbyid && document.getelementbyid(name)){
document.getelementbyid(name).style.height = h + "px";
document.getelementbyid(name).style.width = w + "px";
}
}
function ad_resize(w, h) {
if_resize("google_ads_frame",w,h);
}
function fin_resize(w, h) {
if_resize("google_finance_frame",w,h);
}

function qs(el) {
if (window.regexp && window.encodeuricomponent) {
var qe=encodeuricomponent(document.f.q.value);

if (qe == '') {
return 1;
}

if (el.href.indexof("q=")!=-1) {
el.href=el.href.replace(new regexp("q=[^&$]*"),"q="+qe);
} else {
el.href+="&q="+qe;
}
}
return 1;
}

//-->

<!--
function hidenewgroupsbutterbar() {
document.getelementbyid('new_groups_butterbar').style.display = 'none';

document.getelementbyid('new_groups_footer_bar').style.display = '';

document.dismiss_new_groups_butterbar_form.submit();
}
function hideswitchtonewgroupsdiv(new_groups_footer_link_el) {
document.getelementbyid(new_groups_footer_link_el).style.display = 'none';
}
function showswitchtonewgroupsdiv(new_groups_footer_link_el) {
document.getelementbyid(new_groups_footer_link_el).style.display = '';
}
function highlightnewgroupsspan(span_ptr) {
span_ptr.style.opacity = "1.0";
span_ptr.style.filter = "alpha(opacity=100)";
}
function dehighlightnewgroupsspan(span_ptr) {
span_ptr.style.opacity = "0.667";
span_ptr.style.filter = "alpha(opacity=67)";
}
function submitnewgroupsstatusform() {
document.new_groups_status_form.submit();
}
//-->

window.gbar&&gbar.eli&&gbar.eli()

window.gbar&&gbar.elp&&gbar.elp()

<!--
function ghp_togglewcyd(show_promo) {
var wcyd_promo = document.getelementbyid('wcyd_promo');
var show_wcyd_promo_link = document.getelementbyid('show_wcyd_promo_link');

if (show_promo) {
wcyd_promo.style.display = 'block';
show_wcyd_promo_link.style.display = 'none';
} else {
wcyd_promo.style.display = 'none';
show_wcyd_promo_link.style.display = 'inline';
}

uri = "";


if (show_promo) {
_sendserverrequest(uri + "?passive=1&wpc=1");
} else {
_sendserverrequest(uri + "?passive=1&wpc=2");
}

return false;
}
//-->

<!--
if (document.gs && !document.f) {
document.f = document.gs;
}
try {
document.f.q.focus();
} catch (ex) {}
//-->

<!--
if( loaddef != "" ) {
window.onload=new function( loaddef );
}
if( resizedef != "" ) {
window.onresize = new function( resizedef );
}
//-->

<!--

_uacct = "ua-1044941-1";

urchintracker("\x2f?hl=nl\x26");
//-->

groups.google.nl html

groups.google.nl html info

HTML stands for Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.

Html / text ratio

Try to keep your html as short as possible. Html only describes your content. There is no benefit in having a page with lots of html tags. A bloated page will slow down your site and harm user experience.

seo error: Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file The html ratio of this page is 18,47

Page Errors

Html errors at best slow down your website (since a browser has to guess at the meaning) and in worst case render your page unviewable. Therefor make shure there are no html errors on your page !

line 6 column 98 - Warning: unescaped & or unknown entity "&answer"
line 17 column 1 - Warning: missing <!DOCTYPE> declaration
line 17 column 1 - Warning: plain text isn't allowed in <head> elements
line 17 column 1 - Info: <head> previously mentioned
line 17 column 1 - Warning: inserting implicit <body>
line 17 column 1 - Warning: <!DOCTYPE> isn't allowed after elements
line 18 column 1 - Warning: discarding unexpected <html>
line 19 column 1 - Warning: <head> isn't allowed in <body> elements
line 17 column 1 - Info: <body> previously mentioned
line 20 column 3 - Warning: <meta> isn't allowed in <body> elements
line 17 column 1 - Info: <body> previously mentioned
line 20 column 3 - Warning: <meta> element not empty or not closed
line 21 column 3 - Warning: <link> isn't allowed in <body> elements
line 17 column 1 - Info: <body> previously mentioned
line 21 column 3 - Warning: <link> element not empty or not closed
line 22 column 3 - Warning: <title> isn't allowed in <body> elements
line 17 column 1 - Info: <body> previously mentioned
line 25 column 3 - Warning: <meta> isn't allowed in <body> elements
line 17 column 1 - Info: <body> previously mentioned
line 25 column 3 - Warning: <meta> element not empty or not closed
line 26 column 11 - Warning: <style> isn't allowed in <noscript> elements
line 26 column 1 - Info: <noscript> previously mentioned
line 30 column 145 - Warning: '<' + '/' + letter not allowed here
line 34 column 214 - Warning: '<' + '/' + letter not allowed here
line 38 column 153 - Warning: '<' + '/' + letter not allowed here
line 40 column 1 - Warning: <style> isn't allowed in <body> elements
line 17 column 1 - Info: <body> previously mentioned
line 163 column 3 - Warning: <style> isn't allowed in <body> elements
line 17 column 1 - Info: <body> previously mentioned
line 230 column 1 - Warning: <style> isn't allowed in <body> elements
line 17 column 1 - Info: <body> previously mentioned
line 244 column 1 - Warning: </head> isn't allowed in <body> elements
line 17 column 1 - Info: <body> previously mentioned
line 245 column 1 - Warning: discarding unexpected <body>
line 255 column 250 - Warning: unescaped & or unknown entity "&hl"
line 255 column 256 - Warning: unescaped & or unknown entity "&tab"
line 255 column 451 - Warning: unescaped & or unknown entity "&hl"
line 255 column 457 - Warning: unescaped & or unknown entity "&tab"
line 255 column 658 - Warning: unescaped & or unknown entity "&hl"
line 255 column 664 - Warning: unescaped & or unknown entity "&tab"
line 255 column 842 - Warning: unescaped & or unknown entity "&tab"
line 255 column 1033 - Warning: unescaped & or unknown entity "&tab"
line 255 column 1216 - Warning: unescaped & or unknown entity "&tab"
line 255 column 2285 - Warning: unescaped & or unknown entity "&hl"
line 255 column 2291 - Warning: unescaped & or unknown entity "&tab"
line 255 column 2584 - Warning: unescaped & or unknown entity "&hl"
line 255 column 2590 - Warning: unescaped & or unknown entity "&tab"
line 255 column 2741 - Warning: unescaped & or unknown entity "&hl"
line 255 column 2747 - Warning: unescaped & or unknown entity "&tab"
line 255 column 3014 - Warning: unescaped & or unknown entity "&tab"
line 255 column 3169 - Warning: unescaped & or unknown entity "&hl"
line 255 column 3175 - Warning: unescaped & or unknown entity "&tab"
line 255 column 3322 - Warning: unescaped & or unknown entity "&hl"
line 255 column 3328 - Warning: unescaped & or unknown entity "&tab"
line 255 column 3799 - Warning: unescaped & or unknown entity "&passive"
line 255 column 3815 - Warning: unescaped & or unknown entity "&continue"
line 255 column 3859 - Warning: unescaped & or unknown entity "&followup"
line 255 column 3903 - Warning: unescaped & or unknown entity "&hl"
line 256 column 3 - Warning: <div> attribute "/" lacks value
line 259 column 3 - Warning: missing </span> before <form>
line 262 column 1 - Warning: inserting implicit <span>
line 262 column 3 - Warning: <input> element not empty or not closed
line 263 column 3 - Warning: <input> element not empty or not closed
line 264 column 3 - Warning: <input> element not empty or not closed
line 267 column 3 - Warning: inserting implicit <span>
line 268 column 3 - Warning: missing </span> before <form>
line 270 column 1 - Warning: inserting implicit <span>
line 270 column 3 - Warning: <input> element not empty or not closed
line 271 column 3 - Warning: <input> element not empty or not closed
line 273 column 3 - Warning: inserting implicit <span>
line 290 column 27 - Warning: <img> element not empty or not closed
line 304 column 1 - Warning: <input> element not empty or not closed
line 305 column 3 - Warning: <input> element not empty or not closed
line 306 column 3 - Warning: <input> element not empty or not closed
line 305 column 60 - Warning: missing </font> before </td>
line 303 column 14 - Warning: missing </font> before </td>
line 309 column 58 - Warning: unescaped & or unknown entity "&q"
line 309 column 61 - Warning: unescaped & or unknown entity "&hl"
line 309 column 67 - Warning: unescaped & which should be written as &amp;
line 309 column 70 - Warning: <nobr> is not approved by W3C
line 309 column 126 - Warning: <br> element not empty or not closed
line 309 column 203 - Warning: unescaped & or unknown entity "&prev"
line 310 column 3 - Warning: discarding unexpected </td>
line 321 column 1 - Warning: <style> isn't allowed in <div> elements
line 256 column 3 - Info: <div> previously mentioned
line 359 column 3 - Warning: missing <td>
line 370 column 124 - Warning: unescaped & or unknown entity "&bc"
line 370 column 127 - Warning: unescaped & or unknown entity "&w"
line 370 column 131 - Warning: unescaped & or unknown entity "&h"
line 370 column 135 - Warning: unescaped & or unknown entity "&a"
line 370 column 228 - Warning: <img> element not empty or not closed
line 370 column 321 - Warning: unescaped & or unknown entity "&bc"
line 370 column 324 - Warning: unescaped & or unknown entity "&w"
line 370 column 328 - Warning: unescaped & or unknown entity "&h"
line 370 column 332 - Warning: unescaped & or unknown entity "&a"
line 374 column 124 - Warning: unescaped & or unknown entity "&bc"
line 374 column 127 - Warning: unescaped & or unknown entity "&w"
line 374 column 131 - Warning: unescaped & or unknown entity "&h"
line 374 column 135 - Warning: unescaped & or unknown entity "&a"
line 374 column 228 - Warning: <img> element not empty or not closed
line 374 column 321 - Warning: unescaped & or unknown entity "&bc"
line 374 column 324 - Warning: unescaped & or unknown entity "&w"
line 374 column 328 - Warning: unescaped & or unknown entity "&h"
line 374 column 332 - Warning: unescaped & or unknown entity "&a"
line 385 column 124 - Warning: unescaped & or unknown entity "&bc"
line 385 column 127 - Warning: unescaped & or unknown entity "&w"
line 385 column 131 - Warning: unescaped & or unknown entity "&h"
line 385 column 135 - Warning: unescaped & or unknown entity "&a"
line 385 column 228 - Warning: <img> element not empty or not closed
line 385 column 321 - Warning: unescaped & or unknown entity "&bc"
line 385 column 324 - Warning: unescaped & or unknown entity "&w"
line 385 column 328 - Warning: unescaped & or unknown entity "&h"
line 385 column 332 - Warning: unescaped & or unknown entity "&a"
line 389 column 124 - Warning: unescaped & or unknown entity "&bc"
line 389 column 127 - Warning: unescaped & or unknown entity "&w"
line 389 column 131 - Warning: unescaped & or unknown entity "&h"
line 389 column 135 - Warning: unescaped & or unknown entity "&a"
line 389 column 228 - Warning: <img> element not empty or not closed
line 389 column 321 - Warning: unescaped & or unknown entity "&bc"
line 389 column 324 - Warning: unescaped & or unknown entity "&w"
line 389 column 328 - Warning: unescaped & or unknown entity "&h"
line 389 column 332 - Warning: unescaped & or unknown entity "&a"
line 400 column 124 - Warning: unescaped & or unknown entity "&bc"
line 400 column 127 - Warning: unescaped & or unknown entity "&w"
line 400 column 131 - Warning: unescaped & or unknown entity "&h"
line 400 column 135 - Warning: unescaped & or unknown entity "&a"
line 400 column 228 - Warning: <img> element not empty or not closed
line 400 column 321 - Warning: unescaped & or unknown entity "&bc"
line 400 column 324 - Warning: unescaped & or unknown entity "&w"
line 400 column 328 - Warning: unescaped & or unknown entity "&h"
line 400 column 332 - Warning: unescaped & or unknown entity "&a"
line 404 column 124 - Warning: unescaped & or unknown entity "&bc"
line 404 column 127 - Warning: unescaped & or unknown entity "&w"
line 404 column 131 - Warning: unescaped & or unknown entity "&h"
line 404 column 135 - Warning: unescaped & or unknown entity "&a"
line 404 column 228 - Warning: <img> element not empty or not closed
line 404 column 321 - Warning: unescaped & or unknown entity "&bc"
line 404 column 324 - Warning: unescaped & or unknown entity "&w"
line 404 column 328 - Warning: unescaped & or unknown entity "&h"
line 404 column 332 - Warning: unescaped & or unknown entity "&a"
line 411 column 112 - Warning: <input> element not empty or not closed
line 411 column 152 - Warning: <input> element not empty or not closed
line 411 column 202 - Warning: <input> element not empty or not closed
line 415 column 3 - Warning: <br> element not empty or not closed
line 428 column 45 - Warning: unescaped & or unknown entity "&wpc"
line 440 column 3 - Warning: <input> element not empty or not closed
line 441 column 1 - Warning: <input> element not empty or not closed
line 444 column 27 - Warning: <input> element not empty or not closed
line 445 column 21 - Warning: <input> element not empty or not closed
line 454 column 47 - Warning: unescaped & or unknown entity "&lnk"
line 454 column 55 - Warning: unescaped & or unknown entity "&sel"
line 454 column 118 - Warning: <br> element not empty or not closed
line 456 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 456 column 71 - Warning: unescaped & or unknown entity "&hl"
line 456 column 77 - Warning: unescaped & or unknown entity "&sel"
line 456 column 97 - Warning: <img> element not empty or not closed
line 456 column 38 - Warning: missing </a> before </td>
line 457 column 94 - Warning: unescaped & or unknown entity "&lnk"
line 457 column 101 - Warning: unescaped & or unknown entity "&hl"
line 457 column 107 - Warning: unescaped & or unknown entity "&sel"
line 458 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 458 column 71 - Warning: unescaped & or unknown entity "&hl"
line 458 column 77 - Warning: unescaped & or unknown entity "&sel"
line 458 column 97 - Warning: <img> element not empty or not closed
line 459 column 88 - Warning: unescaped & or unknown entity "&lnk"
line 459 column 95 - Warning: unescaped & or unknown entity "&hl"
line 459 column 101 - Warning: unescaped & or unknown entity "&sel"
line 462 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 462 column 71 - Warning: unescaped & or unknown entity "&hl"
line 462 column 77 - Warning: unescaped & or unknown entity "&sel"
line 462 column 97 - Warning: <img> element not empty or not closed
line 462 column 38 - Warning: missing </a> before </td>
line 463 column 94 - Warning: unescaped & or unknown entity "&lnk"
line 463 column 101 - Warning: unescaped & or unknown entity "&hl"
line 463 column 107 - Warning: unescaped & or unknown entity "&sel"
line 464 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 464 column 71 - Warning: unescaped & or unknown entity "&hl"
line 464 column 77 - Warning: unescaped & or unknown entity "&sel"
line 464 column 97 - Warning: <img> element not empty or not closed
line 465 column 88 - Warning: unescaped & or unknown entity "&lnk"
line 465 column 95 - Warning: unescaped & or unknown entity "&hl"
line 465 column 101 - Warning: unescaped & or unknown entity "&sel"
line 468 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 468 column 71 - Warning: unescaped & or unknown entity "&hl"
line 468 column 77 - Warning: unescaped & or unknown entity "&sel"
line 468 column 97 - Warning: <img> element not empty or not closed
line 468 column 38 - Warning: missing </a> before </td>
line 469 column 94 - Warning: unescaped & or unknown entity "&lnk"
line 469 column 101 - Warning: unescaped & or unknown entity "&hl"
line 469 column 107 - Warning: unescaped & or unknown entity "&sel"
line 470 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 470 column 71 - Warning: unescaped & or unknown entity "&hl"
line 470 column 77 - Warning: unescaped & or unknown entity "&sel"
line 470 column 97 - Warning: <img> element not empty or not closed
line 471 column 88 - Warning: unescaped & or unknown entity "&lnk"
line 471 column 95 - Warning: unescaped & or unknown entity "&hl"
line 471 column 101 - Warning: unescaped & or unknown entity "&sel"
line 474 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 474 column 71 - Warning: unescaped & or unknown entity "&hl"
line 474 column 77 - Warning: unescaped & or unknown entity "&sel"
line 474 column 97 - Warning: <img> element not empty or not closed
line 474 column 38 - Warning: missing </a> before </td>
line 475 column 94 - Warning: unescaped & or unknown entity "&lnk"
line 475 column 101 - Warning: unescaped & or unknown entity "&hl"
line 475 column 107 - Warning: unescaped & or unknown entity "&sel"
line 476 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 476 column 71 - Warning: unescaped & or unknown entity "&hl"
line 476 column 77 - Warning: unescaped & or unknown entity "&sel"
line 476 column 97 - Warning: <img> element not empty or not closed
line 477 column 88 - Warning: unescaped & or unknown entity "&lnk"
line 477 column 95 - Warning: unescaped & or unknown entity "&hl"
line 477 column 101 - Warning: unescaped & or unknown entity "&sel"
line 480 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 480 column 71 - Warning: unescaped & or unknown entity "&hl"
line 480 column 77 - Warning: unescaped & or unknown entity "&sel"
line 480 column 97 - Warning: <img> element not empty or not closed
line 480 column 38 - Warning: missing </a> before </td>
line 481 column 94 - Warning: unescaped & or unknown entity "&lnk"
line 481 column 101 - Warning: unescaped & or unknown entity "&hl"
line 481 column 107 - Warning: unescaped & or unknown entity "&sel"
line 482 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 482 column 71 - Warning: unescaped & or unknown entity "&hl"
line 482 column 77 - Warning: unescaped & or unknown entity "&sel"
line 482 column 97 - Warning: <img> element not empty or not closed
line 483 column 88 - Warning: unescaped & or unknown entity "&lnk"
line 483 column 95 - Warning: unescaped & or unknown entity "&hl"
line 483 column 101 - Warning: unescaped & or unknown entity "&sel"
line 486 column 64 - Warning: unescaped & or unknown entity "&lnk"
line 486 column 71 - Warning: unescaped & or unknown entity "&hl"
line 486 column 77 - Warning: unescaped & or unknown entity "&sel"
line 486 column 97 - Warning: <img> element not empty or not closed
line 486 column 38 - Warning: missing </a> before </td>
line 487 column 94 - Warning: unescaped & or unknown entity "&lnk"
line 487 column 101 - Warning: unescaped & or unknown entity "&hl"
line 487 column 107 - Warning: unescaped & or unknown entity "&sel"
line 488 column 99 - Warning: unescaped & or unknown entity "&lnk"
line 488 column 106 - Warning: unescaped & or unknown entity "&hl"
line 497 column 3 - Warning: discarding unexpected </tr>
line 513 column 68 - Warning: unescaped & or unknown entity "&lnk"
line 523 column 1 - Warning: discarding unexpected </td>
line 523 column 6 - Warning: discarding unexpected </tr>
line 524 column 1 - Warning: discarding unexpected </table>
line 543 column 1 - Warning: discarding unexpected </td>
line 543 column 6 - Warning: discarding unexpected </tr>
line 544 column 1 - Warning: discarding unexpected </table>
line 545 column 1 - Warning: discarding unexpected </center>
line 256 column 3 - Warning: missing </div>
line 29 column 1 - Warning: <script> inserting "type" attribute
line 32 column 1 - Warning: <script> inserting "type" attribute
line 36 column 1 - Warning: <script> inserting "type" attribute
line 44 column 3 - Warning: <script> inserting "type" attribute
line 45 column 1 - Warning: <script> inserting "type" attribute
line 97 column 1 - Warning: <script> inserting "type" attribute
line 137 column 3 - Warning: <script> inserting "type" attribute
line 166 column 1 - Warning: <script> inserting "type" attribute
line 172 column 1 - Warning: <script> inserting "type" attribute
line 204 column 1 - Warning: <script> inserting "type" attribute
line 255 column 14 - Warning: <script> inserting "type" attribute
line 255 column 1658 - Warning: <a> proprietary attribute "aria-haspopup"
line 255 column 1658 - Warning: <a> proprietary attribute "aria-owns"
line 255 column 1913 - Warning: <div> proprietary attribute "aria-owner"
line 255 column 4130 - Warning: <a> proprietary attribute "aria-haspopup"
line 255 column 4130 - Warning: <a> proprietary attribute "aria-owns"
line 255 column 4361 - Warning: <div> proprietary attribute "aria-owner"
line 255 column 4590 - Warning: <script> inserting "type" attribute
line 258 column 3 - Warning: <div> proprietary attribute "width"
line 265 column 3 - Warning: <a> escaping malformed URI reference
line 268 column 3 - Warning: <span> proprietary attribute "align"
line 270 column 1 - Warning: <span> proprietary attribute "align"
line 273 column 3 - Warning: <span> proprietary attribute "align"
line 280 column 3 - Warning: <a> escaping malformed URI reference
line 286 column 11 - Warning: <table> lacks "summary" attribute
line 287 column 1 - Warning: <table> lacks "summary" attribute
line 294 column 3 - Warning: <table> lacks "summary" attribute
line 300 column 3 - Warning: <form> attribute value "GET" must be lower case for XHTML
line 301 column 3 - Warning: <table> lacks "summary" attribute
line 329 column 1 - Warning: <script> inserting "type" attribute
line 355 column 1 - Warning: <table> lacks "summary" attribute
line 357 column 1 - Warning: <table> lacks "summary" attribute
line 361 column 3 - Warning: <div> proprietary attribute "name"
line 362 column 3 - Warning: <table> lacks "summary" attribute
line 365 column 3 - Warning: <table> lacks "summary" attribute
line 368 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 370 column 8 - Warning: <table> lacks "summary" attribute
line 370 column 228 - Warning: <img> lacks "src" attribute
line 374 column 8 - Warning: <table> lacks "summary" attribute
line 374 column 228 - Warning: <img> lacks "src" attribute
line 383 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 385 column 8 - Warning: <table> lacks "summary" attribute
line 385 column 228 - Warning: <img> lacks "src" attribute
line 389 column 8 - Warning: <table> lacks "summary" attribute
line 389 column 228 - Warning: <img> lacks "src" attribute
line 398 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 400 column 8 - Warning: <table> lacks "summary" attribute
line 400 column 228 - Warning: <img> lacks "src" attribute
line 404 column 8 - Warning: <table> lacks "summary" attribute
line 404 column 228 - Warning: <img> lacks "src" attribute
line 411 column 55 - Warning: <form> attribute value "GET" must be lower case for XHTML
line 420 column 1 - Warning: <table> attribute "width" has invalid value "450px"
line 420 column 1 - Warning: <table> lacks "summary" attribute
line 423 column 3 - Warning: <table> lacks "summary" attribute
line 427 column 3 - Warning: <div> proprietary attribute "name"
line 439 column 3 - Warning: <form> attribute value "GET" must be lower case for XHTML
line 442 column 3 - Warning: <table> lacks "summary" attribute
line 453 column 3 - Warning: <table> lacks "summary" attribute
line 457 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 459 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 463 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 465 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 469 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 471 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 475 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 477 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 481 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 483 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 487 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 488 column 3 - Warning: <td> attribute "valign" has invalid value "center"
line 500 column 1 - Warning: <script> inserting "type" attribute
line 510 column 3 - Warning: <table> lacks "summary" attribute
line 511 column 3 - Warning: <tr> attribute "valign" has invalid value "center"
line 513 column 106 - Warning: <font> attribute "color" has invalid value "#333"
line 514 column 102 - Warning: <font> attribute "color" has invalid value "#333"
line 514 column 266 - Warning: <font> attribute "color" has invalid value "#333"
line 526 column 1 - Warning: <script> inserting "type" attribute
line 26 column 1 - Warning: trimming empty <noscript>
line 255 column 88 - Warning: trimming empty <span>
line 255 column 265 - Warning: trimming empty <span>
line 255 column 466 - Warning: trimming empty <span>
line 255 column 673 - Warning: trimming empty <span>
line 255 column 851 - Warning: trimming empty <span>
line 255 column 1042 - Warning: trimming empty <span>
line 255 column 1225 - Warning: trimming empty <span>
line 255 column 1404 - Warning: trimming empty <span>
line 255 column 1576 - Warning: trimming empty <span>
line 255 column 1790 - Warning: trimming empty <span>
line 255 column 1878 - Warning: trimming empty <span>
line 255 column 3664 - Warning: trimming empty <span>
line 255 column 3967 - Warning: trimming empty <span>
line 255 column 4087 - Warning: trimming empty <span>
line 255 column 4066 - Warning: trimming empty <li>
line 255 column 4278 - Warning: trimming empty <span>
line 267 column 3 - Warning: trimming empty <span>
line 268 column 3 - Warning: trimming empty <span>
line 273 column 3 - Warning: trimming empty <span>
line 273 column 3 - Warning: trimming empty <span>
line 282 column 3 - Warning: trimming empty <span>
Info: Document content looks like HTML Proprietary
334 warnings, 0 errors were found!

Repair broken html

r-domain lets you repair the broken html. Click on the button below to let r-domain fetch your page and show the repaired output. Copy the output to your site and test it there !

groups.google.nl content analysis

groups.google.nl content analysis

On this page the content of groups.google.nl is analyzed for internal coherence. In other words: r-domain checks if elements on the site (headings, meta tags, link anchor text etc) are in sync with the rest of the contents of the page. Any element on a page should reflect to some degree the main subject of the page.

If an elemts matches the most important content of the page is is displayed in green. If it does not match is is displayed in red

Domain

Site groups.google.nl
Domain length 16 characters
Domain relevance found the keyword google in domain name !

Head

The head element is a container for all the elements int he head of a page. Elements inside head can fort example include scripts, instruct the browser where to find style sheets, provide meta information. We analyzed the follwoing tags in the head section: <title>, <link>, <meta>,<script>, and <style>.

Page Title google discussiegroepen
Page Title relevance 100% match
google discussiegroepen
Meta Description no page description found (0 chars)
Meta Deascription relevance 0% match
No title found !
Meta Keywords no keywords found
Meta keyword relevance 0% match
No meta keywords found !
Meta text/html; charset=iso-8859-1
Meta save history

Content

Content is the most important thing on a website. Content can be indexed by seach engines. They provide most of a websites traffic. Tags such as headings (h1 .. h6), paragraphs (p) can be used to structure the text on the page. Tags as bold (b / strong) or italic (i / em) can be used the empasize important text. Images can be used to further explain or just to brighten up a page and can be describud using the alt tag. Links can be used to direct users to another page. All elements have in common that they use text and text can be indexed !

Keyword density account answer class com discussiegroepen domain een expires fri gmt google het maken meer mensen naar nieuwe nieuws no-cache overstappen path set-cookie wat width zoeken
Wordcount 248 words found on groups.google.nl
Links 43 links found on page containing the following anchor texts
zoeken, afbeeldingen, maps, play, youtube, nieuws, mail, documenten, meer, agenda, vertalen, google mobile, boeken, shopping, blogger, reader, foto's, video's, nog meer », aanmelden, help, overstappen naar het nieuwe google discussiegroepen , overstappen naar het nieuwe google discussiegroepen, geavanceerd zoeken in discussiegroepen, voorkeuren, wat is google discussiegroepen?, alle groepen in het nederlands weergeven..., computers, economie, gezondheid, kunst en entertainment, maatschappij en cultuur, mensen, middelbaar en hoger onderwijs, nieuws, recreatie, huis en tuin, wetenschap, bladeren in groepscategorieën..., discussiegroep maken, google startpagina, servicevoorwaarden, privacybeleid,
Link anchor relevance 21% match
zoeken afbeeldingen maps play youtube nieuws mail documenten meer agenda vertalen google mobile boeken shopping blogger reader foto's video's nog aanmelden help overstappen naar het nieuwe discussiegroepen geavanceerd voorkeuren wat alle groepen nederlands weergeven computers economie gezondheid kunst entertainment maatschappij cultuur mensen middelbaar hoger onderwijs recreatie huis tuin wetenschap bladeren groepscategorie discussiegroep maken startpagina servicevoorwaarden privacybeleid
Headings 1 headings found on page containing the following texts
account options,
Headings relevance 50% match
account options
Emphasis (bold and italic) 8 bold or italic tags found on page containing the following texts
online of via e-mail discussiëren, 1, 2, 3, , discussiegroepen verkennen, bladeren in groepscategorieën..., discussiegroep maken,
Bold and italic tag relevance 18% match
online via e-mail discussi ren discussiegroepen verkennen bladeren groepscategorie discussiegroep maken
Image alt tags 18 image alt tags found on page containing the following texts
ga naar de startpagina van google discussiegroepen, , , , , , , , , , , , , , , , , ,
Image alt tag relevance 60% match
naar startpagina van google discussiegroepen
groups.google.nl seo score

groups.google.nl seo score expained

Below are the scores we calculated for different parts of groups.google.nl.

If any score is below 100 optimalisation is possible. If any score is below 40 improving this score should be a priority. Not all scores are weighted equally in our final SEO score. More detailed information for any suggestion can be count under the tabs. Relatively unimportant optimalisation tips are not included in this summary.

  Item Score Factor Suggestion
seo approval: Far too many sites lack a page title. A page title is the first thing that shows in the search results so always use the title element. PageTitle 100 0,3 Far too many sites lack a page title. A page title is the first thing that shows in the search results so always use the title element.
seo approval: A title should reflect the contents of a site. This site has a 100 % match Title relevance 100 2,3 A title should reflect the contents of a site. This site has a 100 % match
seo error: Try to keep your title between 40 and 66 characters. Your title was 30 characters long Title Length 30 0,7 Try to keep your title between 40 and 66 characters. Your title was 30 characters long
seo error: A meta description is the second thing that shows in the search results so always use the meta description. Meta Description 0 0,2 A meta description is the second thing that shows in the search results so always use the meta description.
seo error: The meta description should be between 145 and 160 characters. This meta description was 1 characters long Meta Description Length 0 0,7 The meta description should be between 145 and 160 characters. This meta description was 1 characters long
seo error: Meta Description should reflect the contents of a site. This site has a 0 % match Meta description relevance 0 0,7 Meta Description should reflect the contents of a site. This site has a 0 % match
seo approval: Linking to internal pages makes pages easier to find for search engines. Try to keep the number of links on your page roughly below 100. There are  17 internal links on this page. Number of internal links 100 3,3 Linking to internal pages makes pages easier to find for search engines. Try to keep the number of links on your page roughly below 100. There are 17 internal links on this page.
seo approval: We found a folder structure in the links on your page. A good folder structure makes a site easier to navigate. We found 1 level 1 folders and 4 folders above or in the first level of navigation. Folder structure 100 1,4 We found a folder structure in the links on your page. A good folder structure makes a site easier to navigate. We found 1 level 1 folders and 4 folders above or in the first level of navigation.
seo approval: Headers should reflect the contents of a site. This site has a 50 % match Headings 90 1,6 Headers should reflect the contents of a site. This site has a 50 % match
seo tip: Link anchors should to some degree reflect the contents of a site. This site has a 21 % match Links 63 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 21 % match
seo approval: Image alt tags should to some degree reflect the contents of a site. This site has a 60 % match Image alt tags 100 0,5 Image alt tags should to some degree reflect the contents of a site. This site has a 60 % match
seo approval: Bold and italic tags should to some degree reflect the contents of a site. This site has a 18 % match Bold and italic 72 0,4 Bold and italic tags should to some degree reflect the contents of a site. This site has a 18 % match
seo error: Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file Html ratio 0 1,1 Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file
seo error: If this score is not 100 check the html very carefully. We found 334 errors and warnings Page errors 0 2 If this score is not 100 check the html very carefully. We found 334 errors and warnings
seo tip: An ideal page contains between 400 and 600 words.This page contains 249 words WordCount 65 1,1 An ideal page contains between 400 and 600 words.This page contains 249 words
groups.google.nl backlinks

Backlink analysis for groups.google.nl

Backlinks leading into a domain are of great important for the search engine results of a page. Each link from a website counts as a 'vote' for that websites. Links from trusted, related and high quality domains have more weight then other links.
Gathering links is often referred to as link building. If you do not have enought quility links to a domain you better start to build those links !

seo error: you have too few backlinks to your site There are currently 0 links leading into groups.google.nl There are a below average amount of backinks. Link building should be a priority for this site. Try to get links from hight quality websites to your site.

No backlinks were found for this domain or backlink search was skipped
www.google.com
zoeken - www.google.com/webhp?hl=nl&hl=nl&tab=gw
www.google.com
afbeeldingen - www.google.com/imghp?hl=nl&hl=nl&tab=gi
maps.google.com
maps - maps.google.com/maps?hl=nl&hl=nl&tab=gl
www.youtube.com
youtube - www.youtube.com/?hl=nl&tab=g1
news.google.com
nieuws - news.google.com/nwshp?hl=nl&tab=gn
www.google.com
meer - www.google.com/intl/nl/options/
translate.google.com
vertalen - translate.google.com/?hl=nl&hl=nl&tab=gt
www.google.com
google mobile - www.google.com/mobile/?tab=gd
books.google.com
boeken - books.google.com/bkshp?hl=nl&hl=nl&tab=gp
www.google.com
shopping - www.google.com/shopping?hl=nl&hl=nl&tab=gf
www.blogger.com
blogger - www.blogger.com/?tab=gj
www.google.com
reader - www.google.com/reader/?hl=nl&tab=gy
picasaweb.google.com
foto's - picasaweb.google.com/home?hl=nl&hl=nl&tab=gq
video.google.com
video's - video.google.com/?hl=nl&hl=nl&tab=gv
www.google.com
nog meer » - www.google.com/intl/nl/options/
www.google.com
voorkeuren - www.google.com/preferences?hl=nl&prev=groups.google.com%2f%3fhl%3dnl
www.google.com
google startpagina - www.google.com/webhp?hl=nl
groups.google.com
servicevoorwaarden - groups.google.com/intl/nl/googlegroups/terms_of_service3.html
groups.google.com
privacybeleid - groups.google.com/intl/nl/googlegroups/privacy3.html
groups.google.nl website navigation

groups.google.nl navigation and internal link structure

We have scanned groups.google.nl for internal links and found 17 links on this page. We found 1 base folders and 4 folders on this site. Easy to follow navigation helps your visitors navigate through your website efficiently and improves the website experience. It is even more important for seach engines while it helps them spider your website and find the most important content.

seo approval: good navigation We found an easy to follow navigation structure on groups.google.nl

Internal links found

Click on any of the links below to analyze that page

groups.google.nl/?hl=nl&wpc=1
groups
groups.google.nl/groups/dir?hl=nl&lnk=odl&sel=lang%3dnl
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46479
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46358
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46389
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46346
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46463
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46497
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46623
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46361
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46619
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46370
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl&sel=topic%3d46406
groups.google.nl/groups/dir?hl=nl&lnk=od&hl=nl
groups.google.nl/groups/create?hl=nl&lnk=gcf
groups.google.nl
groups.google.nl/support?hl=nl
groups.google.nl/advanced_search?hl=nl&q=&hl=nl&
groups.google.nl css

groups.google.nl stylesheet info

Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language.

Stylesheets in the head of the document

seo tip: use stylehseets No css files were found on this page.

groups.google.nl inline stylesheet info

seo approval: avoid inline css No inline css was detected on this page

refresh our seo analysis The current report is cached on Thu, 24 May 2012 15:56:35. Click here to refresh the results

Analyse your website !

Please enter your domain name