nieuws.web.nl analysis, site info, backlinks and seo


nieuws.web.nl

nieuws.web.nl - web.nl - nieuws | web.nl

nieuws.web.nl scores a 5,2 out of 10 on our optimalisation scale. This is average. We have identified 7 keywords. This page seems optimized for the keyword 'web'

summary

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

Site nieuws.web.nl (visit site)
Page Title web.nl - nieuws | web.nl
Keyword density beleef ggd oranje tijd van vrije web
SEO Summary 0% meta description relevance, 3% link relevance, 4% heading relevance, 3 page errors
Server info Location: Amsterdam,Netherlands

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 3 html errors and warings !

>> Read More !

SEO score of nieuws.web.nl

5,2

>> Read More !

nieuws.web.nl html

nieuws.web.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 35,4

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 67 column 1 - Warning: missing </div>
line 289 column 9 - Warning: <ul> attribute "id" lacks value
line 605 column 1 - Warning: <img> lacks "alt" attribute
Info: Document content looks like XHTML 1.0 Transitional
3 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 !

nieuws.web.nl css

nieuws.web.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 nieuws.web.nl:

http://nieuws.web.nl/wp-content/themes/enews/style.css
http://web.nl/layout/css/default-web.css
http://nieuws.web.nl/wp-content/themes/enews/style-web.css
http://nieuws.web.nl/wp-content/themes/enews/epanel/page_templates/js/fancybox/jquery.fancybox-1.3.4.css
http://nieuws.web.nl/wp-content/themes/enews/epanel/page_templates/page_templates.css
http://nieuws.web.nl/wp-content/plugins/simple-full-screen-background-image/includes/fullscreen-image.css?ver=3.3.2
http://nieuws.web.nl/wp-content/plugins/wp-polls/polls-css.css?ver=2.50
http://nieuws.web.nl/wp-content/themes/enews/epanel/shortcodes/shortcodes.css?ver=1.7
http://nieuws.web.nl/wp-content/plugins/wordpress-popular-posts/style/wpp.css

seo tip: combine stylehseets 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

nieuws.web.nl inline stylesheet info

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

nieuws.web.nl javascript

nieuws.web.nl javascript info

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

Javascripts in the head of the page

The following js files were found on this page:

http://web.nl/layout/js/nav.js
http://nieuws.web.nl/wp-includes/js/jquery/jquery.js?ver=1.7.1
http://nieuws.web.nl/wp-content/themes/enews/epanel/shortcodes/js/et_shortcodes_frontend.js?ver=1.7
http://www.web.nl/nieuws/wp-content/themes/enews/js/jquery.tools.1.2.6.min.js
http://pagead2.googlesyndication.com/pagead/show_ads.js
http://nieuws.web.nl/wp-content/themes/enews/js/jquery.easing.1.3.js
http://nieuws.web.nl/wp-content/themes/enews/js/superfish.js
http://nieuws.web.nl/wp-content/themes/enews/js/init.js
http://nieuws.web.nl/wp-content/themes/enews/js/jquery.cycle.all.min.js
http://nieuws.web.nl/wp-content/plugins/wp-polls/polls-js.js?ver=2.50
http://nieuws.web.nl/wp-content/themes/enews/epanel/page_templates/js/fancybox/jquery.easing-1.3.pack.js?ver=1.3.4
http://nieuws.web.nl/wp-content/themes/enews/epanel/page_templates/js/fancybox/jquery.fancybox-1.3.4.pack.js?ver=1.3.4
http://nieuws.web.nl/wp-content/themes/enews/epanel/page_templates/js/et-ptemplates-frontend.js?ver=1.1

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.

nieuws.web.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.documentelement.classname = 'js';

