www.travellero.it analysis, site info, backlinks and seo


www.travellero.it

www.travellero.it - travellero - prenotazioni hotel e voli low cost al prezzo minimo garantito. roma, venezia, firenze, milano, napoli. hotel in italia

www.travellero.it scores a 3,1 out of 10 on our optimalisation scale. This is a little below average. We have identified keywords. This page seems optimized for the keyword ''

summary

This is the summary of our www.travellero.it analysis. Please check for detailed info under their tabs.

Site www.travellero.it (visit site)
Page Title travellero - prenotazioni hotel e voli low cost al prezzo minimo garantito. roma, venezia, firenze, milano, napoli. hotel in italia
Keyword density
SEO Summary 0% meta description relevance, 0% link relevance, 0% heading relevance, 404 page errors
Server info Location: Soci,Italy

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

>> Read More !

SEO score of www.travellero.it

3,1

>> Read More !

www.travellero.it javascript

www.travellero.it javascript info

Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 4 external javascripts and 4 internal javascripts on www.travellero.it

Javascripts in the head of the page

The following js files were found on this page:

http://www.travellero.it/javascript/slideshow.js
http://www.travellero.it/flights/destinazioni.js
http://maps.google.com/maps?file=api&v=2.x&key=abqiaaaanhurnn0viiv2nwj_ibqamhstwxaq9-d_zajsogxxnufkzegbihszb8igmmwvxzgtzmd1bstewpssvg
http://www.travellero.it/javascript/overlib.js

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

www.travellero.it 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:

<!--
//<![cdata[
// google maps code starts here
var gmarkers = [];
var htmls = [];
var map;
var geocoder;
var adrsloc;

function loadhotel(lat,lon) {
// funzione per la creazione dei markers per gli hotel
function createmarkerhotel(point,html,ids) {
// creo le icone
var icon = new gicon();
icon.image = "/images/mapicons/hgialloo12-20.png";
icon.iconsize = new gsize(12, 20);
icon.iconanchor = new gpoint(6, 20);
icon.infowindowanchor = new gpoint(5, 1);
var marker = new gmarker(point, icon);
gevent.addlistener(marker, "click", function() {
marker.openinfowindowhtml(html);
});
// salvo le info che potro' utilizzare in seguito per la sidebar
gmarkers[ids] = marker;
htmls[ids] = html;
return marker;
}

// richiedo le coordinate degli hotel
var requesthotel = gxmlhttp.create();
requesthotel.open("get", "/xml/coordshotel.asp?lat="+lat+"&lon="+lon, true);
requesthotel.onreadystatechange = function() {
if (requesthotel.readystate == 4) {
//alert(requesthotel.responsexml);
var xmldoc = requesthotel.responsexml;
// leggo gli array dei markers e looppo per leggerli tutti
var markers = xmldoc.documentelement.getelementsbytagname("marker");

for (var i = 0; i < markers.length; i++) {
// leggo gli attributi dei markers
var ids = markers[i].getattribute("ids");
var lat = parsefloat(markers[i].getattribute("lat"));
var lng = parsefloat(markers[i].getattribute("lng"));
var point = new glatlng(lat,lng);
var img = markers[i].getattribute("img");
var html = '<table><tr><td><img width=115 height=82 src=/miniatura.aspx?src='+ids+'/'+img+'&h=115&w=115><td class=testonero12 align=left>'+markers[i].getattribute("html")+'';
// creo il marker
var marker = createmarkerhotel(point,html,ids);
map.addoverlay(marker);
}
}
}
requesthotel.send(null);
}

function load(lat,lon,zoom,cityname) {
map = new gmap2(document.getelementbyid("map"));
map.addcontrol(new glargemapcontrol());
map.addcontrol(new gmaptypecontrol());
map.setcenter(new glatlng(lat, lon), zoom);
geocoder = new gclientgeocoder();

document.getelementbyid('mapcity1').innerhtml = cityname;
document.getelementbyid('mapcity2').innerhtml = cityname;
document.getelementbyid('mapcity3').innerhtml = cityname;
adrsloc = cityname;

if (gbrowseriscompatible()) {
loadhotel(lat,lon);
}
}

function addaddresstomap(response) {
//map.clearoverlays();
if (!response || response.status.code != 200) {
alert("sorry, we were unable to find the following address:\n"+document.getelementbyid('adrs').value+', '+adrsloc+', italy');
//document.getelementbyid('map').style.display='none';
} else {
place = response.placemark[0];
point = new glatlng(place.point.coordinates[1], place.point.coordinates[0]);
var icon = new gicon();
icon.image = "/images/mapicons/cerchiorosso40-40.png";
icon.iconsize = new gsize(40, 40);
icon.iconanchor = new gpoint(20, 20);
icon.infowindowanchor = new gpoint(20, 20);
marker = new gmarker(point,icon);
map.addoverlay(marker);
gevent.addlistener(marker, "click", function() {
marker.openinfowindowhtml('<span class=testonero12>'+place.address+'');
});
marker.openinfowindowhtml('<span class=testonero12>'+place.address+'');
}
}

function showlocation() {
geocoder.getlocations(adrsloc+' '+document.getelementbyid('adrs').value+', italy', addaddresstomap);
}

function findlocation(address) {
document.forms[0].q.value = address;
showlocation();
}
// google maps code ends here

function setloc(loc) {
document.searchform.localita.value=loc;
}

function scrivicombo(nomecombo){
if (nomecombo == 'chdage') {
document.write(' <option value="0">&lt;1\n');
for(var i=1;i<=18;i++)
document.write(' <option value="'+i+'">'+i+'\n');
} else if (nomecombo == 'nadl') {
for(var i=1;i<=8;i++)
document.write(' <option value="'+i+'">'+i+'\n');
} else if (nomecombo == 'nchd') {
for(var i=0;i<=8;i++)
document.write(' <option value="'+i+'">'+i+'\n');
}
}

function showrooms(f){
var formname
if (f=='1') {formname = document.searchform}
else if (f=='2') {formname = document.hotelflightsearchform}

var nrooms = parseint(formname.nrooms.options[formname.nrooms.selectedindex].value);
for (var i=2;i<=4;i++){
document.getelementbyid('trroom'+f+i).style.visibility = 'hidden';
document.getelementbyid('trroom'+f+i).style.display='none';
}
for (var i=2;i<=nrooms;i++){
document.getelementbyid('trroom'+f+i).style.visibility = 'visible';
document.getelementbyid('trroom'+f+i).style.display='inline';
}
}

