www.chello.nl analysis, site info, backlinks and seo
www.chello.nl - upc live - upc nederland
Description: de mediagids voor internet en digitale tv. biedt informatie, internetsupport en -diensten, online entertainment en aanbiedingen voor producten van upc.
www.chello.nl scores a 4,2 out of 10 on our optimalisation scale. This is a little below average. We have identified 7 keywords. This page seems optimized for the keyword 'upc'
summary
This is the summary of our www.chello.nl analysis. Please check for detailed info under their tabs.
| Site | www.chello.nl (visit site) |
| Page Title | upc live - upc nederland |
| Keyword density | fri gmt home live may mijn upc |
| SEO Summary | 7% meta description relevance, 2% link relevance, 3% heading relevance, 51 page errors |
| Server info | Location: ,Netherlands |
No backlinks were found for this domain or backlink search was skipped
Content & Html
Analyzed html, text, tags, links, headings, keywords and more
We found 51 html errors and warings !
>> Read More !
SEO score of www.chello.nl
4,2
>> Read More !
www.chello.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
The following css files were found on www.chello.nl:
http://www.chello.nl/style/pc/upccore/nl/v3/live/master.css
http://www.chello.nl/style/pc/upccore/nl/v3/menu.css
http://www.chello.nl/style/pc/upccore/nl/v3/live/print.css
r-domain advises to combine all stylesheets to one compressed stylesheet. Adding multiple stylesheets to your page can seriously slow down your website. Compressing your stylehseet can speed up your page
www.chello.nl inline stylesheet info
No inline css was detected on this page
www.chello.nl navigation and internal link structure
We have scanned www.chello.nl for internal links and found links on this page. We found 0 base folders and 1 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.
We did not find an easy to follow navigation structure on www.chello.nl. Consider improving navigation on this page.
No internal links were found for this www.chello.nl. r-domain advises to create an easy to follow link structure.
www.chello.nl javascript info
Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 8 external javascripts and 8 internal javascripts on www.chello.nl
Javascripts in the head of the page
http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js
http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
http://www.chello.nl/javascript/pc/upccore/script/general/widgets/jquerytools-1.3.2.js
http://www.chello.nl/javascript/pc/upccore/script/jquery/1.3.2/noconflict.js
http://www.chello.nl/javascript/deployments/epg-js/current/epg-api-min.js
http://pagead2.googlesyndication.com/pagead/show_ads.js
http://a.ligatus.com/?ids=20468&t=js
http://www.chello.nl/tracking/69373.js
www.chello.nl inline javascript info
The following inline javascript snippets were found on this page:
<!--
window.settimeout(
function () {
if (document.getelementsbyname("q1") && document.getelementsbyname("q1").length != 0) {
document.getelementsbyname("q1")[0].focus();
}
}, 200);
var channellist = ["7j", "6s", "7g", "7k", "7l"];
$j(document).ready(function() {
$j("#browsable").scrollable({ size: 4 }).circular().autoscroll({interval: 3000, autoplay: true, step: 1});
});
//-->
window.settimeout(
function() {
var head = document.getelementsbytagname("head")[0];
var script = document.createelement("script");
script.type = "text/javascript";
script.src = "https://service.upc.nl/headerlink.php";
head.appendchild(script);
if (!window.upc) {
window.upc = {};
}
if (!window.upc.vars) {
window.upc.vars = {
loginstatus: 0,
locale: "nl_nl"
};
}
if (!window.upc.vars.loginstatus) {
window.upc.vars.loginstatus = 0;
}
(function statuscheck() {
var statustimeout = window.settimeout(function() {
var _loglink = document.getelementbyid("my_upc_default");
if (window.upc.vars.loginstatus == 0) {
_loglink.style.display = "block";
window.upc.vars.loginstatus = 3;
}
cleartimeout(statustimeout);
},20000)
})()
},
0
);
google_ad_client = 'ca-dbf-chello-nl'; // substitute the publisher's client_id
google_ad_format = "120x600_pas_abgc";
google_ad_width = "120";
google_ad_height = "600";
google_safe = "high";
google_image_size = "120x600";
google_ad_type = 'image,flash,html';
(function($) {
$('#epgdata').append("starting test...");
epgschedule.setparams({
baseurl: "http://tvgids.upc.nl",
basepath: "/scheduleapi/api/"
});
epgschedule.retrieveeventsnowandnext({
channelids: channellist,
params: {
optional: ["eventurl", "channellogo", "channelurl"]
},
onsuccess: function (data) {
var nowtemplate = '<tr class="nnitem"><td><a href="' + baseurl + '{channelurl}"><img src="{channellogo}" alt="{channelname}" /><td class="lbltime">{starttime}<td class="lbltitle" title="{programmetitle}"><a href="' + baseurl + '{eventurl}">{shorttitle}';
var nexttemplate = '<td class="lbltime">{starttime}<td class="lbltitle" title="{programmetitle}"><a href="' + baseurl + '{eventurl}">{shorttitle}';
var nowandnext = [];
var trunclength = 25;
$.each(data, function (index, eventcollection) {
var entries = [];
eventcollection.each(function (event, id) {
var programme = event.getprogramme();
var channel = event.getchannel();
var start = event.getstartdatetime();
var end = event.getenddatetime();
var shortt = "";
if (programme.gettitle().length > trunclength){
shortt = programme.gettitle().substring(0,trunclength-2) + "...";
} else {
shortt = programme.gettitle();
}
var currententry = {
programmetitle: programme.gettitle(),
shorttitle: shortt,
channelname: channel.getname(),
channelurl: channel.geturl(),
eventurl: event.getgridurl(),
channellogo: event.getchannel()._attr.logoimg,
start: start,
end: end,
starttime: pad(start.gethours()) + ":" + pad(start.getminutes()),
endtime: pad(end.gethours()) + ":" + pad(end.getminutes())
};
if (entries.length === 0 || (entries[0].start <= currententry.start)) {
entries.push(currententry);
} else {
entries.unshift(currententry);
}
});
nowandnext.push(supplant(nowtemplate, entries.shift()));
nowandnext.push(supplant(nexttemplate, entries.shift()));
});
$("#epgdata").append("<table id='nowandnextpromo'><thead><tr><th class='fixedwidth'><th class='fixedwidth'><th class='colnow'>nu<th class='fixedwidth'><th class='colnext'>straks<tbody>" + nowandnext.join("") + "");
},
onfailure: function () {
}
});
function pad(number) {
return (!isnan(number) && number < 10)
? "0" + number
: number;
}
function supplant(template, data) {
return template.replace(/{([^{}]*)}/g,
function (a, b) {
return data[b] === void 0 ? "" : data[b];
});
}
})(jquery);
/* <![cdata[ */
var tgdefaultwhomsg = "naam (bijv. smit)";
var tgdefaultwhatmsg = "bedrijf (bijv. garage)";
var tgdefaultwheremsg = "plaats (bijv. leiden)";
var tgwhoid = "?edsacid=w-872-31-2";
var tgwhatid = "?edsacid=w-872-31-3";
function setupphonesearch() {
var tgwhovalue = $("wie").value;
event.observe ($("waar"), "blur", function(e) {
if ($("waar").value == "") {
$("waar").value = tgdefaultwheremsg;
}
});
event.observe ($("wie"), "blur", function(e) {
if ($("wie").value == "") {
if ($("selecttype_what").checked) {
$("wie").value = tgdefaultwhatmsg;
} else {
$("wie").value = tgdefaultwhomsg;
}
}
});
event.observe ($("tg_choice"), "click", function(e) {
if ($("selecttype_what").checked) {
$("wie").value = tgdefaultwhatmsg;
} else {
$("wie").value = tgdefaultwhomsg;
}
if ($("waar").value == "") {
$("waar").value = tgdefaultwheremsg;
}
});
event.observe ($("tg_inputs"), "click", function(e) {
if (event.element(e).id == 'wie') {
$("wie").value = "";
if ($("waar").value == "") {
$("waar").value = tgdefaultwheremsg;
}
} else if (event.element(e).id == 'waar') {
$("waar").value = "";
if ($("wie").value == "") {
if ($("selecttype_what").checked) {
$("wie").value = tgdefaultwhatmsg;
} else {
$("wie").value = tgdefaultwhomsg;
}
}
}
});
event.observe ($("tg_search"), "click", validatephonesearch);
}
function validatephonesearch(e) {
var tgchoice = "tg";
var tgid = null;
var tgwhovalue = $("wie").value;
var tgwherevalue = $("waar").value;
var tgw = null;
var tgurl = "http://www.detelefoongids.nl/";
if (tgwhovalue.length < 2 || tgwhovalue == tgdefaultwhomsg || tgwhovalue == tgdefaultwhatmsg) {
alert("je dient minimaal 2 karakters in te vullen.");
event.stop(e);
return false;
}
if (tgwherevalue.length < 2 || tgwherevalue == tgdefaultwheremsg) {
alert("je hebt geen plaats of regio ingevuld.");
event.stop(e);
return false;
}
if ($("selecttype_what").checked) {
tgchoice = "bg";
tgid = tgwhatid;
} else {
tgid = tgwhoid;
}
tgw = window.open(
"http://www.detelefoongids.nl/" + tgchoice +
"/plaats-" + tgwherevalue +
"/w-" + tgwhovalue +
"/1/" + tgid,
"",""
);
tgw.focus();
event.stop(e);
return false;
}
event.observe(window, "load", setupphonesearch);
/* ]]> */
var si_ensv9fgc1thn4om_ed='';
var si_ensv9fgc1thn4om_url='https://siteintercept.qualtrics.com/wrsiteinterceptengine/?q_siid=si_ensv9fgc1thn4om' + si_ensv9fgc1thn4om_ed;
var si_ensv9fgc1thn4om_samplerate=100;
var q_si_f = function(){if (math.random() >= si_ensv9fgc1thn4om_samplerate/100)return; var s=document.createelement('script');s.type='text/javascript';s.src=si_ensv9fgc1thn4om_url+'&q_loc='+encodeuricomponent(window.location.href);if(document.body)document.body.appendchild(s);};try{if (window.addeventlistener){window.addeventlistener('load',q_si_f,false);}else if (window.attachevent){r=window.attachevent('onload',q_si_f);}else {}}catch(e){}
www.chello.nl content analysis
On this page the content of www.chello.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 | www.chello.nl |
| Domain length | 13 characters |
| Domain relevance | No important keywords were found in the 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 | upc live - upc nederland |
| Page Title relevance |
67% match upc live nederland |
| Meta Description | de mediagids voor internet en digitale tv. biedt informatie, internetsupport en -diensten, online entertainment en aanbiedingen voor producten van upc. (151 chars) |
| Meta Deascription relevance |
7% match mediagids voor internet digitale biedt informatie internetsupport -diensten online entertainment aanbiedingen producten van upc |
| Meta Keywords | tv, media, upc, internet, film, entertainment, tv tips, trailers, games |
| Meta keyword relevance |
13% match media upc internet film entertainment tips trailers games |
| Meta | text/html; charset=utf-8 |
| Meta page-id | 20962773 |
| Meta channel-id | 69373 |
| Meta parent-channel-id | n/a |
| Meta interest-area | 0 |
| Meta page-type | 0 |
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 | fri gmt home live may mijn upc |
| Wordcount | 54 words found on www.chello.nl |
| Links |
116 links found on page containing the following anchor texts webmail, home, televisie, internet, telefonie, pakketten, upc live, klantenservice, home, upc live, business, over upc, mijn upc - inloggen, mijn upc, uitloggen, upc live , tv en film , nieuws en informatie , sport , computer en internet , fun en games , foto , 'het hele beleid van wilders gesloopt' , lees verder , hoge raad geeft chipshol gelijk in zaak lvnl , basisbeurs voor masterstudenten blijft , 40.000 handtekeningen voor petitie van der g. , tros blijft zich inzetten voor songfestival , gratis gekoeld water op pinkpop , tv tips, van der vorst zie.. 22.30 rtl 4 , 24 uur met… 20.25 nederland 3 , vermist 20.30 nederland 1 , tv-gids, entertainmentnieuws, gijs scholten van aschat in horrorfilm , ruim 2 miljoen kijkers joan op songfestival , thom hoffman in nieuwe dramaserie van sbs6 , joan franka uitgeschakeld op songfestival , vaste rol jelka van houten in britse serie , games, opmerkelijk, liegende bruid moet huwelijk terug betalen , litouwen bereidt claim tegen moskou voor , everzwijnen in hartje hamburg , 16-jarige beklimt mount everest , kannibaal zag buspassagier aan voor alien , film, anthony hopkins wil in red 2 , gijs scholten van aschat in horrorfilm , gary oldman maakt nieuwe robocop , première g.i. joe 2 negen maanden uitgesteld , pistool voor natalie portman , voor klanten, mijn upc, webmail, veelgestelde vragen, actuele meldingen, handleidingen, tv-gids, sport, ola john naar benfica , lees verder , engeland raakt derde doelman kwijt , neeskens hoopt op 1e prijs als hoofdcoach , valencia haalt joao pereira als back , meer sport , tv buzz, medianieuws, thom hoffman speelt hoofdrol in nieuwe sbs 6-serie , lees verder , glennis grace en loretta schrijver in ranking the stars , joan franka niet in zak en as , 2,1 miljoen kijkers zien joan franka stranden , meer medianieuws , de telefoongids, de ware datingsite, neckermann.com, gouden gids, autotrack.nl, bespaar op gaslicht.com, wehkamp.nl mode, snapfish fotoservice, autovandaag, zomervakantie, fotocompetitie, dieren, natuur, binnenland, buitenland, computer, entertainment, het actuele weer, videonieuws, sport, auto's, tv tips, online tv kijken, tv-gids, filmnieuws, spelletjes, 3d multiplayer, fotocompetitie, dating, digitale televisie, internet, overstappen, veilig internet, crm integration, enterprise feedback management, voorwaarden, disclaimer, privacy, overstappen, contact, sitemap, |
| Link anchor relevance |
2% match webmail home televisie internet telefonie pakketten upc live klantenservice business over mijn inloggen uitloggen film nieuws informatie sport computer fun games foto 'het hele beleid van wilders gesloopt' lees verder hoge raad geeft chipshol gelijk zaak lvnl basisbeurs voor masterstudenten blijft handtekeningen petitie der tros zich inzetten songfestival gratis gekoeld water pinkpop tips vorst zie rtl uur met nederland vermist tv-gids entertainmentnieuws gijs scholten aschat horrorfilm ruim miljoen kijkers joan thom hoffman nieuwe dramaserie sbs franka uitgeschakeld vaste rol jelka houten britse serie opmerkelijk liegende bruid moet huwelijk terug betalen litouwen bereidt claim tegen moskou everzwijnen hartje hamburg -jarige beklimt mount everest kannibaal zag buspassagier aan alien anthony hopkins wil red gary oldman maakt robocop premi joe negen maanden uitgesteld pistool natalie portman klanten veelgestelde vragen actuele meldingen handleidingen ola john naar benfica engeland raakt derde doelman kwijt neeskens hoopt prijs als hoofdcoach valencia haalt joao pereira back meer buzz medianieuws speelt hoofdrol -serie glennis grace loretta schrijver ranking stars niet zak zien stranden telefoongids ware datingsite neckermann com gouden gids autotrack bespaar gaslicht wehkamp mode snapfish fotoservice autovandaag zomervakantie fotocompetitie dieren natuur binnenland buitenland entertainment het weer videonieuws auto's online kijken filmnieuws spelletjes multiplayer dating digitale overstappen veilig crm integration enterprise feedback management voorwaarden disclaimer privacy contact sitemap |
| Headings |
21 headings found on page containing the following texts laatste nieuws , 'het hele beleid van wilders gesloopt' , tv tips, tv-gids, entertainmentnieuws, games, opmerkelijk, film, voor klanten, sport, ola john naar benfica , tv buzz, medianieuws, thom hoffman speelt hoofdrol in nieuwe sbs 6-serie , tips , fotocompetitie, telefoongids, nieuws en informatie, tv en film, fun, ook bij upc, |
| Headings relevance |
3% match laatste nieuws 'het hele beleid van wilders gesloopt' tips tv-gids entertainmentnieuws games opmerkelijk film voor klanten sport ola john naar benfica buzz medianieuws thom hoffman speelt hoofdrol nieuwe sbs -serie fotocompetitie telefoongids informatie fun ook bij upc |
| Emphasis (bold and italic) |
0 bold or italic tags found on page containing the following texts No bold or italic tags found ! |
| Bold and italic tag relevance |
0% match No bold or italic tags found on this page ! |
| Image alt tags |
28 image alt tags found on page containing the following texts upc nederland - televisie, internet en bellen , powered by google, 'het hele beleid van wilders gesloopt', , , , prev, zuma, farmscapes, mahjongg, the scruffs, next, ola john naar benfica, tv buzz, thom hoffman speelt hoofdrol in nieuwe sbs 6-serie, de telefoongids, lexa, neckermann, gouden gids, autotrack, bespaar op gaslicht.com, wehkamp.nl, snapfish, autovandaag, de mooiste reizen, powered by telefoongids, pasażerowie arki noego, natuur, |
| Image alt tag relevance |
2% match upc nederland televisie internet bellen powered google 'het hele beleid van wilders gesloopt' prev zuma farmscapes mahjongg scruffs next ola john naar benfica buzz thom hoffman speelt hoofdrol nieuwe sbs -serie telefoongids lexa neckermann gouden gids autotrack bespaar gaslicht com wehkamp snapfish autovandaag mooiste reizen pasa erowie arki noego natuur |
www.chello.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.
The html ratio of this page is 81,19
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 11 column 1 - Warning: plain text isn't allowed in <head> elements
line 11 column 1 - Info: <head> previously mentioned
line 11 column 1 - Warning: inserting implicit <body>
line 11 column 1 - Warning: <!DOCTYPE> isn't allowed after elements
line 12 column 3 - Warning: discarding unexpected <html>
line 13 column 5 - Warning: <head> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 14 column 7 - Warning: <meta> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 15 column 7 - Warning: <title> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 16 column 7 - Warning: <meta> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 17 column 1 - Warning: <meta> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 20 column 1 - Warning: <meta> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 21 column 1 - Warning: <meta> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 22 column 1 - Warning: <meta> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 23 column 1 - Warning: <meta> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 24 column 1 - Warning: <meta> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 30 column 1 - Warning: <link> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 34 column 1 - Warning: <link> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 35 column 2 - Warning: <link> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 38 column 1 - Warning: <style> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 177 column 9 - Warning: <link> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 179 column 5 - Warning: </head> isn't allowed in <body> elements
line 11 column 1 - Info: <body> previously mentioned
line 180 column 5 - Warning: discarding unexpected <body>
line 646 column 153 - Warning: '<' + '/' + letter not allowed here
line 646 column 158 - Warning: '<' + '/' + letter not allowed here
line 646 column 194 - Warning: '<' + '/' + letter not allowed here
line 646 column 292 - Warning: '<' + '/' + letter not allowed here
line 646 column 297 - Warning: '<' + '/' + letter not allowed here
line 647 column 78 - Warning: '<' + '/' + letter not allowed here
line 647 column 176 - Warning: '<' + '/' + letter not allowed here
line 647 column 181 - Warning: '<' + '/' + letter not allowed here
line 647 column 186 - Warning: '<' + '/' + letter not allowed here
line 692 column 111 - Warning: '<' + '/' + letter not allowed here
line 692 column 139 - Warning: '<' + '/' + letter not allowed here
line 692 column 165 - Warning: '<' + '/' + letter not allowed here
line 692 column 193 - Warning: '<' + '/' + letter not allowed here
line 692 column 224 - Warning: '<' + '/' + letter not allowed here
line 692 column 229 - Warning: '<' + '/' + letter not allowed here
line 692 column 237 - Warning: '<' + '/' + letter not allowed here
line 692 column 279 - Warning: '<' + '/' + letter not allowed here
line 692 column 287 - Warning: '<' + '/' + letter not allowed here
line 715 column 1 - Warning: <style> isn't allowed in <div> elements
line 471 column 1 - Info: <div> previously mentioned
line 809 column 76 - Warning: unescaped & or unknown entity "&sgid"
line 814 column 85 - Warning: unescaped & or unknown entity "&sgid"
line 819 column 76 - Warning: unescaped & or unknown entity "&sgid"
line 824 column 76 - Warning: unescaped & or unknown entity "&sgid"
line 1390 column 98 - Warning: discarding unexpected </button>
line 1421 column 105 - Warning: unescaped & or unknown entity "&target"
line 1429 column 105 - Warning: unescaped & or unknown entity "&target"
line 573 column 33 - Warning: <img> lacks "alt" attribute
line 585 column 33 - Warning: <img> lacks "alt" attribute
line 597 column 33 - Warning: <img> lacks "alt" attribute
Info: Document content looks like XHTML 1.0 Transitional
51 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 !
www.chello.nl seo score expained
Below are the scores we calculated for different parts of www.chello.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 | |
|---|---|---|---|---|
|
|
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. |
|
|
Title relevance | 87 | 2,3 | A title should reflect the contents of a site. This site has a 67 % match |
|
|
Title Length | 30 | 0,7 | Try to keep your title between 40 and 66 characters. Your title was 25 characters long |
|
|
Meta Description | 100 | 0,2 | A meta description is the second thing that shows in the search results so always use the meta description. |
|
|
Meta Description Length | 100 | 0,7 | The meta description should be between 145 and 160 characters. This meta description was 152 characters long |
|
|
Meta description relevance | 9 | 0,7 | Meta Description should reflect the contents of a site. This site has a 7 % match |
|
|
Folder structure | 60 | 1,4 | We have not detected an easy to follow directory structure on this page. Make sure your directory structure is easy to follow. |
|
|
Headings | 5 | 1,6 | Headers should reflect the contents of a site. This site has a 3 % match |
|
|
Links | 6 | 1,6 | Link anchors should to some degree reflect the contents of a site. This site has a 2 % match |
|
|
Image alt tags | 6 | 0,5 | Image alt tags should to some degree reflect the contents of a site. This site has a 2 % match |
|
|
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 |
|
|
Page errors | 75 | 2 | If this score is not 100 check the html very carefully. We found 51 errors and warnings |
|
|
WordCount | 0 | 1,1 | An ideal page contains between 400 and 600 words.This page contains 55 words |
Backlink analysis for www.chello.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 !
There are currently 0 links leading into www.chello.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.
Links to external pages from www.chello.nl
|
www.upc.nl home - www.upc.nl/home/ |
|
www.upc.nl televisie - www.upc.nl/televisie/ |
|
www.upc.nl internet - www.upc.nl/internet/ |
|
www.upc.nl telefonie - www.upc.nl/bellen/ |
|
www.upc.nl pakketten - www.upc.nl/pakketten/ |
|
www.upc.nl upc live - www.upc.nl/upclive/ |
|
www.upc.nl klantenservice - www.upc.nl/klantenservice/ |
|
www.upc.nl home - www.upc.nl |
|
business.upc.nl business - business.upc.nl/ |
|
overupc.upc.nl over upc - overupc.upc.nl/ |
|
www.upc.nl tv en film - www.upc.nl/upclive/tv_en_film/ |
|
www.upc.nl nieuws en informatie - www.upc.nl/upclive/nieuws/ |
|
www.upc.nl sport - www.upc.nl/upclive/sport/ |
|
www.upc.nl computer en internet - www.upc.nl/upclive/computernieuws/ |
|
www.upc.nl fun en games - www.upc.nl/upclive/fun/ |
|
fotocompetitie.upc.nl foto - fotocompetitie.upc.nl/ |
|
www.upc.nl 'het hele beleid van wilders gesloopt' - www.upc.nl/upclive/nieuws/binnenland/2096/20962389.html?entryid=14656718 |
|
www.upc.nl lees verder - www.upc.nl/upclive/nieuws/binnenland/2096/20962389.html?entryid=14656718 |
|
www.upc.nl hoge raad geeft chipshol gelijk in zaak lvnl - www.upc.nl/upclive/nieuws/binnenland/2096/20962389.html?entryid=14656697 |
|
www.upc.nl basisbeurs voor masterstudenten blijft - www.upc.nl/upclive/nieuws/binnenland/2096/20962389.html?entryid=14656622 |
|
www.upc.nl 40.000 handtekeningen voor petitie van der g. - www.upc.nl/upclive/nieuws/binnenland/2096/20962389.html?entryid=14656596 |
|
www.upc.nl tros blijft zich inzetten voor songfestival - www.upc.nl/upclive/nieuws/entertainment/2096/20962452.html?entryid=14656684 |
|
www.upc.nl gratis gekoeld water op pinkpop - www.upc.nl/upclive/nieuws/entertainment/2096/20962452.html?entryid=14656664 |
|
www.upc.nl tv tips - www.upc.nl/upclive/tv_en_film/tv_tips/ |
|
www.upc.nl van der vorst zie.. 22.30 rtl 4 - www.upc.nl/upclive/tv_en_film/tv_tips/2096/20962287.html?entryid=14656288 |
|
www.upc.nl 24 uur met… 20.25 nederland 3 - www.upc.nl/upclive/tv_en_film/tv_tips/2096/20962287.html?entryid=14656287 |
|
www.upc.nl vermist 20.30 nederland 1 - www.upc.nl/upclive/tv_en_film/tv_tips/2096/20962287.html?entryid=14656284 |
|
tvgids.upc.nl tv-gids - tvgids.upc.nl |
|
www.upc.nl entertainmentnieuws - www.upc.nl/upclive/nieuws/entertainment/ |
|
www.upc.nl gijs scholten van aschat in horrorfilm - www.upc.nl/upclive/nieuws/entertainment/2096/20962452.html?entryid=14656595 |
|
www.upc.nl ruim 2 miljoen kijkers joan op songfestival - www.upc.nl/upclive/nieuws/entertainment/2096/20962452.html?entryid=14656592 |
|
www.upc.nl thom hoffman in nieuwe dramaserie van sbs6 - www.upc.nl/upclive/nieuws/entertainment/2096/20962452.html?entryid=14656141 |
|
www.upc.nl joan franka uitgeschakeld op songfestival - www.upc.nl/upclive/nieuws/entertainment/2096/20962452.html?entryid=14656142 |
|
www.upc.nl vaste rol jelka van houten in britse serie - www.upc.nl/upclive/nieuws/entertainment/2096/20962452.html?entryid=14655747 |
|
www.upc.nl games - www.upc.nl/upclive/fun/ |
|
www.upc.nl opmerkelijk - www.upc.nl/upclive/nieuws/opmerkelijk/ |
|
www.upc.nl liegende bruid moet huwelijk terug betalen - www.upc.nl/upclive/nieuws/opmerkelijk/2096/20962887.html?entryid=14655302 |
|
www.upc.nl litouwen bereidt claim tegen moskou voor - www.upc.nl/upclive/nieuws/opmerkelijk/2096/20962887.html?entryid=14654932 |
|
www.upc.nl everzwijnen in hartje hamburg - www.upc.nl/upclive/nieuws/opmerkelijk/2096/20962887.html?entryid=14654907 |
|
www.upc.nl 16-jarige beklimt mount everest - www.upc.nl/upclive/nieuws/opmerkelijk/2096/20962887.html?entryid=14654679 |
|
www.upc.nl kannibaal zag buspassagier aan voor alien - www.upc.nl/upclive/nieuws/opmerkelijk/2096/20962887.html?entryid=14654242 |
|
www.upc.nl film - www.upc.nl/upclive/tv_en_film/film/ |
|
www.upc.nl anthony hopkins wil in red 2 - www.upc.nl/upclive/tv_en_film/film/filmnieuws/2096/20962842.html?entryid=14656701 |
|
www.upc.nl gijs scholten van aschat in horrorfilm - www.upc.nl/upclive/tv_en_film/film/filmnieuws/2096/20962842.html?entryid=14656655 |
|
www.upc.nl gary oldman maakt nieuwe robocop - www.upc.nl/upclive/tv_en_film/film/filmnieuws/2096/20962842.html?entryid=14655721 |
|
www.upc.nl première g.i. joe 2 negen maanden uitgesteld - www.upc.nl/upclive/tv_en_film/film/filmnieuws/2096/20962842.html?entryid=14655722 |
|
www.upc.nl pistool voor natalie portman - www.upc.nl/upclive/tv_en_film/film/filmnieuws/2096/20962842.html?entryid=14654694 |
|
www.upc.nl voor klanten - www.upc.nl/klantenservice/ |
|
vragen.upc.nl veelgestelde vragen - vragen.upc.nl/ |
|
www.upc.nl actuele meldingen - www.upc.nl/klantenservice/meldingen_storingen |
|
www.upc.nl handleidingen - www.upc.nl/klantenservice/handleidingen-en-instructievideos/ |
|
tvgids.upc.nl tv-gids - tvgids.upc.nl/tv/ |
|
www.upc.nl ola john naar benfica - www.upc.nl/upclive/sport/eredivisie/2096/20962554.html?entryid=14656066 |
|
www.upc.nl lees verder - www.upc.nl/upclive/sport/eredivisie/2096/20962554.html?entryid=14656066 |
|
www.upc.nl engeland raakt derde doelman kwijt - www.upc.nl/upclive/sport/2096/20962504.html?entryid=14656681 |
|
www.upc.nl neeskens hoopt op 1e prijs als hoofdcoach - www.upc.nl/upclive/sport/2096/20962504.html?entryid=14656663 |
|
www.upc.nl valencia haalt joao pereira als back - www.upc.nl/upclive/sport/2096/20962504.html?entryid=14656107 |
|
www.upc.nl meer sport - www.upc.nl/upclive/sport/ |
|
tvbuzz.upc.nl tv buzz - tvbuzz.upc.nl/ |
|
www.upc.nl medianieuws - www.upc.nl/upclive/tv_en_film/medianieuws/ |
|
www.upc.nl thom hoffman speelt hoofdrol in nieuwe sbs 6-serie - www.upc.nl/upclive/tv_en_film/medianieuws/2096/20962734.html?entryid=14656693 |
|
www.upc.nl lees verder - www.upc.nl/upclive/tv_en_film/medianieuws/2096/20962734.html?entryid=14656693 |
|
www.upc.nl glennis grace en loretta schrijver in ranking the stars - www.upc.nl/upclive/tv_en_film/medianieuws/2096/20962734.html?entryid=14656694 |
|
www.upc.nl joan franka niet in zak en as - www.upc.nl/upclive/tv_en_film/medianieuws/2096/20962734.html?entryid=14656678 |
|
www.upc.nl 2,1 miljoen kijkers zien joan franka stranden - www.upc.nl/upclive/tv_en_film/medianieuws/2096/20962734.html?entryid=14656677 |
|
www.upc.nl meer medianieuws - www.upc.nl/upclive/tv_en_film/medianieuws/ |
|
www.detelefoongids.nl de telefoongids - www.detelefoongids.nl/?edsacid=b-872-31-amp;1 |
|
www.upc.nl de ware datingsite - www.upc.nl/upclive/fun/dating/ |
|
www.neck.nl neckermann.com - www.neck.nl/link_go.mb1?link_id=-pjn-ssbnl_phjwzqp7 |
|
www.detelefoongids.nl gouden gids - www.detelefoongids.nl/bedrijven.html?edsacid=b-872-31-3 |
|
www.autotrack.nl autotrack.nl - www.autotrack.nl/static/partnermodule/upc/occasionzoeken.html |
|
www.gaslicht.com bespaar op gaslicht.com - www.gaslicht.com/?refcode=393 |
|
www.wehkamp.nl wehkamp.nl mode - www.wehkamp.nl/damesmode/c01/?bc=che&cm_mmc_o=vbyfzkcjca5gkbmwcjca5gkbmwcjc7wewybwljkbel |
|
www.snapfish.nl snapfish fotoservice - www.snapfish.nl/upcnl50fp09 |
|
www.upc.nl autovandaag - www.upc.nl/upclive/nieuws/autonieuws/autovandaag/ |
|
www.upc.nl zomervakantie - www.upc.nl/upclive/fun/reizen/ |
|
fotocompetitie.upc.nl fotocompetitie - fotocompetitie.upc.nl/ |
|
fotocompetitie.upc.nl dieren - fotocompetitie.upc.nl/seo/categorie/7/dieren.html |
|
fotocompetitie.upc.nl natuur - fotocompetitie.upc.nl/seo/categorie/1/natuur.html |
|
www.upc.nl binnenland - www.upc.nl/upclive/nieuws/binnenland/ |
|
www.upc.nl buitenland - www.upc.nl/upclive/nieuws/buitenland/ |
|
www.upc.nl computer - www.upc.nl/upclive/computernieuws/ |
|
www.upc.nl entertainment - www.upc.nl/upclive/nieuws/entertainment/ |
|
www.upc.nl het actuele weer - www.upc.nl/upclive/nieuws/weer/ |
|
www.upc.nl videonieuws - www.upc.nl/upclive/nieuws/videonieuws/ |
|
www.upc.nl auto's - www.upc.nl/upclive/nieuws/autonieuws/ |
|
www.upc.nl online tv kijken - www.upc.nl/upclive/tv_en_film/tv_kijken/ |
|
www.upc.nl filmnieuws - www.upc.nl/upclive/tv_en_film/film/ |
|
spelletjes.upclive.nl spelletjes - spelletjes.upclive.nl/upclive/nl/ |
|
www.upc.nl 3d multiplayer - www.upc.nl/upclive/fun/3d_multiplayer/ |
|
www.upc.nl dating - www.upc.nl/upclive/fun/dating/ |
|
www.upc.nl digitale televisie - www.upc.nl/televisie/abonnementenoverzicht/ |
|
www.upc.nl overstappen - www.upc.nl/overstappen/ |
|
www.upc.nl veilig internet - www.upc.nl/internet/veilig_internet/ |
|
www.qualtrics.com crm integration - www.qualtrics.com/crm-integration |
|
www.qualtrics.com enterprise feedback management - www.qualtrics.com/enterprise-feedback-management |
|
www.upc.nl voorwaarden - www.upc.nl/voorwaarden/ |
|
www.upc.nl disclaimer - www.upc.nl/disclaimer/ |
|
www.upc.nl privacy - www.upc.nl/privacy/ |
|
www.upc.nl sitemap - www.upc.nl/sitemap/ |
www.chello.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,295483 seconds |
| Filesize | 42967 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 301 Moved Permanently | |
| Date: Fri, 25 May 2012 10:52:21 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: Apache | The Server header contains information about the software used by the origin server to handle the request. The server used here is Apache |
| Location: http://www.upc.nl/upclive/ | |
| Cache-Control: max-age=5 | 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 max-age=5 |
| Expires: Fri, 25 May 2012 10:52:26 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, 25 May 2012 10:52:26 GMT |
| Content-Length: 234 | 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 234 bytes |
| Content-Type: text/html; charset=iso-8859-1 | 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=iso-8859-1 |
| X-Pad: avoid browser bug |
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 | 213.46.242.72 |
| Country Code | NL |
| Country Code 3 | NLD |
| Country Name | Netherlands |
Analyse your website !
| Please enter your domain name |