jquery(function() {

var ua = navigator.useragent;
mobile_device = false;
if(ua.match(/(iphone|ipod|ipad|blackberry|android)/)) mobile_device = true;

var $mainnav = jquery('#web-main-nav'),
navwidth = 800;

if(!mobile_device)
{
$mainnav.children('.main-nav-item').hover(function(ev) {

var $this = jquery(this),
$dd = $this.find('.main-nav-dd');

// get the left position of this tab
var leftpos = $this.find('.main-nav-tab').position().left;
// get the width of the dropdown
var ddwidth = $dd.width(),
leftmax = navwidth - ddwidth;
// position the dropdown
$dd.css('left', math.min(leftpos, leftmax) );

// show the dropdown
$this.addclass('main-nav-item-active');
}, function(ev) {

// hide the dropdown
jquery(this).removeclass('main-nav-item-active');
});
}
else
{
jquery('.main-nav-item').click(function(ev){
if(jquery(this).hasclass('main-nav-item-active'))
{
jquery(this).removeclass('main-nav-item-active');
return true;
}
else
{
//eventuele andere active sluiten
jquery('.main-nav-item').removeclass('main-nav-item-active');
if(jquery(this).find('.main-nav-dd').length > 0)
{
var $this = jquery(this),
$dd = $this.find('.main-nav-dd');
// get the left position of this tab
var leftpos = $this.find('.main-nav-tab').position().left;
// get the width of the dropdown
var ddwidth = $dd.width(),
leftmax = navwidth - ddwidth;
// position the dropdown
$dd.css('left', math.min(leftpos, leftmax) );
// show the dropdown
$this.addclass('main-nav-item-active');
$this.find('.main-nav-dd-close').show();
}
else
{
return true;
}
}
return false;
});
}

});

//<![cdata[
jquery(document).ready(function(){
jquery("#main-scrolleble-featured-items").scrollable({
// basic settings
vertical: true,
// up/down keys will always control this scrollable
keyboard: 'static',
// assign left/right keys to the actively viewed scrollable
onseek: function(event, i) {
//horizontal.eq(i).data("scrollable").focus();
}
// main navigator (thumbnail images)
}).navigator("#main-featured-area ul");
});

<!--
google_ad_client = "ca-pub-2401939756826117";
/* 250x250, web.nl nieuws */
google_ad_slot = "2232969192";
google_ad_width = 250;
google_ad_height = 250;
//-->

//<![cdata[
jquery(function(){
jquery('#featured-area #s1').cycle({
timeout: 0,
speed: 300,
cleartypenobg: true,
fx: 'fade'
});

var $featured_area = jquery('#featured-area');
var $featured_item = jquery('#featured-area ul#nav li a');
var $slider_control = jquery('#featured-area ul#nav'); //tabs


var $slider_control_tab = jquery('#featured-area ul#nav li');


var ordernum;
var pause_scroll = false;

$featured_area.mouseover(function(){
pause_scroll = true;
}).mouseout(function(){
pause_scroll = false;
});

function gonext(this_element){
$slider_control.find("li a").removeclass('activeslide');
this_element.find("a").addclass('activeslide');
ordernum = this_element.prevall().length+1;
jquery('#featured-area #s1').cycle(ordernum - 1);
}

$slider_control_tab.click(function() {
clearinterval(interval);
gonext(jquery(this));
return false;
});

jquery('#featured-area a#prev-item, #featured-area a#next-item').click(function() {
clearinterval(interval);

if (jquery(this).attr("id") === 'next-item') {
auto_number = $slider_control.find("li a.activeslide").parent().prevall().length+1;
if (auto_number === $slider_control_tab.length) auto_number = 0;
} else {
auto_number = $slider_control.find("li a.activeslide").parent().prevall().length-1;
if (auto_number === -1) auto_number = $slider_control_tab.length-1;
};

gonext($slider_control_tab.eq(auto_number));
return false;
});

var auto_number;
var interval;

$slider_control_tab.bind('autonext', function autonext(){
if (!(pause_scroll)) gonext(jquery(this));
return false;
});


interval = setinterval(function(){
auto_number = $slider_control.find("li a.activeslide").parent().prevall().length+1;
if (auto_number === $slider_control_tab.length) auto_number = 0;
$slider_control_tab.eq(auto_number).trigger('autonext');
}, 6000);


});
//]]>

jquery(".js #featured-area, .js ul#page-menu, .js ul#cats-menu, img#logo").show(); //prevents a flash of unstyled content