function showchd(n,f){
var formname
if (f==1) {formname = 'document.searchform'}
else if (f==2) {formname = 'document.hotelflightsearchform'}

var nchd = parseint(eval(formname+".nchd"+n+".options["+formname+".nchd"+n+".selectedindex].value"));

for (var i=1;i<=8;i++){
document.getelementbyid('chd'+n+'_age_'+i+f).style.visibility = 'hidden';
document.getelementbyid('chd'+n+'_age_'+i+f).style.display='none';
//document.getelementbyid('txt_chd').style.visibility='hidden';
//document.getelementbyid('txt_chd').style.display='none';
//document.getelementbyid('tab_room1').style.background = '';
}
for (var i=1;i<=nchd;i++){
document.getelementbyid('chd'+n+'_age_'+i+f).style.visibility = 'visible';
document.getelementbyid('chd'+n+'_age_'+i+f).style.display='inline';
//document.getelementbyid('txt_chd').style.visibility='visible';
//document.getelementbyid('txt_chd').style.display='inline';
//document.getelementbyid('tab_room1').style.background = 'url(http://server/images/sf_selectchdarrow.gif)';
}
}
function loading(){
document.searchform.cerca.value='>> ricerca in corso';
document.searchform.cerca.disabled=true;
}

function buildselect() {
for (op = 0; op <= 18; op++) {
document.form1.fieldb.options[op] = new option(op,op)
}
return;
}

ss = new slideshow("ss");
//-->

function mm_openbrwindow(theurl,winname,features) { //v2.0
window.open(theurl,winname,features);
}

scrivicombo('nchd');

scrivicombo('nadl');

scrivicombo('nchd');

scrivicombo('nadl');

scrivicombo('nchd');

scrivicombo('nadl');

scrivicombo('nchd');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('nadl');

scrivicombo('nchd');

scrivicombo('nadl');

scrivicombo('nchd');

scrivicombo('nadl');

scrivicombo('nchd');

scrivicombo('nadl');

scrivicombo('nchd');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

scrivicombo('chdage');

function newscreen() {
window.open("","talk","width=530,height=450,resizable=no,scrollbars=auto")
}

www.travellero.it backlinks

Backlink analysis for www.travellero.it

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 www.travellero.it 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
ischia.travellero.it
hotel ischia - ischia.travellero.it/hotel-ischia/hotel-ischia.asp
ischia.travellero.it
ischia! - ischia.travellero.it
ischia.travellero.it
hotel ischia - ischia.travellero.it/lastminute.asp
en.travellero.com
eng - en.travellero.com/default.asp
it.travellero.com
bologna - it.travellero.com/search.asp?locid=1318731&inizio=22/08/2010&fine=23/08/2010&localita=bologna&nadl1=2&ricerca=1
it.travellero.com
firenze - it.travellero.com/search.asp?locid=1324430&inizio=01/11/2010&fine=02/11/2010&localita=firenze&nadl1=2&ricerca=1
it.travellero.com
milano - it.travellero.com/search.asp?locid=1328132&inizio=27/08/2010&fine=28/08/2010&localita=milano&nadl1=2&ricerca=1
it.travellero.com
venezia - it.travellero.com/search.asp?locid=1337541&inizio=01/11/2010&fine=02/11/2010&localita=venezia&nadl1=2&ricerca=1
it.travellero.com
napoli - it.travellero.com/search.asp?locid=1329245&inizio=30/09/2010&fine=01/10/2010&localita=napoli&nadl1=2&ricerca=1
it.travellero.com
siracusa - it.travellero.com/search.asp?locid=1335649&inizio=01/09/2010&fine=02/09/2010&localita=siracusa&nadl1=2&ricerca=1
it.travellero.com
palermo - it.travellero.com/search.asp?locid=1329966&inizio=11/09/2010&fine=12/09/2010&localita=palermo&nadl1=2&ricerca=1
it.travellero.com
catania - it.travellero.com/search.asp?locid=1321974&inizio=01/09/2010&fine=02/09/2010&localita=catania&nadl1=2&ricerca=1
it.travellero.com
sorrento - it.travellero.com/search.asp?locid=1335811&inizio=22/08/2010&fine=23/08/2010&localita=sorrento&nadl1=2&ricerca=1
it.travellero.com
capri - it.travellero.com/search.asp?locid=1320095&inizio=01/10/2010&fine=02/10/2010&localita=capri&nadl1=2&ricerca=1
it.travellero.com
treviso - it.travellero.com/search.asp?locid=1336961&inizio=29/08/2010&fine=30/08/2010&localita=treviso&nadl1=2&ricerca=1
it.travellero.com
rimini - it.travellero.com/search.asp?locid=1332258&inizio=12/09/2010&fine=13/09/2010&localita=rimini&nadl1=2&ricerca=1
it.travellero.com
furore - it.travellero.com/search.asp?locid=1324915&inizio=01/10/2010&fine=02/10/2010&localita=furore&nadl1=2&ricerca=1
it.travellero.com
amalfi - it.travellero.com/search.asp?locid=1317481&inizio=01/10/2010&fine=02/10/2010&localita=amalfi&nadl1=2&ricerca=1
it.travellero.com
taormina - it.travellero.com/search.asp?locid=1336242&inizio=30/09/2010&fine=01/10/2010&localita=taormina&nadl1=2&ricerca=1
it.travellero.com
lago di garda - it.travellero.com/search.asp?locid=3200131&inizio=24/12/2010&fine=25/12/2010&localita=lago di garda&nadl1=2&ricerca=1
it.travellero.com
milano bergamo (bgy) - catania (cta) - it.travellero.com/flights/flightscanner.asp?nom=1§or1_o=abgy§or1_d=cta&adult=1&infant=0&datap=21/07/2006&datar=&cat=cerca
it.travellero.com
milano bergamo (bgy) - napoli (nap) - it.travellero.com/flights/flightscanner.asp?nom=1§or1_o=abgy§or1_d=nap&adult=1&infant=0&datap=25/07/2006&datar=&cat=cerca
it.travellero.com
milano bergamo (bgy) - palermo (pmo) - it.travellero.com/flights/flightscanner.asp?nom=1§or1_o=abgy§or1_d=pmo&adult=1&infant=0&datap=25/07/2006&datar=&cat=cerca
it.travellero.com
roma ciampino (cia) - londra stansted (stn) - it.travellero.com/flights/flightscanner.asp?nom=1§or1_o=acia§or1_d=stn&adult=1&infant=0&datap=21/07/2006&datar=&cat=cerca
it.travellero.com
catania (cta) - milano bergamo (bgy) - it.travellero.com/flights/flightscanner.asp?nom=1§or1_o=acta§or1_d=bgy&adult=1&infant=0&datap=21/07/2006&datar=&cat=cerca
it.travellero.com
catania (cta) - napoli (nap) - it.travellero.com/flights/flightscanner.asp?nom=1§or1_o=acta§or1_d=nap&adult=1&infant=0&datap=29/07/2006&datar=&cat=cerca
it.travellero.com
napoli (nap) - milano bergamo (bgy) - it.travellero.com/flights/flightscanner.asp?nom=1§or1_o=anap§or1_d=bgy&adult=1&infant=0&datap=25/07/2006&datar=&cat=cerca
it.travellero.com
napoli (nap) - catania (cta) - it.travellero.com/flights/flightscanner.asp?nom=1§or1_o=anap§or1_d=cta&adult=1&infant=0&datap=28/07/2006&datar=&cat=cerca
ischia.travellero.it
ischia - ischia.travellero.it
www.travellero.com
hotel in florence - www.travellero.com
ischia.travellero.it
prenotazioni ischia - ischia.travellero.it
www.elbatravelweb.com
hotel elba - www.elbatravelweb.com
www.ischiatravelweb.com
hotel ad ischia - www.ischiatravelweb.com
www.travellero.com
italy - www.travellero.com/nazione_italy
www.offertelastminute.it
offerte last minute - www.offertelastminute.it
ischia.travellero.it
ischia - ischia.travellero.it/lastminute.asp
www.h2opatagonia.com
futaleufu river whitewater rafting trips - www.h2opatagonia.com
www.italysquare.com
hotel cesenatico - www.italysquare.com/it/hotel/cesenatico.htm
www.campaniahotel.com
campania hotel - www.campaniahotel.com
www.toscanahotel.net
toscana hotel - www.toscanahotel.net
www.abcgargano.com
hotel gargano - www.abcgargano.com/
vacanze.italiaabc.it
vacanze - vacanze.italiaabc.it
www.salentonet.it
puglia - www.salentonet.it
www.belsalento.it
salento - www.belsalento.it
www.riminibeach.it
hotel cattolica - www.riminibeach.it/hotel-cattolica
www.hotel-rimini.com
hotel rimini - www.hotel-rimini.com/
www.info-alberghi.com
hotel riccione - www.info-alberghi.com
www.portalesardegna.com
vacanze sardegna - www.portalesardegna.com
www.fuoriditesta.it
chat - www.fuoriditesta.it
www.mrwebmaster.it
risorse per webmaster - www.mrwebmaster.it
hotel.italiaabc.it
hotel rimini - hotel.italiaabc.it/rimini.html
www.abcrimini.com
hotel rimini - www.abcrimini.com
www.guidahotel.com
hotel rimini - www.guidahotel.com
www.azzurrivoli.it
offerte voli low cost - www.azzurrivoli.it
www.finpress.it
hotel gargano - www.finpress.it/hotel-gargano.htm
www.umbriaagriturismo.net
agriturismo umbria - www.umbriaagriturismo.net/
www.costadiamalfi.it
amalfi coast - www.costadiamalfi.it/english/index.htm
www.positanonline.com
positano - www.positanonline.com/
www.turismonews.it
turismo in italia - www.turismonews.it/
www.dgmag.it
vacanze - www.dgmag.it/vacanze
www.travellero.it server info

