www.infrawerk.nl analysis, site info, backlinks and seo
www.infrawerk.nl - infrawerk uitzendbureau b.v. - infrawerk uitzendbureau
Description: infrawerk uitzendbureau b.v.. infrawerk is een landelijk werkende organisatie, met een breed scala aan vacatures in de infratechniek en de telecom.in de infratechniek hebben wij vacatures als grondwerker, machinist, fitter, buizenlegger, uitvoerder etc. in de telecom hebben we vacatures voor o.a. datamonteurs, ftth monteurs, monteur storingen etc.
www.infrawerk.nl scores a 8,7 out of 10 on our optimalisation scale. This is far above average. We have identified 47 keywords. This page seems optimized for the keyword 'infrawerk'
summary
This is the summary of our www.infrawerk.nl analysis. Please check for detailed info under their tabs.
| Site | www.infrawerk.nl (visit site) |
| Page Title | infrawerk uitzendbureau b.v. - infrawerk uitzendbureau |
| Keyword density | --- aan administratief als calculator contactgegevens diverse een etc fitter ftth gaat grondwerk hebben images inbrabant inbudel infratechniek infrawerk inloggen inschrijven kandidaten machinist meer meld met monteur ons ontvang onze ov-chip over payrolling rss src telecom uitzendbureau upload vacatures via-via voor voordelen werkvoorbereider werkwijze wij www zoeken |
| SEO Summary | 61% meta description relevance, 47% link relevance, 50% heading relevance, 19 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 19 html errors and warings !
>> Read More !
SEO score of www.infrawerk.nl
8,7
>> Read More !
www.infrawerk.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 7,73
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 730 column 98 - Warning: unescaped & which should be written as &
line 750 column 126 - Warning: discarding unexpected </li>
line 751 column 125 - Warning: discarding unexpected </li>
line 752 column 148 - Warning: discarding unexpected </li>
line 753 column 144 - Warning: discarding unexpected </li>
line 754 column 82 - Warning: discarding unexpected </li>
line 755 column 132 - Warning: discarding unexpected </li>
line 760 column 126 - Warning: discarding unexpected </li>
line 761 column 132 - Warning: discarding unexpected </li>
line 762 column 130 - Warning: discarding unexpected </li>
line 763 column 128 - Warning: discarding unexpected </li>
line 764 column 133 - Warning: discarding unexpected </li>
line 769 column 132 - Warning: discarding unexpected </li>
line 770 column 147 - Warning: discarding unexpected </li>
line 771 column 137 - Warning: discarding unexpected </li>
line 772 column 144 - Warning: discarding unexpected </li>
line 773 column 140 - Warning: discarding unexpected </li>
line 774 column 143 - Warning: discarding unexpected </li>
Info: Document content looks like HTML 4.01 Transitional
19 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.infrawerk.nl javascript info
Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 12 external javascripts and 12 internal javascripts on www.infrawerk.nl
Javascripts in the head of the page
http://www.infrawerk.nl/_javascript/fsmenu2.js
http://www.infrawerk.nl/_javascript/random.js
http://www.infrawerk.nl/_javascript_global/jquery.js
http://www.infrawerk.nl/_javascript_global/jquery.inputdescr.js
http://www.infrawerk.nl/_javascript_global/jquery.magicselect.js
http://www.infrawerk.nl/_javascript_global/jquery.cycle.all.js
http://www.infrawerk.nl/_javascript_global/jquery.animatedcollapse.js
http://www.infrawerk.nl/_javascript_global/jquery.autocomplete.js
http://www.infrawerk.nl/_javascript_global/jquery.multiselect_koen.js
http://www.infrawerk.nl/_javascript_global/jquery.easing.js
http://www.infrawerk.nl/_javascript_global/jquery.easing.compatibility.js
http://www.infrawerk.nl/_javascript/roller_h.js
www.infrawerk.nl inline javascript info
The following inline javascript snippets were found on this page:
var kwaskurl='"http://www.infrawerk.nl/index.php/page/advsearchvacs/bb/1/command/kwautocomplete/arg/';
var locaskurl='"http://www.infrawerk.nl/index.php/page/advsearchvacs/bb/1/command/locautocomplete/arg/';
var isearch = -1;
var ac = null; // autocomplete object
//
function advsearchhookform_check_form(frm) {
//
//
return(true);
}
// define ready function
$(document).ready(function() {
// setup jquery multiselect for keyword options
var reqscripts = "jquerybase,jqueryautocomplete,jquerymultiselect,jqueryanimatedcollapse";
if(reqscripts.indexof('jquerymultiselect') > -1){
if ($('#hook_multisel_kw_options').length) $('#hook_multisel_kw_options').multiselect({
selectalltext: 'selecteer alle',
noneselected: 'selecteer velden...',
oneormoreselected: 'selecteer velden (% geselecteerd)...'
});
}
// setup autocomplete for the keyword
if ($('#assearchhookkeywords').length) {
$('#assearchhookkeywords').autocomplete({
serviceurl:kwaskurl,
minchars:3,
//delimiter: /(,|;)\s*/, // regex or character
maxheight:300,
width:200
//deferrequestby: 0, //miliseconds
// callback function:
//onselect: function(value, data){ alert('you selected: ' + value + ', ' + data); }
});
}
if($('#cb_main_local_search').length)
{
// before first initialization of autocompelte
isearch = ($('#cb_main_local_search').is(':checked')) ? 1 : 0; // initlaize
$('#cb_main_local_search').click(function() {
var ch = ($(this).is(':checked')) ? 1 : 0;
if ($('#assearchhooklocation').length && ac != null)
{
// reinit autocomplete
ac.setoptions({minchars: 3, maxheight: 300, width: 200, params:{international: ch}});
ac.clearcache();
}
});
}
// setup autocomplete for the location, if available
if ($('#assearchhooklocation').length)
{
ac = $('#assearchhooklocation').autocomplete({
serviceurl:locaskurl,
params:{international: isearch},
minchars:3,
//delimiter: /(,|;)\s*/, // regex or character
maxheight:300,
width:200
//deferrequestby: 0, //miliseconds
// callback function:
//onselect: function(value, data){ alert('you selected: ' + value + ', ' + data); }
});
}
// setup jquery multiselect for category search
var reqscripts = "jquerybase,jqueryautocomplete,jquerymultiselect,jqueryanimatedcollapse";
if(reqscripts.indexof('jquerymultiselect') > -1){
if ($('#multisel_categorie').length) $('#multisel_categorie').multiselect({
selectalltext: 'selecteer alle',
noneselected: 'selecteer categorieën...',
oneormoreselected: 'selecteer categorieën (% geselecteerd)...'
});
// setup match criteria multiselects
//
}
//
animatedcollapse.adddiv('asrhookvacanciesextendedcontrols', 'fade=1,persist=1');
var ac_ot_old = animatedcollapse.ontoggle;
animatedcollapse.ontoggle=function($, divobj, state) {
if (typeof(ac_ot_old) == 'function') {
ac_ot_old($,divobj,state);
}
if (divobj.id=='asrhookvacanciesextendedcontrols') {
//alert(state);
if (state=='block') {
$('#excontrolstogglelink').html('zoekopties inklappen');
//$("#asrhookvacanciesextendedcontrols input,#asrhookvacanciesextendedcontrols select").attr("disabled", true);
$("#asrhookvacanciesextendedcontrols input,#asrhookvacanciesextendedcontrols select").removeattr("disabled");
} else if (state=='none') {
$('#excontrolstogglelink').html('meer zoekopties');
$("#asrhookvacanciesextendedcontrols input,#asrhookvacanciesextendedcontrols select").attr("disabled", true);
}
}
}
animatedcollapse.init();
});
//
var listmenu = new fsmenu('listmenu', true, 'display', 'block', 'none');
listmenu.animations[listmenu.animations.length] = fsmenu.animfade;
listmenu.animations[listmenu.animations.length] = fsmenu.animswipedown;
var arrow = null;
addevent(window, 'load', new function('listmenu.activatemenu("listmenuroot", arrow)'));
$(document).ready(function() {
inputdescr('#jobsearchhooktrefwoord','trefwoord');
$('#matchcriteria_branche').magicselect();
});
$(document).ready(function() {
$('#teas1out').cycle({
fx: 'fade',
speed:1200,
timeout: 10000,
random: 1
});
});
var _gaq = _gaq || [];
_gaq.push(['_setaccount', 'ua-20939716-1']);
_gaq.push(['_trackpageview']);
(function() {
var ga = document.createelement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getelementsbytagname('script')[0]; s.parentnode.insertbefore(ga, s);
})();
www.infrawerk.nl seo score expained
Below are the scores we calculated for different parts of www.infrawerk.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 | 100 | 2,3 | A title should reflect the contents of a site. This site has a 100 % match |
|
|
Title Length | 100 | 0,7 | Try to keep your title between 40 and 66 characters. Your title was 55 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 | 50 | 0,7 | The meta description should be between 145 and 160 characters. This meta description was 350 characters long |
|
|
Meta description relevance | 79 | 0,7 | Meta Description should reflect the contents of a site. This site has a 61 % match |
|
|
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. |
|
|
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 3 level 1 folders and 43 folders above or in the first level of navigation. |
|
|
Headings | 90 | 1,6 | Headers should reflect the contents of a site. This site has a 50 % match |
|
|
Links | 100 | 1,6 | Link anchors should to some degree reflect the contents of a site. This site has a 47 % match |
|
|
Image alt tags | 24 | 0,5 | Image alt tags should to some degree reflect the contents of a site. This site has a 8 % 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 | 91 | 2 | If this score is not 100 check the html very carefully. We found 19 errors and warnings |
|
|
WordCount | 100 | 1,1 | An ideal page contains between 400 and 600 words.This page contains 560 words |
www.infrawerk.nl content analysis
On this page the content of www.infrawerk.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.infrawerk.nl |
| Domain length | 16 characters |
| Domain relevance |
found the keyword infrawerk 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 | infrawerk uitzendbureau b.v. - infrawerk uitzendbureau |
| Page Title relevance |
100% match infrawerk uitzendbureau |
| Meta Description | infrawerk uitzendbureau b.v.. infrawerk is een landelijk werkende organisatie, met een breed scala aan vacatures in de infratechniek en de telecom.in de infratechniek hebben wij vacatures als grondwerker, machinist, fitter, buizenlegger, uitvoerder etc. in de telecom hebben we vacatures voor o.a. datamonteurs, ftth monteurs, monteur storingen etc. (349 chars) |
| Meta Deascription relevance |
61% match infrawerk uitzendbureau een landelijk werkende organisatie met breed scala aan vacatures infratechniek telecom hebben wij als grondwerker machinist fitter buizenlegger uitvoerder etc voor datamonteurs ftth monteurs monteur storingen |
| Meta Keywords | infrawerk, werkvoorbereider, cai monteur, infrawerk uitzendbureau, infra werk, grondwerker, grondwerkers gezocht, vacatures grondwerker, uitvoerder, infrawerk nijmegen, datamonteur |
| Meta keyword relevance |
36% match infrawerk werkvoorbereider cai monteur uitzendbureau infra werk grondwerker grondwerkers gezocht vacatures uitvoerder nijmegen datamonteur |
| Meta | 0 |
| Meta revisit-after | 1 days |
| Meta robots | index, follow |
| Meta abstract | infrawerk uitzendbureau b.v.. infrawerk is een landelijk werkende organisatie, met een breed scala aan vacatures in de infratechniek en de |
| Meta replyto | bobboerman@infrawerk.nl |
| Meta author | infrawerk uitzendbureau - otys recruiting technology |
| Meta imagetoolbar | no |
| Meta locale | nl |
| Meta language | dutch |
| Meta content-language | nl |
| Meta title | infrawerk uitzendbureau b.v. - infrawerk uitzendbureau |
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 | --- aan administratief als calculator contactgegevens diverse een etc fitter ftth gaat grondwerk hebben images inbrabant inbudel infratechniek infrawerk inloggen inschrijven kandidaten machinist meer meld met monteur ons ontvang onze ov-chip over payrolling rss src telecom uitzendbureau upload vacatures via-via voor voordelen werkvoorbereider werkwijze wij www zoeken |
| Wordcount | 559 words found on www.infrawerk.nl |
| Links |
75 links found on page containing the following anchor texts infrawerk uitzendbureau, stratenmaker, leidinggevend monteur e, glasvezelmonteur/has monteur (ftth), telecom monteur wifi, administratief medewerk(st)er/werkvoorbereiding, calculator telecom, alle vacatures, facebook, twitter, kandidaten, inschrijven, vacatures, inloggen, via-via, over ons, over ons, onze werkwijze, voordelen, contactgegevens, werkgevers, over ons, onze werkwijze, uw voordeel, payrolling, downloads, klant worden, contactgegevens, vacatures, overzicht vacatures, vacatures per email, vacatures via rss, vacatures zoeken, rss, e-mail, vacatures op de kaart, meer zoekopties, volledig uitgebreid zoeken, fitter, grondwerk, machinist, monteur telecom, monteur (diverse), werkvoorbereider, calculator, administratief, diverse, datamonteur, engineer telecom, monteur ov-chip, inschrijven:, lees meer:, kandidaten, over ons, via-via, inschrijven, inloggen, vacatures, onze werkwijze, werkgever, over ons, onze werkwijze, uw voordelen, payrolling, contactgegevens, vacatures, vacatures ftth, vacatures telecom bovengronds, vacatures grondwerk, vacatures werkvoorbereider, vacatures datatechniek, vacatures ov-chip monteur, © infrawerk uitzendbureau 2012, disclaimer, sitemap, |
| Link anchor relevance |
47% match infrawerk uitzendbureau stratenmaker leidinggevend monteur glasvezelmonteur has ftth telecom wifi administratief medewerk werkvoorbereiding calculator alle vacatures facebook twitter kandidaten inschrijven inloggen via-via over ons onze werkwijze voordelen contactgegevens werkgevers voordeel payrolling downloads klant worden overzicht per email via rss zoeken e-mail kaart meer zoekopties volledig uitgebreid fitter grondwerk machinist diverse werkvoorbereider datamonteur engineer ov-chip lees werkgever bovengronds datatechniek disclaimer sitemap |
| Headings |
5 headings found on page containing the following texts infrawerk uitzendbureau b.v., contact, inschrijven, ken jij ftth jongens?, onze klanten, |
| Headings relevance |
50% match infrawerk uitzendbureau contact inschrijven ken jij ftth jongens onze klanten |
| 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 |
29 image alt tags found on page containing the following texts , , , , , , , , , , , , , , , , , , , lcc network services, heijmans technische infra bv / infratechniek, visser & smit hanab bv, hilti, darico telecom solutions, smet tunnelling, bam infratechniek zuid bv, a.hak infranet bv, otys recruiting technology, pxl communicatie, |
| Image alt tag relevance |
8% match lcc network services heijmans technische infra infratechniek visser smit hanab hilti darico telecom solutions smet tunnelling bam zuid hak infranet otys recruiting technology pxl communicatie |
www.infrawerk.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.infrawerk.nl:
http://www.infrawerk.nl/_css_global/globalstyling.css
http://www.infrawerk.nl/_css/stylesite.css
http://www.infrawerk.nl/_css/listmenu_h.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.infrawerk.nl inline stylesheet info
No inline css was detected on this page
www.infrawerk.nl navigation and internal link structure
We have scanned www.infrawerk.nl for internal links and found 69 links on this page. We found 3 base folders and 43 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 found an easy to follow navigation structure on www.infrawerk.nl
Internal links found
Click on any of the links below to analyze that page
www.infrawerk.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 | 2,030587 seconds |
| Filesize | 33815 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 | |
| Server: nginx/1.0.8 | The Server header contains information about the software used by the origin server to handle the request. The server used here is nginx/1.0.8 |
| Date: Fri, 25 May 2012 22:08:38 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. |
| 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 |
| 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 |
| Connection: keep-alive | The Connection general-header field allows the sender to specify options that are desired for that particular connection. Common values are keep-alive and close. Keep alive means the connection to the server should stay open for re-use. Usually this means a speed advantage for a website since the connection can be reused to fetch images, javascript, css etc. The value is keep-alive |
| X-Powered-By: PHP/5.2.17 | 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.17 |
| Set-Cookie: OF=p7glsuubp3vt6ucff80gafc605; path=/; domain=.infrawerk.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 OF=p7glsuubp3vt6ucff80gafc605; path=/; domain=.infrawerk.nl bytes |
| Expires: Thu, 19 Nov 1981 08:52: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 Thu, 19 Nov 1981 08:52:00 GMT |
| Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 | 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-store, no-cache, must-revalidate, post-check=0, pre-check=0 |
| 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 |
| Vary: User-Agent |
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 | 85.112.22.180 |
| Country Code | NL |
| Country Code 3 | NLD |
| Country Name | Netherlands |
Backlink analysis for www.infrawerk.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.infrawerk.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.infrawerk.nl
|
vacatures.infrawerk.nl alle vacatures - vacatures.infrawerk.nl |
|
www.twitter.com twitter - twitter.com/infrawerk1 |
|
vacatures.infrawerk.nl vacatures - vacatures.infrawerk.nl |
|
vacatures.infrawerk.nl overzicht vacatures - vacatures.infrawerk.nl |
Analyse your website !
| Please enter your domain name |