/* <![cdata[ */
var pollsl10n = {"ajax_url":"http:\/\/nieuws.web.nl\/wp-content\/plugins\/wp-polls\/wp-polls.php","text_wait":"your last request is still being processed. please wait a while ...","text_valid":"please choose a valid poll answer.","text_multiple":"maximum number of choices allowed: ","show_loading":"1","show_fading":"1"};
/* ]]> */

nieuws.web.nl seo score

nieuws.web.nl seo score expained

Below are the scores we calculated for different parts of nieuws.web.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 tip: A title should reflect the contents of a site. This site has a 50 % match Title relevance 65 2,3 A title should reflect the contents of a site. This site has a 50 % match
seo error: Try to keep your title between 40 and 66 characters. Your title was 25 characters long Title Length 30 0,7 Try to keep your title between 40 and 66 characters. Your title was 25 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  69 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 69 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 8 level 1 folders and 11 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 8 level 1 folders and 11 folders above or in the first level of navigation.
seo error: Headers should reflect the contents of a site. This site has a 4 % match Headings 7 1,6 Headers should reflect the contents of a site. This site has a 4 % match
seo error: Link anchors should to some degree reflect the contents of a site. This site has a 3 % match Links 9 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 3 % match
seo tip: Image alt tags should to some degree reflect the contents of a site. This site has a 16 % match Image alt tags 48 0,5 Image alt tags should to some degree reflect the contents of a site. This site has a 16 % 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 approval: If this score is not 100 check the html very carefully. We found 3 errors and warnings Page errors 99 2 If this score is not 100 check the html very carefully. We found 3 errors and warnings
seo error: An ideal page contains between 400 and 600 words.This page contains 86 words WordCount 0 1,1 An ideal page contains between 400 and 600 words.This page contains 86 words
nieuws.web.nl content analysis

nieuws.web.nl content analysis