www.travellero.it 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,576276 seconds
Filesize 104807 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: Sat, 26 May 2012 02:06:12 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: Microsoft-IIS/6.0 The Server header contains information about the software used by the origin server to handle the request. The server used here is Microsoft-IIS/6.0
X-Powered-By: Travellero.it 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 Travellero.it
P3P: policyref="/p3p/privacy.p3p"
X-Powered-By: ASP.NET 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 ASP.NET
Content-Length: 104807 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 104807 bytes
Content-Type: text/html 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
Set-Cookie: ASPSESSIONIDSARBBCRB=FPDHAAPDEJPCKLNDLPGFLBCK; path=/ 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 ASPSESSIONIDSARBBCRB=FPDHAAPDEJPCKLNDLPGFLBCK; path=/ bytes
Cache-control: private 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 private

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 62.149.227.93
Country Code IT
Country Code 3 ITA
Country Name Italy
Region 05
City Soci
www.travellero.it seo score

www.travellero.it seo score expained

Below are the scores we calculated for different parts of www.travellero.it.

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 error: A title should reflect the contents of a site. This site has a 0 % match Title relevance 0 2,3 A title should reflect the contents of a site. This site has a 0 % match
seo tip: Try to keep your title between 40 and 66 characters. Your title was 132 characters long Title Length 50 0,7 Try to keep your title between 40 and 66 characters. Your title was 132 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  27 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 27 internal links on this page.
seo approval: We found a folder structure in the links on your page. A good folder structure makes a site easier to navigate. We found 1 level 1 folders and 4 folders above or in the first level of navigation. Folder structure 100 1,4 We found a folder structure in the links on your page. A good folder structure makes a site easier to navigate. We found 1 level 1 folders and 4 folders above or in the first level of navigation.
seo error: Headers should reflect the contents of a site. This site has a 0 % match Headings 0 1,6 Headers should reflect the contents of a site. This site has a 0 % match
seo error: Link anchors should to some degree reflect the contents of a site. This site has a 0 % match Links 0 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 0 % match
seo error: Image alt tags should to some degree reflect the contents of a site. This site has a 0 % match Image alt tags 0 0,5 Image alt tags should to some degree reflect the contents of a site. This site has a 0 % match
seo error: Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file Html ratio 0 1,1 Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file
seo error: If this score is not 100 check the html very carefully. We found 404 errors and warnings Page errors 0 2 If this score is not 100 check the html very carefully. We found 404 errors and warnings
seo error: An ideal page contains between 400 and 600 words.This page contains 1 words WordCount 0 1,1 An ideal page contains between 400 and 600 words.This page contains 1 words
www.travellero.it html