On this page the content of nieuws.web.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 nieuws.web.nl
Domain length 13 characters
Domain relevance found the keyword web 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 web.nl - nieuws | web.nl
Page Title relevance 50% match
web nieuws
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=utf-8
Meta generator wordpress 3.3.2

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 beleef ggd oranje tijd van vrije web
Wordcount 85 words found on nieuws.web.nl
Links 132 links found on page containing the following anchor texts
web.nl, thema, horoscoop, tarot, chinese horoscopen, numerologie, spiritualiteit, runen, liefde, humor, video, plaatjes, krant, vrije tijd, weekendje weg, kerst, dagje uit, hotels, zakelijk, vergaderen, bedrijfsuitje, teambuilding, vrije tijd, vakantie, entertainment, lifestyle, opmerkelijk, sport, binnenland, wetenschap, digitaal, met de ek geluksvogel van c1000 , directeur hekelt ek acties , nog even geduld en dan is het zover! , entertainment, komt nederland eindelijk weer eens in de finale?, verjaardagen week 21, rudolph van veen verlaat life4you, nieuwe boer zoekt vrouw, verjaardagen week 20, web.nl weekend gids, lifestyle, tips voor mooie handen en nagels, tijd voor een frisse look!, door parfum vinden vrouwen zich het meest sexy, dik door collega’s, kledingmaten steeds groter, ouders gescheiden, jij ook gescheiden?, sport, de wedstrijd die geen wedstrijd is, (engels) voetbalfeest in munchen, chelsea of bayern munchen?, geen ek voor emanuelson en maduro, manchester kleurt blauw, de gekste momenten van afgelopen voetbalseizoen, opmerkelijk, man ondekt echte picasso in kringloopwinkel, vrouw ziet via skype hoe haar man gedood wordt, aantal kinderontvoeringen flink toegenomen, frustraties klantenservice lopen op, geen heropening zaak madeleine mccann, japans meisje krijgt volleybal terug, oranje koorts neemt toe, ggd tegen bierstunts, vakantiehuis huren in giethoorn - weekend of midweek genieten, beleef de sportzomer van 2012 op web.nl, fiets-vaarvakantie over de prachtige maas en fiets route ravel, komt nederland eindelijk weer eens in de finale?, de wedstrijd die geen wedstrijd is, culinaire verwennerij.nl, griekenland niet in trek, minder nederlanders op vakantie , verjaardagen week 21, (engels) voetbalfeest in munchen, chelsea of bayern munchen?, cda kiest van haersma buma, geen ek voor emanuelson en maduro, tv tips: flashforward op nummer 4, top 3 vakantie bestemmingen, de top 5 tennisbabes, vrouwen die flirten, herken ze! , snelste internetverbinding ter wereld, het eurovisie songfestival 2012, pepsi in de mix, de wedstrijd die geen wedstrijd is, beleef de sportzomer van 2012 op web.nl, groepsuitje, hotels, dagje uit, kids, plaatjes, video's, blondjes, raadsels, man / vrouw, ambtenaren, de regering, rijmpjes, bar, dieren, uitjesveiling, uitjesaanbieding, weekendje weg, hotel, groepsuitje, uit in de stad, romantisch, wellness, strand, vakantiebeoordeling, zeilen, amsterdam, feest, jongeren, beauty, hotel, familie, internet, student, secretaresse, gratis, sport, krant, radio, weer, entertainment, financieel, horoscoop, nieuws, zakelijk, crio, info,
Link anchor relevance 3% match
web thema horoscoop tarot chinese horoscopen numerologie spiritualiteit runen liefde humor video plaatjes krant vrije tijd weekendje weg kerst dagje uit hotels zakelijk vergaderen bedrijfsuitje teambuilding vakantie entertainment lifestyle opmerkelijk sport binnenland wetenschap digitaal met geluksvogel van directeur hekelt acties nog even geduld dan het zover komt nederland eindelijk weer eens finale verjaardagen week rudolph veen verlaat life you nieuwe boer zoekt vrouw weekend gids tips voor mooie handen nagels een frisse look door parfum vinden vrouwen zich meest sexy dik collega kledingmaten steeds groter ouders gescheiden jij ook wedstrijd die geen engels voetbalfeest munchen chelsea bayern emanuelson maduro manchester kleurt blauw gekste momenten afgelopen voetbalseizoen man ondekt echte picasso kringloopwinkel ziet via skype hoe haar gedood wordt aantal kinderontvoeringen flink toegenomen frustraties klantenservice lopen heropening zaak madeleine mccann japans meisje krijgt volleybal terug oranje koorts neemt toe ggd tegen bierstunts vakantiehuis huren giethoorn midweek genieten beleef sportzomer fiets-vaarvakantie over prachtige maas fiets route ravel culinaire verwennerij griekenland niet trek minder nederlanders cda kiest haersma buma flashforward nummer top bestemmingen tennisbabes flirten herken snelste internetverbinding ter wereld eurovisie songfestival pepsi mix groepsuitje kids video's blondjes raadsels ambtenaren regering rijmpjes bar dieren uitjesveiling uitjesaanbieding hotel stad romantisch wellness strand vakantiebeoordeling zeilen amsterdam feest jongeren beauty familie internet student secretaresse gratis radio financieel nieuws crio info
Headings 43 headings found on page containing the following texts
entertainment, komt nederland eindelijk weer eens in de finale?, verjaardagen week 21, rudolph van veen verlaat life4you, nieuwe boer zoekt vrouw, verjaardagen week 20, web.nl weekend gids, lifestyle, tips voor mooie handen en nagels, tijd voor een frisse look!, door parfum vinden vrouwen zich het meest sexy, dik door collega’s, kledingmaten steeds groter, ouders gescheiden, jij ook gescheiden?, sport, de wedstrijd die geen wedstrijd is, (engels) voetbalfeest in munchen, chelsea of bayern munchen?, geen ek voor emanuelson en maduro, manchester kleurt blauw, de gekste momenten van afgelopen voetbalseizoen, opmerkelijk, man ondekt echte picasso in kringloopwinkel, vrouw ziet via skype hoe haar man gedood wordt, aantal kinderontvoeringen flink toegenomen, frustraties klantenservice lopen op, geen heropening zaak madeleine mccann, japans meisje krijgt volleybal terug, horoscoop, humor, krant, vrije tijd, zakelijk, met de ek geluksvogel van c1000 , directeur hekelt ek acties , nog even geduld en dan is het zover! , vrije tijd, humor, vakantie, gids, web, headlines, meest gelezen,
Headings relevance 4% match
entertainment komt nederland eindelijk weer eens finale verjaardagen week rudolph van veen verlaat life you nieuwe boer zoekt vrouw web weekend gids lifestyle tips voor mooie handen nagels tijd een frisse look door parfum vinden vrouwen zich het meest sexy dik collega kledingmaten steeds groter ouders gescheiden jij ook sport wedstrijd die geen engels voetbalfeest munchen chelsea bayern emanuelson maduro manchester kleurt blauw gekste momenten afgelopen voetbalseizoen opmerkelijk man ondekt echte picasso kringloopwinkel ziet via skype hoe haar gedood wordt aantal kinderontvoeringen flink toegenomen frustraties klantenservice lopen heropening zaak madeleine mccann japans meisje krijgt volleybal terug horoscoop humor krant vrije zakelijk met geluksvogel directeur hekelt acties nog even geduld dan zover vakantie headlines gelezen
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 12 image alt tags found on page containing the following texts
logo, oranje koorts neemt toe, ggd tegen bierstunts, beleef de sportzomer van 2012 op web.nl, oranje koorts neemt toe, ggd tegen bierstunts, beleef de sportzomer van 2012 op web.nl, komt nederland eindelijk weer eens in de finale?, tips voor mooie handen en nagels, de wedstrijd die geen wedstrijd is, man ondekt echte picasso in kringloopwinkel, ,
Image alt tag relevance 16% match
logo oranje koorts neemt toe ggd tegen bierstunts beleef sportzomer van web komt nederland eindelijk weer eens finale tips voor mooie handen nagels wedstrijd die geen man ondekt echte picasso kringloopwinkel
nieuws.web.nl backlinks