www.travellero.it 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 52403,5

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 59 column 123 - Warning: '<' + '/' + letter not allowed here
line 59 column 196 - Warning: '<' + '/' + letter not allowed here
line 59 column 201 - Warning: '<' + '/' + letter not allowed here
line 59 column 209 - Warning: '<' + '/' + letter not allowed here
line 102 column 83 - Warning: '<' + '/' + letter not allowed here
line 104 column 81 - Warning: '<' + '/' + letter not allowed here
line 124 column 64 - Warning: '<' + '/' + letter not allowed here
line 126 column 68 - Warning: '<' + '/' + letter not allowed here
line 129 column 68 - Warning: '<' + '/' + letter not allowed here
line 132 column 68 - Warning: '<' + '/' + letter not allowed here
line 227 column 147 - Warning: unescaped & or unknown entity "&lang"
line 1236 column 140 - Warning: unescaped & or unknown entity "&lang"
line 1241 column 361 - Warning: unescaped & or unknown entity "&lang"
line 1325 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1325 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1325 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1325 column 162 - Warning: unescaped & or unknown entity "&nadl1"
line 1325 column 170 - Warning: unescaped & or unknown entity "&ricerca"
line 1329 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1329 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1329 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1329 column 162 - Warning: unescaped & or unknown entity "&nadl1"
line 1329 column 170 - Warning: unescaped & or unknown entity "&ricerca"
line 1337 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1337 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1337 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1337 column 161 - Warning: unescaped & or unknown entity "&nadl1"
line 1337 column 169 - Warning: unescaped & or unknown entity "&ricerca"
line 1341 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1341 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1341 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1341 column 162 - Warning: unescaped & or unknown entity "&nadl1"
line 1341 column 170 - Warning: unescaped & or unknown entity "&ricerca"
line 1349 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1349 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1349 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1349 column 161 - Warning: unescaped & or unknown entity "&nadl1"
line 1349 column 169 - Warning: unescaped & or unknown entity "&ricerca"
line 1353 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1353 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1353 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1353 column 163 - Warning: unescaped & or unknown entity "&nadl1"
line 1353 column 171 - Warning: unescaped & or unknown entity "&ricerca"
line 1361 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1361 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1361 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1361 column 162 - Warning: unescaped & or unknown entity "&nadl1"
line 1361 column 170 - Warning: unescaped & or unknown entity "&ricerca"
line 1365 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1365 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1365 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1365 column 162 - Warning: unescaped & or unknown entity "&nadl1"
line 1365 column 170 - Warning: unescaped & or unknown entity "&ricerca"
line 1373 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1373 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1373 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1373 column 163 - Warning: unescaped & or unknown entity "&nadl1"
line 1373 column 171 - Warning: unescaped & or unknown entity "&ricerca"
line 1377 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1377 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1377 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1377 column 160 - Warning: unescaped & or unknown entity "&nadl1"
line 1377 column 168 - Warning: unescaped & or unknown entity "&ricerca"
line 1385 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1385 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1385 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1385 column 162 - Warning: unescaped & or unknown entity "&nadl1"
line 1385 column 170 - Warning: unescaped & or unknown entity "&ricerca"
line 1389 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1389 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1389 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1389 column 161 - Warning: unescaped & or unknown entity "&nadl1"
line 1389 column 169 - Warning: unescaped & or unknown entity "&ricerca"
line 1397 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1397 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1397 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1397 column 161 - Warning: unescaped & or unknown entity "&nadl1"
line 1397 column 169 - Warning: unescaped & or unknown entity "&ricerca"
line 1401 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1401 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1401 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1401 column 161 - Warning: unescaped & or unknown entity "&nadl1"
line 1401 column 169 - Warning: unescaped & or unknown entity "&ricerca"
line 1409 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1409 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1409 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1409 column 163 - Warning: unescaped & or unknown entity "&nadl1"
line 1409 column 171 - Warning: unescaped & or unknown entity "&ricerca"
line 1413 column 111 - Warning: unescaped & or unknown entity "&inizio"
line 1413 column 129 - Warning: unescaped & or unknown entity "&fine"
line 1413 column 145 - Warning: unescaped & or unknown entity "&localita"
line 1413 column 168 - Warning: unescaped & or unknown entity "&nadl1"
line 1413 column 176 - Warning: unescaped & or unknown entity "&ricerca"
line 1533 column 1 - Warning: <layer> is not approved by W3C
line 10 column 1 - Warning: <script> inserting "type" attribute
line 218 column 1 - Warning: <script> inserting "type" attribute
line 224 column 1 - Warning: <table> proprietary attribute "height"
line 224 column 1 - Warning: <table> proprietary attribute "background"
line 224 column 1 - Warning: <table> lacks "summary" attribute
line 226 column 103 - Warning: <img> lacks "alt" attribute
line 232 column 1 - Warning: <table> lacks "summary" attribute
line 234 column 51 - Warning: <script> inserting "type" attribute
line 240 column 1 - Warning: <table> lacks "summary" attribute
line 242 column 36 - Warning: <img> lacks "alt" attribute
line 244 column 88 - Warning: <table> proprietary attribute "height"
line 244 column 88 - Warning: <table> lacks "summary" attribute
line 246 column 63 - Warning: <img> proprietary attribute "href"
line 251 column 127 - Warning: <img> proprietary attribute value "texttop"
line 259 column 148 - Warning: <img> proprietary attribute value "texttop"
line 259 column 148 - Warning: <img> lacks "alt" attribute
line 262 column 3 - Warning: <tr> proprietary attribute "background"
line 263 column 5 - Warning: <td> proprietary attribute "background"
line 264 column 7 - Warning: <table> lacks "summary" attribute
line 266 column 48 - Warning: <img> lacks "alt" attribute
line 268 column 13 - Warning: <img> proprietary attribute value "absmiddle"
line 268 column 133 - Warning: <img> lacks "alt" attribute
line 272 column 112 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 221 - Warning: <img> lacks "alt" attribute
line 279 column 37 - Warning: <img> lacks "alt" attribute
line 288 column 33 - Warning: <img> lacks "alt" attribute
line 291 column 46 - Warning: <table> lacks "summary" attribute
line 293 column 51 - Warning: <table> lacks "summary" attribute
line 295 column 28 - Warning: <img> lacks "alt" attribute
line 296 column 93 - Warning: <img> proprietary attribute value "absmiddle"
line 296 column 93 - Warning: <img> lacks "alt" attribute
line 297 column 28 - Warning: <img> lacks "alt" attribute
line 307 column 11 - Warning: <table> lacks "summary" attribute
line 309 column 15 - Warning: <td> proprietary attribute "background"
line 309 column 130 - Warning: <table> lacks "summary" attribute
line 344 column 70 - Warning: <table> lacks "summary" attribute
line 348 column 13 - Warning: <table> lacks "summary" attribute
line 350 column 114 - Warning: <img> lacks "alt" attribute
line 353 column 59 - Warning: <img> lacks "alt" attribute
line 356 column 13 - Warning: <table> lacks "summary" attribute
line 359 column 21 - Warning: <img> lacks "alt" attribute
line 360 column 17 - Warning: <table> lacks "summary" attribute
line 369 column 17 - Warning: <img> lacks "alt" attribute
line 372 column 87 - Warning: <img> lacks "alt" attribute
line 373 column 29 - Warning: <table> proprietary attribute "height"
line 373 column 29 - Warning: <table> lacks "summary" attribute
line 377 column 163 - Warning: <img> proprietary attribute value "absmiddle"
line 380 column 17 - Warning: <table> proprietary attribute "height"
line 380 column 17 - Warning: <table> lacks "summary" attribute
line 384 column 185 - Warning: <img> proprietary attribute value "absmiddle"
line 387 column 66 - Warning: <img> lacks "alt" attribute
line 391 column 17 - Warning: <table> proprietary attribute "height"
line 391 column 17 - Warning: <table> lacks "summary" attribute
line 422 column 17 - Warning: <table> lacks "summary" attribute
line 450 column 41 - Warning: <script> inserting "type" attribute
line 454 column 17 - Warning: <table> lacks "summary" attribute
line 459 column 41 - Warning: <script> inserting "type" attribute
line 461 column 23 - Warning: <img> lacks "alt" attribute
line 463 column 41 - Warning: <script> inserting "type" attribute
line 469 column 41 - Warning: <script> inserting "type" attribute
line 471 column 23 - Warning: <img> lacks "alt" attribute
line 473 column 41 - Warning: <script> inserting "type" attribute
line 479 column 41 - Warning: <script> inserting "type" attribute
line 481 column 23 - Warning: <img> lacks "alt" attribute
line 483 column 41 - Warning: <script> inserting "type" attribute
line 491 column 33 - Warning: <table> lacks "summary" attribute
line 497 column 27 - Warning: <script> inserting "type" attribute
line 500 column 29 - Warning: <script> inserting "type" attribute
line 503 column 29 - Warning: <script> inserting "type" attribute
line 506 column 29 - Warning: <script> inserting "type" attribute
line 511 column 27 - Warning: <script> inserting "type" attribute
line 514 column 29 - Warning: <script> inserting "type" attribute
line 517 column 29 - Warning: <script> inserting "type" attribute
line 520 column 29 - Warning: <script> inserting "type" attribute
line 524 column 21 - Warning: <table> lacks "summary" attribute
line 530 column 29 - Warning: <script> inserting "type" attribute
line 533 column 31 - Warning: <script> inserting "type" attribute
line 536 column 31 - Warning: <script> inserting "type" attribute
line 539 column 31 - Warning: <script> inserting "type" attribute
line 544 column 29 - Warning: <script> inserting "type" attribute
line 547 column 31 - Warning: <script> inserting "type" attribute
line 550 column 31 - Warning: <script> inserting "type" attribute
line 553 column 31 - Warning: <script> inserting "type" attribute
line 557 column 19 - Warning: <table> lacks "summary" attribute
line 563 column 29 - Warning: <script> inserting "type" attribute
line 566 column 31 - Warning: <script> inserting "type" attribute
line 569 column 31 - Warning: <script> inserting "type" attribute
line 572 column 31 - Warning: <script> inserting "type" attribute
line 577 column 29 - Warning: <script> inserting "type" attribute
line 580 column 31 - Warning: <script> inserting "type" attribute
line 583 column 31 - Warning: <script> inserting "type" attribute
line 586 column 31 - Warning: <script> inserting "type" attribute
line 590 column 19 - Warning: <table> lacks "summary" attribute
line 596 column 29 - Warning: <script> inserting "type" attribute
line 599 column 31 - Warning: <script> inserting "type" attribute
line 602 column 31 - Warning: <script> inserting "type" attribute
line 605 column 31 - Warning: <script> inserting "type" attribute
line 610 column 29 - Warning: <script> inserting "type" attribute
line 613 column 31 - Warning: <script> inserting "type" attribute
line 616 column 31 - Warning: <script> inserting "type" attribute
line 619 column 31 - Warning: <script> inserting "type" attribute
line 626 column 77 - Warning: <img> lacks "alt" attribute
line 627 column 31 - Warning: <table> lacks "summary" attribute
line 638 column 13 - Warning: <table> lacks "summary" attribute
line 640 column 110 - Warning: <img> lacks "alt" attribute
line 643 column 55 - Warning: <img> lacks "alt" attribute
line 646 column 13 - Warning: <table> lacks "summary" attribute
line 657 column 21 - Warning: <img> lacks "alt" attribute
line 658 column 13 - Warning: <table> lacks "summary" attribute
line 814 column 13 - Warning: <img> lacks "alt" attribute
line 817 column 88 - Warning: <img> lacks "alt" attribute
line 818 column 25 - Warning: <table> proprietary attribute "height"
line 818 column 25 - Warning: <table> lacks "summary" attribute
line 822 column 164 - Warning: <img> proprietary attribute value "absmiddle"
line 825 column 13 - Warning: <table> proprietary attribute "height"
line 825 column 13 - Warning: <table> lacks "summary" attribute
line 829 column 193 - Warning: <img> proprietary attribute value "absmiddle"
line 832 column 63 - Warning: <img> lacks "alt" attribute
line 836 column 13 - Warning: <table> proprietary attribute "height"
line 836 column 13 - Warning: <table> lacks "summary" attribute
line 839 column 32 - Warning: <select> proprietary attribute "width"
line 894 column 44 - Warning: <select> proprietary attribute "width"
line 919 column 77 - Warning: <img> lacks "alt" attribute
line 920 column 27 - Warning: <table> lacks "summary" attribute
line 922 column 30 - Warning: <input> anchor "cerca" already defined
line 931 column 5 - Warning: <table> lacks "summary" attribute
line 933 column 106 - Warning: <img> lacks "alt" attribute
line 936 column 51 - Warning: <img> lacks "alt" attribute
line 939 column 5 - Warning: <table> lacks "summary" attribute
line 942 column 13 - Warning: <img> lacks "alt" attribute
line 943 column 17 - Warning: <table> lacks "summary" attribute
line 953 column 17 - Warning: <img> lacks "alt" attribute
line 956 column 80 - Warning: <img> lacks "alt" attribute
line 957 column 29 - Warning: <table> proprietary attribute "height"
line 957 column 29 - Warning: <table> lacks "summary" attribute
line 960 column 35 - Warning: <input> anchor "inizio" already defined
line 961 column 174 - Warning: <img> proprietary attribute value "absmiddle"
line 964 column 17 - Warning: <table> proprietary attribute "height"
line 964 column 17 - Warning: <table> lacks "summary" attribute
line 967 column 51 - Warning: <input> anchor "fine" already defined
line 968 column 207 - Warning: <img> proprietary attribute value "absmiddle"
line 971 column 67 - Warning: <img> lacks "alt" attribute
line 975 column 17 - Warning: <table> proprietary attribute "height"
line 975 column 17 - Warning: <table> lacks "summary" attribute
line 978 column 36 - Warning: <select> anchor "treatment" already defined
line 989 column 48 - Warning: <select> anchor "nrooms" already defined
line 1001 column 17 - Warning: <table> anchor "tab_room1" already defined
line 1001 column 17 - Warning: <table> lacks "summary" attribute
line 1008 column 73 - Warning: <img> lacks "alt" attribute
line 1009 column 23 - Warning: <select> anchor "nadl1" already defined
line 1010 column 41 - Warning: <script> inserting "type" attribute
line 1012 column 23 - Warning: <select> anchor "nchd1" already defined
line 1013 column 41 - Warning: <script> inserting "type" attribute
line 1017 column 17 - Warning: <table> lacks "summary" attribute
line 1019 column 114 - Warning: <img> lacks "alt" attribute
line 1020 column 73 - Warning: <select> anchor "nadl2" already defined
line 1021 column 41 - Warning: <script> inserting "type" attribute
line 1023 column 23 - Warning: <img> lacks "alt" attribute
line 1024 column 73 - Warning: <select> anchor "nchd2" already defined
line 1025 column 41 - Warning: <script> inserting "type" attribute
line 1029 column 102 - Warning: <img> lacks "alt" attribute
line 1030 column 62 - Warning: <select> anchor "nadl3" already defined
line 1031 column 41 - Warning: <script> inserting "type" attribute
line 1033 column 23 - Warning: <img> lacks "alt" attribute
line 1034 column 62 - Warning: <select> anchor "nchd3" already defined
line 1035 column 49 - Warning: <script> inserting "type" attribute
line 1040 column 102 - Warning: <img> lacks "alt" attribute
line 1041 column 62 - Warning: <select> anchor "nadl4" already defined
line 1042 column 41 - Warning: <script> inserting "type" attribute
line 1044 column 23 - Warning: <img> lacks "alt" attribute
line 1045 column 62 - Warning: <select> anchor "nchd4" already defined
line 1046 column 41 - Warning: <script> inserting "type" attribute
line 1054 column 17 - Warning: <table> lacks "summary" attribute
line 1060 column 73 - Warning: <script> inserting "type" attribute
line 1063 column 73 - Warning: <script> inserting "type" attribute
line 1066 column 73 - Warning: <script> inserting "type" attribute
line 1069 column 73 - Warning: <script> inserting "type" attribute
line 1075 column 73 - Warning: <script> inserting "type" attribute
line 1078 column 73 - Warning: <script> inserting "type" attribute
line 1081 column 73 - Warning: <script> inserting "type" attribute
line 1084 column 73 - Warning: <script> inserting "type" attribute
line 1088 column 17 - Warning: <table> lacks "summary" attribute
line 1094 column 73 - Warning: <script> inserting "type" attribute
line 1097 column 73 - Warning: <script> inserting "type" attribute
line 1100 column 73 - Warning: <script> inserting "type" attribute
line 1103 column 73 - Warning: <script> inserting "type" attribute
line 1108 column 73 - Warning: <script> inserting "type" attribute
line 1111 column 73 - Warning: <script> inserting "type" attribute
line 1114 column 73 - Warning: <script> inserting "type" attribute
line 1117 column 73 - Warning: <script> inserting "type" attribute
line 1121 column 15 - Warning: <table> lacks "summary" attribute
line 1127 column 73 - Warning: <script> inserting "type" attribute
line 1130 column 73 - Warning: <script> inserting "type" attribute
line 1133 column 73 - Warning: <script> inserting "type" attribute
line 1136 column 73 - Warning: <script> inserting "type" attribute
line 1141 column 73 - Warning: <script> inserting "type" attribute
line 1144 column 73 - Warning: <script> inserting "type" attribute
line 1147 column 73 - Warning: <script> inserting "type" attribute
line 1150 column 73 - Warning: <script> inserting "type" attribute
line 1154 column 15 - Warning: <table> lacks "summary" attribute
line 1160 column 73 - Warning: <script> inserting "type" attribute
line 1163 column 73 - Warning: <script> inserting "type" attribute
line 1166 column 73 - Warning: <script> inserting "type" attribute
line 1169 column 73 - Warning: <script> inserting "type" attribute
line 1174 column 73 - Warning: <script> inserting "type" attribute
line 1177 column 73 - Warning: <script> inserting "type" attribute
line 1180 column 73 - Warning: <script> inserting "type" attribute
line 1183 column 73 - Warning: <script> inserting "type" attribute
line 1190 column 69 - Warning: <img> lacks "alt" attribute
line 1191 column 31 - Warning: <table> lacks "summary" attribute
line 1193 column 34 - Warning: <input> anchor "cerca" already defined
line 1194 column 19 - Warning: <input> anchor "ricerca" already defined
line 1203 column 15 - Warning: <table> lacks "summary" attribute
line 1205 column 89 - Warning: <img> lacks "alt" attribute
line 1206 column 46 - Warning: <img> lacks "alt" attribute
line 1215 column 39 - Warning: <table> lacks "summary" attribute
line 1217 column 28 - Warning: <img> lacks "alt" attribute
line 1218 column 47 - Warning: <img> lacks "alt" attribute
line 1219 column 28 - Warning: <img> lacks "alt" attribute
line 1224 column 48 - Warning: <img> lacks "alt" attribute
line 1228 column 3 - Warning: <area> lacks "alt" attribute
line 1229 column 3 - Warning: <area> lacks "alt" attribute
line 1230 column 3 - Warning: <area> lacks "alt" attribute
line 1231 column 3 - Warning: <area> lacks "alt" attribute
line 1232 column 3 - Warning: <area> lacks "alt" attribute
line 1233 column 3 - Warning: <area> lacks "alt" attribute
line 1234 column 3 - Warning: <area> lacks "alt" attribute
line 1235 column 3 - Warning: <area> lacks "alt" attribute
line 1236 column 3 - Warning: <area> lacks "alt" attribute
line 1238 column 1 - Warning: <table> lacks "summary" attribute
line 1240 column 91 - Warning: <img> lacks "alt" attribute
line 1241 column 449 - Warning: <img> proprietary attribute value "absmiddle"
line 1242 column 91 - Warning: <img> lacks "alt" attribute
line 1243 column 71 - Warning: <img> lacks "alt" attribute
line 1246 column 83 - Warning: <img> lacks "alt" attribute
line 1247 column 74 - Warning: <img> lacks "alt" attribute
line 1250 column 1 - Warning: <table> lacks "summary" attribute
line 1252 column 40 - Warning: <img> lacks "alt" attribute
line 1253 column 131 - Warning: <img> proprietary attribute value "absmiddle"
line 1253 column 131 - Warning: <img> lacks "alt" attribute
line 1254 column 109 - Warning: <img> proprietary attribute value "absbottom"
line 1254 column 109 - Warning: <img> lacks "alt" attribute
line 1256 column 118 - Warning: <img> lacks "alt" attribute
line 1261 column 17 - Warning: <a> attribute "id" has invalid value "1318731"
line 1263 column 17 - Warning: <a> attribute "id" has invalid value "1324430"
line 1265 column 17 - Warning: <a> attribute "id" has invalid value "1325982"
line 1267 column 17 - Warning: <a> attribute "id" has invalid value "1328132"
line 1269 column 17 - Warning: <a> attribute "id" has invalid value "1332591"
line 1271 column 17 - Warning: <a> attribute "id" has invalid value "1337541"
line 1273 column 17 - Warning: <a> attribute "id" has invalid value "1329245"
line 1275 column 17 - Warning: <a> attribute "id" has invalid value "1335649"
line 1277 column 17 - Warning: <a> attribute "id" has invalid value "1329966"
line 1279 column 17 - Warning: <a> attribute "id" has invalid value "1321974"
line 1281 column 17 - Warning: <a> attribute "id" has invalid value "1335811"
line 1283 column 17 - Warning: <a> attribute "id" has invalid value "1320095"
line 1285 column 17 - Warning: <a> attribute "id" has invalid value "1336961"
line 1287 column 17 - Warning: <a> attribute "id" has invalid value "1329403"
line 1289 column 17 - Warning: <a> attribute "id" has invalid value "1332258"
line 1291 column 17 - Warning: <a> attribute "id" has invalid value "1324915"
line 1293 column 17 - Warning: <a> attribute "id" has invalid value "1317481"
line 1295 column 17 - Warning: <a> attribute "id" has invalid value "1336242"
line 1297 column 17 - Warning: <a> attribute "id" has invalid value "3200131"
line 1301 column 54 - Warning: <img> lacks "alt" attribute
line 1304 column 69 - Warning: <img> lacks "alt" attribute
line 1307 column 1 - Warning: <table> lacks "summary" attribute
line 1309 column 36 - Warning: <table> lacks "summary" attribute
line 1311 column 48 - Warning: <img> lacks "alt" attribute
line 1312 column 161 - Warning: <img> proprietary attribute value "absmiddle"
line 1312 column 161 - Warning: <img> lacks "alt" attribute
line 1313 column 144 - Warning: <img> proprietary attribute value "absbottom"
line 1313 column 144 - Warning: <img> lacks "alt" attribute
line 1316 column 114 - Warning: <img> lacks "alt" attribute
line 1321 column 1 - Warning: <table> lacks "summary" attribute
line 1328 column 32 - Warning: <img> lacks "alt" attribute
line 1328 column 118 - Warning: <img> lacks "alt" attribute
line 1340 column 32 - Warning: <img> lacks "alt" attribute
line 1340 column 118 - Warning: <img> lacks "alt" attribute
line 1352 column 32 - Warning: <img> lacks "alt" attribute
line 1352 column 118 - Warning: <img> lacks "alt" attribute
line 1364 column 32 - Warning: <img> lacks "alt" attribute
line 1364 column 118 - Warning: <img> lacks "alt" attribute
line 1376 column 32 - Warning: <img> lacks "alt" attribute
line 1376 column 118 - Warning: <img> lacks "alt" attribute
line 1388 column 32 - Warning: <img> lacks "alt" attribute
line 1388 column 118 - Warning: <img> lacks "alt" attribute
line 1400 column 32 - Warning: <img> lacks "alt" attribute
line 1400 column 118 - Warning: <img> lacks "alt" attribute
line 1412 column 32 - Warning: <img> lacks "alt" attribute
line 1412 column 118 - Warning: <img> lacks "alt" attribute
line 1413 column 53 - Warning: <a> escaping malformed URI reference
line 1427 column 62 - Warning: <img> lacks "alt" attribute
line 1428 column 62 - Warning: <img> lacks "alt" attribute
line 1432 column 50 - Warning: <table> lacks "summary" attribute
line 1434 column 48 - Warning: <img> lacks "alt" attribute
line 1435 column 161 - Warning: <img> proprietary attribute value "absmiddle"
line 1435 column 161 - Warning: <img> lacks "alt" attribute
line 1436 column 144 - Warning: <img> proprietary attribute value "absbottom"
line 1436 column 144 - Warning: <img> lacks "alt" attribute
line 1439 column 114 - Warning: <img> lacks "alt" attribute
line 1443 column 92 - Warning: <table> proprietary attribute "height"
line 1443 column 92 - Warning: <table> lacks "summary" attribute
line 1484 column 62 - Warning: <img> lacks "alt" attribute
line 1485 column 62 - Warning: <img> lacks "alt" attribute
line 1490 column 1 - Warning: <table> lacks "summary" attribute
line 1497 column 1 - Warning: <script> inserting "type" attribute
line 1502 column 1 - Warning: <table> lacks "summary" attribute
line 1508 column 1 - Warning: <table> lacks "summary" attribute
line 228 column 73 - Warning: trimming empty <strong>
line 1259 column 321 - Warning: trimming empty <strong>
line 1259 column 296 - Warning: trimming empty <span>
Info: Document content looks like HTML Proprietary
404 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.travellero.it css

www.travellero.it 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.travellero.it:

http://www.travellero.it/stili.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.travellero.it inline stylesheet info

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

www.travellero.it content analysis

www.travellero.it content analysis

On this page the content of www.travellero.it 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.travellero.it
Domain length 17 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 travellero - prenotazioni hotel e voli low cost al prezzo minimo garantito. roma, venezia, firenze, milano, napoli. hotel in italia
Page Title relevance 0% match
No title found !
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 verify-v1 hoeqwyioauxoxvhbzsgqednvzhjyt4gscz/qvkdihc0=
Meta text/html; charset=iso-8859-1

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
Wordcount 0 words found on www.travellero.it
Links 106 links found on page containing the following anchor texts
hotel roma, hotel firenze, hotel bologna, hotel milano, hotel napoli, hotel venezia, hotel ischia, hotel palermo, ischia!, hotel ischia, eng, bologna, firenze, ischia, milano, roma, venezia, napoli, siracusa, palermo, catania, sorrento, capri, treviso, noto, rimini, furore, amalfi, taormina, lago di garda, bologna, firenze, milano, venezia, napoli, siracusa, palermo, catania, sorrento, capri, treviso, rimini, furore, amalfi, taormina, lago di garda, milano bergamo (bgy) - catania (cta), milano bergamo (bgy) - napoli (nap), milano bergamo (bgy) - palermo (pmo), roma ciampino (cia) - londra stansted (stn), catania (cta) - milano bergamo (bgy), catania (cta) - napoli (nap), napoli (nap) - milano bergamo (bgy), napoli (nap) - catania (cta), hotel roma, hotel firenze, hotel venezia, hotel garda, hotel napoli, hotel rimini, hotel bologna, home, hotel, volo, volo+hotel, auto, aiuto, chi siamo, albergatori, utenti, hotel roma, ischia, hotel in florence, prenotazioni ischia, hotel elba, hotel ad ischia, italy, tutte le mete, hotels, offerte last minute, ischia, futaleufu river whitewater rafting trips, partners, hotel cesenatico, campania hotel, toscana hotel, hotel gargano, vacanze, puglia, salento, hotel cattolica, hotel rimini, hotel riccione, vacanze sardegna, chat, risorse per webmaster, hotel rimini, hotel rimini, hotel rimini, offerte voli low cost, hotel gargano, agriturismo umbria, amalfi coast, positano, turismo in italia, vacanze,
Link anchor relevance 0% match
No link anchor text found !
Headings 8 headings found on page containing the following texts
hotel roma, hotel firenze, hotel bologna, hotel milano, hotel napoli, hotel venezia, hotel ischia, hotel palermo,
Headings relevance 0% match
No headings found on this page!
Emphasis (bold and italic) 91 bold or italic tags found on page containing the following texts
, ischia!, sei qui:, ita, eng, prenota facile, sicuro e garantito!, ricerca solo hotel, località, data di arrivo in hotel, data di fine soggiorno, trattamento:, numero camere, camera 1:, camera 2:, camera 3:, camera 4:, ricerca solo volo, partenza da , destinazione, data di partenza, data di ritorno, adulti:, neonati:, ricerca volo+hotel, partenza da , destinazione, data di partenza, data di ritorno, trattamento:, numero camere, camera 1:, camera 2:, camera 3:, camera 4:, desideri assistenza completamente gratuita?puoi telefonarci gratis con il tuo pc e la connessione ad internet!ti basta cliccare su , risponderà un operatore., mappa di, roma, , roma, super offerte solo hotel, a partire da, bologna, 17,50, firenze, 22,00, milano, 30,00, venezia, 19,00, napoli, 15,00, siracusa, 25,00, palermo, 24,50, catania, 32,50, sorrento, 59,50, capri, 40,00, treviso, 20,00, rimini, 39,50, furore, 32,50, amalfi, 32,50, taormina, 26,00, lago di garda, 32,50, super offerte solo volo, a partire da, milano bergamo (bgy) - catania (cta), 69,99, milano bergamo (bgy) - napoli (nap), 0,01, milano bergamo (bgy) - palermo (pmo), 29,99, roma ciampino (cia) - londra stansted (stn), 49,99, catania (cta) - milano bergamo (bgy), 7,00, catania (cta) - napoli (nap), 0,90, napoli (nap) - milano bergamo (bgy), 0,01, napoli (nap) - catania (cta), 0,90,
Bold and italic tag relevance 0% match
No bold or italic tags found on this page !
Image alt tags 128 image alt tags found on page containing the following texts
, voip, , clicca qui!, home page travellero hotels, ricerca hotel, alberghi con offerte last minute, ricerca voli low cost, ricerca pacchetti volo + hotel, ricerca rent a car autonoleggio, aiuto per prenotazioni on line, call center per prenotazioni on line a basso costo, ingresso albergatori, affiliazioni alberghi, , , lingua selezionata: italiano, , language: english, , , , , , , ricerca solo hotel, ricerca solo volo, ricerca volo+hotel, prenota volo+hotel insieme e risparmia fino al 40%!!!, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , voip, , , , , , , , , loading google maps, , , , , , , 4*, , , 2*, 3*, , , 3*, 2*, , , 3*, 3*, , , 3*, 4*, , , 2*, 3*, , , 4*, 3*, , , 3*, 3*, , , 4*, , , , , , , , , travellero networks - advanced systems,
Image alt tag relevance 0% match
No image alt tags found on this page !
www.travellero.it website navigation

www.travellero.it navigation and internal link structure

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

seo approval: good navigation We found an easy to follow navigation structure on www.travellero.it

Internal links found

Click on any of the links below to analyze that page

www.travellero.it/
www.travellero.it
flights
www.travellero.it/flights/flightscanner.asp
www.travellero.it
www.travellero.it/hotels_roma
www.travellero.it/hotels_firenze
www.travellero.it/hotels_bologna
www.travellero.it/hotels_milano
www.travellero.it/hotels_napoli
www.travellero.it/hotels_venezia
www.travellero.it/hotels_palermo
www.travellero.it/hotels_garda
www.travellero.it/hotels_rimini
www.travellero.it/search.asp
www.travellero.it/flighthotelsearch.asp
www.travellero.it/rentcar.asp
www.travellero.it/faq.asp
www.travellero.it/chisiamo.asp
www.travellero.it/albergatori.asp
www.travellero.it/utenti.asp
www.travellero.it/localita.asp
www.travellero.it/cerca_hotels.asp
www.travellero.it/links.asp
refresh our seo analysis The current report is cached on Sat, 26 May 2012 04:06:17. Click here to refresh the results

Analyse your website !

Please enter your domain name