Backlink analysis for nieuws.web.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 nieuws.web.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.web.nl
web.nl - www.web.nl
horoscoop.web.nl
horoscoop - horoscoop.web.nl/
horoscoop.web.nl
tarot - horoscoop.web.nl/horoscopen/gratis-dagkaart-tarot.html
horoscoop.web.nl
chinese horoscopen - horoscoop.web.nl/horoscopen/chinese-astrologie-dierenriem.html
horoscoop.web.nl
numerologie - horoscoop.web.nl/horoscopen/numerologie-geboortegetal.html
horoscoop.web.nl
spiritualiteit - horoscoop.web.nl/horoscopen/spiritualiteitstest.html
horoscoop.web.nl
runen - horoscoop.web.nl/horoscopen/drie-runen-orakel.html
horoscoop.web.nl
liefde - horoscoop.web.nl/horoscopen/liefdeshoroscoop.html
humor.web.nl
humor - humor.web.nl/
beeld.web.nl
video - beeld.web.nl/videos
beeld.web.nl
plaatjes - beeld.web.nl/images
krant.web.nl
krant - krant.web.nl
www.enjoy.nl
weekendje weg - www.enjoy.nl/weekendje_weg/
www.recreatief.nl
kerst - www.recreatief.nl/trips/feestdagen/
www.enjoy.nl
dagje uit - www.enjoy.nl/dagje_uit/
www.hotelidee.nl
hotels - www.hotelidee.nl
www.vergaderen.nl
vergaderen - www.vergaderen.nl
www.zakelijkuit.nl
bedrijfsuitje - www.zakelijkuit.nl
www.bedrijfsevents.nl
teambuilding - www.bedrijfsevents.nl
www.enjoy.nl
groepsuitje - www.enjoy.nl
www.webbers.nl
kids - www.webbers.nl
beeld.web.nl
video's - beeld.web.nl/videos
humor.web.nl
blondjes - humor.web.nl/moppen/blondjes.html
humor.web.nl
raadsels - humor.web.nl/moppen/raadsels.html
humor.web.nl
man / vrouw - humor.web.nl/moppen/manvrouw.html
humor.web.nl
ambtenaren - humor.web.nl/moppen/ambtenaren.html
humor.web.nl
de regering - humor.web.nl/moppen/de+regering.html
humor.web.nl
rijmpjes - humor.web.nl/moppen/rijmpjes.html
humor.web.nl
bar - humor.web.nl/moppen/bar.html
humor.web.nl
dieren - humor.web.nl/moppen/dieren.html
www.uitjesveiling.nl
uitjesveiling - www.uitjesveiling.nl/
www.uitjesaanbieding.nl
uitjesaanbieding - www.uitjesaanbieding.nl/
www.recreatief.nl
weekendje weg - www.recreatief.nl/trips/weekendje_weg/
www.recreatief.nl
hotel - www.recreatief.nl/trips/hotel/
www.recreatief.nl
groepsuitje - www.recreatief.nl/trips/groepen/
www.recreatief.nl
uit in de stad - www.recreatief.nl/trips/groepen/groepsuitje_in_de_stad/
www.recreatief.nl
romantisch - www.recreatief.nl/trips/romantisch/
www.recreatief.nl
wellness - www.recreatief.nl/trips/beauty_wellness/
www.strand.nl
strand - www.strand.nl
www.vakantiepanel.nl
vakantiebeoordeling - www.vakantiepanel.nl
www.recreatief.nl
zeilen - www.recreatief.nl/trips/zeilen/
www.web.nl
amsterdam - www.web.nl/gids/amsterdam/
www.web.nl
feest - www.web.nl/gids/feest/
www.web.nl
jongeren - www.web.nl/gids/jongeren/
www.web.nl
beauty - www.web.nl/gids/beauty/
www.web.nl
hotel - www.web.nl/gids/hotel/
www.web.nl
familie - www.web.nl/gids/familie/grootouders/familie/
www.web.nl
internet - www.web.nl/gids/internet/
www.web.nl
student - www.web.nl/gids/werk_en_opleiding/onderwijs_en_opleidingen/student/
www.pa.nl
secretaresse - www.pa.nl
gratis.web.nl
gratis - gratis.web.nl/
sport.web.nl
sport - sport.web.nl/
krant.web.nl
krant - krant.web.nl/
radio.web.nl
radio - radio.web.nl/
weer.web.nl
weer - weer.web.nl/
entertainment.web.nl
entertainment - entertainment.web.nl/
financieel.web.nl
financieel - financieel.web.nl/
zakelijk.web.nl
zakelijk - zakelijk.web.nl/
www.crio.nl
crio - www.crio.nl
nieuws.web.nl website navigation

nieuws.web.nl navigation and internal link structure

We have scanned nieuws.web.nl for internal links and found 69 links on this page. We found 8 base folders and 11 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 nieuws.web.nl

Internal links found

Click on any of the links below to analyze that page

nieuws.web.nl/
binnenland
nieuws.web.nl/binnenland/ggd-tegen-bierstunts.html
nieuws.web.nl/binnenland/cda-kiest-van-haersma-buma.html
buitenland
nieuws.web.nl/buitenland/man-ondekt-echte-picasso-in-kringloopwinkel.html
nieuws.web.nl/buitenland/vrouw-ziet-via-skype-hoe-haar-man-gedood-wordt.html
nieuws.web.nl/buitenland/geen-heropening-zaak-madeleine-mccann.html
entertainment
nieuws.web.nl/entertainment/rudolph-van-veen-verlaat-life4you.html
nieuws.web.nl/entertainment/tv-tips-flashforward-op-nummer-4.html
nieuws.web.nl/entertainment/pepsi-in-de-mix.html
geen-categorie
nieuws.web.nl/geen-categorie/vakantiehuis-huren-in-giethoorn-weekend-of-midweek-genieten.html
lifestyle
nieuws.web.nl/lifestyle/tijd-voor-een-frisse-look.html
nieuws.web.nl
nieuws.web.nl/vrije-tijd
nieuws.web.nl/zakelijk
nieuws.web.nl/vrije-tijd/
nieuws.web.nl/vakantie/
nieuws.web.nl/entertainment/
nieuws.web.nl/lifestyle/
nieuws.web.nl/opmerkelijk/
nieuws.web.nl/sport/
nieuws.web.nl/binnenland/
nieuws.web.nl/wetenschap/
nieuws.web.nl/digitaal/
nieuws.web.nl/entertainment
nieuws.web.nl/lifestyle
nieuws.web.nl/sport
nieuws.web.nl/opmerkelijk
nieuws.web.nl/info
sport
nieuws.web.nl/sport/beleef-de-sportzomer-van-2012-op-web-nl.html
nieuws.web.nl/sport/de-wedstrijd-die-geen-wedstrijd-is.html
nieuws.web.nl/sport/engels-voetbalfeest-in-munchen.html
nieuws.web.nl/sport/chelsea-of-bayern-munchen.html
nieuws.web.nl/sport/geen-ek-voor-emanuelson-en-maduro.html
nieuws.web.nl/sport/manchester-kleurt-blauw.html
nieuws.web.nl/sport/de-gekste-momenten-van-afgelopen-voetbalseizoen.html
nieuws.web.nl/sport/de-top-5-tennisbabes.html
uitgelicht
nieuws.web.nl/uitgelicht/oranje-koorts-neemt-toe.html
nieuws.web.nl/uitgelicht/komt-nederland-eindelijk-weer-eens-in-de-finale.html
nieuws.web.nl/uitgelicht/verjaardagen-week-21.html
nieuws.web.nl/uitgelicht/nieuwe-boer-zoekt-vrouw.html
nieuws.web.nl/uitgelicht/verjaardagen-week-20.html
nieuws.web.nl/uitgelicht/web-nl-weekend-gids-6.html
nieuws.web.nl/uitgelicht/tips-voor-mooie-handen-en-nagels.html
nieuws.web.nl/uitgelicht/door-parfum-vinden-vrouwen-zich-het-meest-sexy.html
nieuws.web.nl/uitgelicht/dik-door-collegas.html
nieuws.web.nl/uitgelicht/kledingmaten-steeds-groter.html
nieuws.web.nl/uitgelicht/ouders-gescheiden-jij-ook-gescheiden.html
nieuws.web.nl/uitgelicht/aantal-kinderontvoeringen-flink-toegenomen.html
nieuws.web.nl/uitgelicht/frustraties-klantenservice-lopen-op.html
nieuws.web.nl/uitgelicht/43584.html
nieuws.web.nl/uitgelicht/culinaireverwennerij-nl.html
nieuws.web.nl/uitgelicht/top-3-vakantiebestemmingen.html
nieuws.web.nl/uitgelicht/vrouwen-wie-flirten-herken-ze.html
nieuws.web.nl/uitgelicht/snelste-internetverbinding-ter-wereld.html
nieuws.web.nl/uitgelicht/het-eurovisiesongfestival.html
vakantie
nieuws.web.nl/vakantie/fiets-vaarvakantie-over-de-prachtige-maas-en-fiets-route-ravel.html
nieuws.web.nl/vakantie/griekenland-niet-in-trek.html
nieuws.web.nl/vakantie/minder-nederlanders-op-vakantie.html
nieuws.web.nl server info

nieuws.web.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,505321 seconds
Filesize 36672 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 200 OK
Date: Fri, 25 May 2012 02:07:40 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/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8c PHP/5.2.5 The Server header contains information about the software used by the origin server to handle the request. The server used here is Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8c PHP/5.2.5
X-Powered-By: PHP/5.2.5 The non-standard X-Powered-By header is used by applications running behind a web server to advertise their specific technology. A few examples could be php and asp. The technology used here is PHP/5.2.5
X-Pingback: http://nieuws.web.nl/xmlrpc.php
Transfer-Encoding: chunked The Transfer-Encoding header indicates what (if any) type of transformation has been applied to the message body. This differs from Content-Encoding in that transfer-codings are a property of the message, not of the representation; i.e., it will be removed by the next "hop", whereas content-codings are end-to-end. The most commonly used transfer-coding is chunked, which allows persistent connections to be used without knowing the entire body's length. The value is chunked
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

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 87.233.139.244
Country Code NL
Country Code 3 NLD
Country Name Netherlands
Region 07
City Amsterdam
refresh our seo analysis The current report is cached on Fri, 25 May 2012 04:07:40. Click here to refresh the results

Analyse your website !

Please enter your domain name