photoeverywhere.co.uk analysis, site info, backlinks and seo


photoeverywhere.co.uk

photoeverywhere.co.uk - free travel stock photos - tourism images from around the world

Description: 1000s of free travel and tourism stock images, instant image download and use on your blog, website or printed material - all at no cost!

photoeverywhere.co.uk scores a 6,4 out of 10 on our optimalisation scale. This is a little above average. We have identified 29 keywords. This page seems optimized for the keyword 'spacer'

summary

This is the summary of our photoeverywhere.co.uk analysis. Please check for detailed info under their tabs.

Site photoeverywhere.co.uk (visit site)
Page Title free travel stock photos - tourism images from around the world
Keyword density australia browse cornwall download free help holiday hong image images instant kong london manchester map mexico new paris photoeverywhere photos search slideedgene slideedgenw slideedgese slideedgesw spacer travel winter york
SEO Summary 40% meta description relevance, 22% link relevance, 0% heading relevance, 158 page errors
Server info Location: ,

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

>> Read More !

SEO score of photoeverywhere.co.uk

6,4

>> Read More !

photoeverywhere.co.uk backlinks

Backlink analysis for photoeverywhere.co.uk

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 photoeverywhere.co.uk 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.creativecommons.org
creative commons attribution 2.5 license - creativecommons.org/licenses/by/2.5/
www.clustershot.com
clustershot.com - www.clustershot.com/photoeverywhere
www.clustershot.com
travel stock image library - www.clustershot.com/photoeverywhere
photoeverywhere.co.uk javascript

photoeverywhere.co.uk javascript info

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

Javascripts in the head of the page

The following js files were found on this page:

http://www.google.co.uk/cse/brand?form=cse-search-box&lang=en
http://pagead2.googlesyndication.com/pagead/show_ads.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.

photoeverywhere.co.uk 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:

<!--
function mm_swapimgrestore() { //v3.0
var i,x,a=document.mm_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.osrc;i++) x.src=x.osrc;
}

function mm_preloadimages() { //v3.0
var d=document; if(d.images){ if(!d.mm_p) d.mm_p=new array();
var i,j=d.mm_p.length,a=mm_preloadimages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexof("#")!=0){ d.mm_p[j]=new image; d.mm_p[j++].src=a[i];}}
}

function mm_findobj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexof("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=mm_findobj(n,d.layers[i].document);
if(!x && d.getelementbyid) x=d.getelementbyid(n); return x;
}

function mm_swapimage() { //v3.0
var i,j=0,x,a=mm_swapimage.arguments; document.mm_sr=new array; for(i=0;i<(a.length-2);i+=3)
if ((x=mm_findobj(a[i]))!=null){document.mm_sr[j++]=x; if(!x.osrc) x.osrc=x.src; x.src=a[i+2];}
}
//-->

var fadeimages=new array()
//set image paths. extend or contract array as needed
fadeimages[0]=["images/sample1.jpg", "map.htm", ""]
fadeimages[1]=["images/sample2.jpg", "map.htm", ""]
fadeimages[2]=["images/sample3.jpg", "map.htm", ""]
fadeimages[3]=["images/sample4.jpg", "map.htm", ""]
fadeimages[4]=["images/sample5.jpg", "map.htm", ""]
fadeimages[5]=["images/sample6.jpg", "map.htm", ""]
fadeimages[6]=["images/sample7.jpg", "map.htm", ""]
fadeimages[7]=["images/sample8.jpg", "map.htm", ""]

var fadebgcolor="white"

////no need to edit beyond here/////////////

var fadearray=new array() //array to cache fadeshow instances
var fadeclear=new array() //array to cache corresponding clearinterval pointers

var dom=(document.getelementbyid) //modern dom browsers
var iebrowser=document.all

function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck=pause
this.mouseovercheck=0
this.delay=delay
this.degree=10 //initial opacity degree (10%)
this.curimageindex=0
this.nextimageindex=1
fadearray[fadearray.length]=this
this.slideshowid=fadearray.length-1
this.canvasbase="canvas"+this.slideshowid
this.curcanvas=this.canvasbase+"_0"
if (typeof displayorder!="undefined")
theimages.sort(function() {return 0.5 - math.random();}) //thanks to mike (aka mwinter) :)
this.theimages=theimages
this.imageborder=parseint(borderwidth)
this.postimages=new array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages[p]=new image()
this.postimages[p].src=theimages[p][0]
}

var fadewidth=fadewidth+this.imageborder*2
var fadeheight=fadeheight+this.imageborder*2

if (iebrowser&&dom||dom) //if ie5+ or modern browsers (ie: firefox)
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:dximagetransform.microsoft.alpha(opacity=10);-moz-opacity:10;-khtml-opacity:10;background-color:'+fadebgcolor+'"><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:dximagetransform.microsoft.alpha(opacity=10);-moz-opacity:10;background-color:'+fadebgcolor+'">')
else
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'">')

if (iebrowser&&dom||dom) //if ie5+ or modern browsers such as firefox
this.startit()
else{
this.curimageindex++
setinterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
}
}

function fadepic(obj){
if (obj.degree<100){
obj.degree+=10
if (obj.tempobj.filters&&obj.tempobj.filters[0]){
if (typeof obj.tempobj.filters[0].opacity=="number") //if ie6+
obj.tempobj.filters[0].opacity=obj.degree
else //else if ie5.5-
obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
}
else if (obj.tempobj.style.mozopacity)
obj.tempobj.style.mozopacity=obj.degree/101
else if (obj.tempobj.style.khtmlopacity)
obj.tempobj.style.khtmlopacity=obj.degree/100
}
else{
clearinterval(fadeclear[obj.slideshowid])
obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getelementbyid(obj.nextcanvas)
obj.populateslide(obj.tempobj, obj.nextimageindex)
obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
settimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
}
}

fadeshow.prototype.populateslide=function(picobj, picindex){
var slidehtml=""
if (this.theimages[picindex][1]!="") //if associated link exists for image
slidehtml='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
slidehtml+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
if (this.theimages[picindex][1]!="") //if associated link exists for image
slidehtml+=''
picobj.innerhtml=slidehtml
}


fadeshow.prototype.rotateimage=function(){
if (this.pausecheck==1) //if pause onmouseover enabled, cache object
var cacheobj=this
if (this.mouseovercheck==1)
settimeout(function(){cacheobj.rotateimage()}, 100)
else if (iebrowser&&dom||dom){
this.resetit()
var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getelementbyid(this.curcanvas)
crossobj.style.zindex++
fadeclear[this.slideshowid]=setinterval("fadepic(fadearray["+this.slideshowid+"])",50)
this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
}
else{
var ns4imgobj=document.images['defaultslide'+this.slideshowid]
ns4imgobj.src=this.postimages[this.curimageindex].src
}
this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
}

fadeshow.prototype.resetit=function(){
this.degree=10
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getelementbyid(this.curcanvas)
if (crossobj.filters&&crossobj.filters[0]){
if (typeof crossobj.filters[0].opacity=="number") //if ie6+
crossobj.filters(0).opacity=this.degree
else //else if ie5.5-
crossobj.style.filter="alpha(opacity="+this.degree+")"
}
else if (crossobj.style.mozopacity)
crossobj.style.mozopacity=this.degree/101
else if (crossobj.style.khtmlopacity)
crossobj.style.khtmlopacity=obj.degree/100
}


fadeshow.prototype.startit=function(){
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getelementbyid(this.curcanvas)
this.populateslide(crossobj, this.curimageindex)
if (this.pausecheck==1){ //if slideshow should pause onmouseover
var cacheobj=this
var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getelementbyid("master"+this.slideshowid)
crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
}
this.rotateimage()
}

//new fadeshow(images_array_name, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalrandomorder)
new fadeshow(fadeimages, 300, 200, 0, 3000, 2, "r")

<!--
google_ad_client = "pub-5508304113535959";
/* peveuk_content_widescrper */
google_ad_slot = "0194700466";
google_ad_width = 160;
google_ad_height = 600;
//-->

photoeverywhere.co.uk content analysis

photoeverywhere.co.uk content analysis

On this page the content of photoeverywhere.co.uk 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 photoeverywhere.co.uk
Domain length 21 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 free travel stock photos - tourism images from around the world
Page Title relevance 44% match
free travel stock photos tourism images from around world
Meta Description 1000s of free travel and tourism stock images, instant image download and use on your blog, website or printed material - all at no cost! (137 chars)
Meta Deascription relevance 40% match
free travel tourism stock images instant image download use blog website printed material all cost
Meta Keywords free, travel, stock, photo, images, download, graphics, photography, library, image, no cost, cost free, world wide, uk, britain, tourism
Meta keyword relevance 33% match
free travel stock photo images download graphics photography library image cost world wide britain tourism
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 australia browse cornwall download free help holiday hong image images instant kong london manchester map mexico new paris photoeverywhere photos search slideedgene slideedgenw slideedgese slideedgesw spacer travel winter york
Wordcount 318 words found on photoeverywhere.co.uk
Links 87 links found on page containing the following anchor texts
home, site map, image search, about us, help / faq, terms, contact / feedback, links, the west..., uk index , the east..., berlin, iceland, paris, winter holiday, united states, hawaii, california, san francisco, mexico, caribbean, canada , anglesey, birmingham, blackpool, dorset, brighton, cardiff, conway, cornwall, iow, lakeland, london , manchester, morecambe, northeast & newcastle, peaks & pennines, scotland, wales, snowdonia, welsh coast, western isles, wiltshire, york, yorkshire dales, uk wild, whitby, australia, melbourne, tasmania, hong kong, sydney, japan, new zealand, china, london, cornwall, york, australia, manchester, hong kong , paris, mexico, panoramic images, general travel releated photos, browse by world map, alpine / winter holidays, slide show of samples, tropical escape / beach holiday, creative commons attribution 2.5 license, full terms, clustershot.com, travel stock image library, are they really free?, what is photoeverywhere?, web links, help!, questions?, rss, home, site map, image search, about us, help / faq, terms of use, contact / feedback, links,
Link anchor relevance 22% match
home site map image search about help faq terms contact feedback links west index east berlin iceland paris winter holiday united states hawaii california san francisco mexico caribbean canada anglesey birmingham blackpool dorset brighton cardiff conway cornwall iow lakeland london manchester morecambe northeast newcastle peaks pennines scotland wales snowdonia welsh coast western isles wiltshire york yorkshire dales wild whitby australia melbourne tasmania hong kong sydney japan new zealand china panoramic images general travel releated photos browse world alpine holidays slide show samples tropical escape beach creative commons attribution license full clustershot com stock library are really free photoeverywhere web questions rss use
Headings 0 headings found on page containing the following texts
No headings found !
Headings relevance 0% match
No headings found on this page!
Emphasis (bold and italic) 24 bold or italic tags found on page containing the following texts
, , free travel photos, looking for high resolution travel stock photos? we can help! 3, 000+ free, travel-themed stock-images ready for instant download, browse photos by geographic location:, the west..., uk index , the east..., popular image categories:, browse photos by type:,  > , are the images really free ???, whats the catch???,  >, quick links, are they really free?, what is photoeverywhere?, web links,  > , support & updates, , , feedburner,
Bold and italic tag relevance 28% match
free travel photos looking high resolution stock can help travel-themed stock-images ready instant download browse geographic location west index east popular image categories type are images really whats catch quick links photoeverywhere web support updates feedburner
Image alt tags 83 image alt tags found on page containing the following texts
photoeverywhere.co.uk, browse by map, , , , , new, new, , , , , london uk photos, , , , , , , , , cornish coast photos, , , , , , , , , york photos, , , , , , , , , uluru photo, , , , , , , , , manchester uk photos, , , , , , , , , hong kong stock images, , , , , , , , , eiffel tower and dusk photos, , , , , , , , , mexicain photos, , , , , new, creative commons license, rss feed subscription,
Image alt tag relevance 42% match
photoeverywhere browse map new london photos cornish coast york uluru photo manchester hong kong stock images eiffel tower dusk mexicain creative commons license rss feed subscription
photoeverywhere.co.uk website navigation

photoeverywhere.co.uk navigation and internal link structure

We have scanned photoeverywhere.co.uk for internal links and found 84 links on this page. We found 4 base folders and 29 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 photoeverywhere.co.uk

Internal links found

Click on any of the links below to analyze that page

britain
photoeverywhere.co.uk/britain/anglesey/index.htm
photoeverywhere.co.uk/britain/birmingham/
photoeverywhere.co.uk/britain/blackpool/index.htm
photoeverywhere.co.uk/britain/dorset/index.htm
photoeverywhere.co.uk/britain/brighton/index.htm
photoeverywhere.co.uk/britain/cardiff/index.htm
photoeverywhere.co.uk/britain/conwy/
photoeverywhere.co.uk/britain/cornwall/index.htm
photoeverywhere.co.uk/britain/iow/index.htm
photoeverywhere.co.uk/britain/lakedistrict/
photoeverywhere.co.uk/britain/london/index.htm
photoeverywhere.co.uk/britain/manchester/index.htm
photoeverywhere.co.uk/britain/morecambe/index.htm
photoeverywhere.co.uk/britain/northeast/index.htm
photoeverywhere.co.uk/britain/peakspennines/index.htm
photoeverywhere.co.uk/britain/scotlandmain/index.htm
photoeverywhere.co.uk/britain/walesgeneral/
photoeverywhere.co.uk/britain/snowdonia/index.htm
photoeverywhere.co.uk/britain/welshcoast/index.htm
photoeverywhere.co.uk/britain/westernisles/index.htm
photoeverywhere.co.uk/britain/wiltshire/index.htm
photoeverywhere.co.uk/britain/york/index.htm
photoeverywhere.co.uk/britain/yorkshiredales/index.htm
photoeverywhere.co.uk/britain/ukwild/
photoeverywhere.co.uk/britain/whitby/index.htm
photoeverywhere.co.uk/britain/london/
photoeverywhere.co.uk/britain/cornwall/
photoeverywhere.co.uk/britain/york/
photoeverywhere.co.uk/britain/manchester/
east
photoeverywhere.co.uk/east/australia/
photoeverywhere.co.uk/east/melbourne/
photoeverywhere.co.uk/east/tasmania/
photoeverywhere.co.uk/east/hongkong/
photoeverywhere.co.uk/east/sydney/
photoeverywhere.co.uk/east/japan/
photoeverywhere.co.uk/east/newzealand/
photoeverywhere.co.uk/east/china/
free_photos
photoeverywhere.co.uk/free_photos/samplephotos.pdf
photoeverywhere.co.uk
photoeverywhere.co.uk/index.htm
photoeverywhere.co.uk/map.htm
photoeverywhere.co.uk/search.htm
photoeverywhere.co.uk/about.htm
photoeverywhere.co.uk/help.htm
photoeverywhere.co.uk/image_use_terms.htm
photoeverywhere.co.uk/contact.php
photoeverywhere.co.uk/links
photoeverywhere.co.uk/britain/
photoeverywhere.co.uk/east/
photoeverywhere.co.uk/panoramic.htm
photoeverywhere.co.uk/travelstock/
photoeverywhere.co.uk/tropical_escape/
photoeverywhere.co.uk/rss.xml
west
photoeverywhere.co.uk/west/index.htm
photoeverywhere.co.uk/west/berlin/
photoeverywhere.co.uk/west/iceland/
photoeverywhere.co.uk/west/paris/
photoeverywhere.co.uk/west/winterholiday/
photoeverywhere.co.uk/west/usa/
photoeverywhere.co.uk/west/usa/hawaii/index.htm
photoeverywhere.co.uk/west/usa/california/index.htm
photoeverywhere.co.uk/west/usa/san_francisco/index.htm
photoeverywhere.co.uk/west/mexico/
photoeverywhere.co.uk/west/caribbean/
photoeverywhere.co.uk/west/canada/
photoeverywhere.co.uk css

photoeverywhere.co.uk 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 photoeverywhere.co.uk:

http://photoeverywhere.co.uk/photoeverywhere.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

photoeverywhere.co.uk inline stylesheet info

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

photoeverywhere.co.uk html

photoeverywhere.co.uk 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 7,12

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 104 column 389 - Warning: '<' + '/' + letter not allowed here
line 104 column 620 - Warning: '<' + '/' + letter not allowed here
line 104 column 626 - Warning: '<' + '/' + letter not allowed here
line 106 column 103 - Warning: '<' + '/' + letter not allowed here
line 146 column 14 - Warning: '<' + '/' + letter not allowed here
line 213 column 11 - Warning: adjacent hyphens within comment
line 672 column 19 - Warning: inserting implicit <p>
line 4 column 1 - Warning: <link> inserting "type" attribute
line 204 column 1 - Warning: <table> lacks "summary" attribute
line 208 column 75 - Warning: <font> attribute "color" had invalid value "aaccaa" and has been replaced
line 232 column 1 - Warning: <table> lacks "summary" attribute
line 248 column 1 - Warning: <table> lacks "summary" attribute
line 269 column 1 - Warning: <img> lacks "alt" attribute
line 273 column 33 - Warning: <img> proprietary attribute value "absmiddle"
line 274 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 275 column 83 - Warning: <img> proprietary attribute value "absmiddle"
line 280 column 7 - Warning: <table> lacks "summary" attribute
line 283 column 15 - Warning: <table> lacks "summary" attribute
line 334 column 9 - Warning: <table> proprietary attribute "height"
line 334 column 9 - Warning: <table> lacks "summary" attribute
line 337 column 17 - Warning: <table> proprietary attribute "height"
line 337 column 17 - Warning: <table> lacks "summary" attribute
line 339 column 43 - Warning: <img> lacks "alt" attribute
line 340 column 21 - Warning: <td> proprietary attribute "background"
line 340 column 91 - Warning: <img> lacks "alt" attribute
line 341 column 43 - Warning: <img> lacks "alt" attribute
line 343 column 19 - Warning: <tr> proprietary attribute "height"
line 344 column 21 - Warning: <td> proprietary attribute "background"
line 344 column 92 - Warning: <img> lacks "alt" attribute
line 347 column 21 - Warning: <td> proprietary attribute "background"
line 347 column 92 - Warning: <img> lacks "alt" attribute
line 350 column 43 - Warning: <img> lacks "alt" attribute
line 351 column 21 - Warning: <td> proprietary attribute "background"
line 351 column 91 - Warning: <img> lacks "alt" attribute
line 352 column 43 - Warning: <img> lacks "alt" attribute
line 357 column 17 - Warning: <table> proprietary attribute "height"
line 357 column 17 - Warning: <table> lacks "summary" attribute
line 359 column 43 - Warning: <img> lacks "alt" attribute
line 360 column 21 - Warning: <td> proprietary attribute "background"
line 360 column 91 - Warning: <img> lacks "alt" attribute
line 361 column 43 - Warning: <img> lacks "alt" attribute
line 363 column 19 - Warning: <tr> proprietary attribute "height"
line 364 column 21 - Warning: <td> proprietary attribute "background"
line 364 column 92 - Warning: <img> lacks "alt" attribute
line 367 column 21 - Warning: <td> proprietary attribute "background"
line 367 column 92 - Warning: <img> lacks "alt" attribute
line 370 column 43 - Warning: <img> lacks "alt" attribute
line 371 column 21 - Warning: <td> proprietary attribute "background"
line 371 column 91 - Warning: <img> lacks "alt" attribute
line 372 column 43 - Warning: <img> lacks "alt" attribute
line 377 column 17 - Warning: <table> proprietary attribute "height"
line 377 column 17 - Warning: <table> lacks "summary" attribute
line 379 column 43 - Warning: <img> lacks "alt" attribute
line 380 column 21 - Warning: <td> proprietary attribute "background"
line 380 column 91 - Warning: <img> lacks "alt" attribute
line 381 column 43 - Warning: <img> lacks "alt" attribute
line 383 column 19 - Warning: <tr> proprietary attribute "height"
line 384 column 21 - Warning: <td> proprietary attribute "background"
line 384 column 92 - Warning: <img> lacks "alt" attribute
line 387 column 21 - Warning: <td> proprietary attribute "background"
line 387 column 92 - Warning: <img> lacks "alt" attribute
line 390 column 43 - Warning: <img> lacks "alt" attribute
line 391 column 21 - Warning: <td> proprietary attribute "background"
line 391 column 91 - Warning: <img> lacks "alt" attribute
line 392 column 43 - Warning: <img> lacks "alt" attribute
line 397 column 17 - Warning: <table> proprietary attribute "height"
line 397 column 17 - Warning: <table> lacks "summary" attribute
line 399 column 43 - Warning: <img> lacks "alt" attribute
line 400 column 21 - Warning: <td> proprietary attribute "background"
line 400 column 91 - Warning: <img> lacks "alt" attribute
line 401 column 43 - Warning: <img> lacks "alt" attribute
line 403 column 19 - Warning: <tr> proprietary attribute "height"
line 404 column 21 - Warning: <td> proprietary attribute "background"
line 404 column 92 - Warning: <img> lacks "alt" attribute
line 405 column 88 - Warning: <a> anchor "18" already defined
line 407 column 21 - Warning: <td> proprietary attribute "background"
line 407 column 92 - Warning: <img> lacks "alt" attribute
line 410 column 43 - Warning: <img> lacks "alt" attribute
line 411 column 21 - Warning: <td> proprietary attribute "background"
line 411 column 91 - Warning: <img> lacks "alt" attribute
line 412 column 43 - Warning: <img> lacks "alt" attribute
line 419 column 17 - Warning: <table> proprietary attribute "height"
line 419 column 17 - Warning: <table> lacks "summary" attribute
line 421 column 43 - Warning: <img> lacks "alt" attribute
line 422 column 21 - Warning: <td> proprietary attribute "background"
line 422 column 91 - Warning: <img> lacks "alt" attribute
line 423 column 43 - Warning: <img> lacks "alt" attribute
line 425 column 19 - Warning: <tr> proprietary attribute "height"
line 426 column 21 - Warning: <td> proprietary attribute "background"
line 426 column 92 - Warning: <img> lacks "alt" attribute
line 427 column 88 - Warning: <a> anchor "16" already defined
line 430 column 21 - Warning: <td> proprietary attribute "background"
line 430 column 92 - Warning: <img> lacks "alt" attribute
line 433 column 43 - Warning: <img> lacks "alt" attribute
line 434 column 21 - Warning: <td> proprietary attribute "background"
line 434 column 91 - Warning: <img> lacks "alt" attribute
line 435 column 43 - Warning: <img> lacks "alt" attribute
line 441 column 17 - Warning: <table> proprietary attribute "height"
line 441 column 17 - Warning: <table> lacks "summary" attribute
line 443 column 43 - Warning: <img> lacks "alt" attribute
line 444 column 21 - Warning: <td> proprietary attribute "background"
line 444 column 91 - Warning: <img> lacks "alt" attribute
line 445 column 43 - Warning: <img> lacks "alt" attribute
line 447 column 19 - Warning: <tr> proprietary attribute "height"
line 448 column 21 - Warning: <td> proprietary attribute "background"
line 448 column 92 - Warning: <img> lacks "alt" attribute
line 449 column 88 - Warning: <a> anchor "18" already defined
line 452 column 21 - Warning: <td> proprietary attribute "background"
line 452 column 92 - Warning: <img> lacks "alt" attribute
line 455 column 43 - Warning: <img> lacks "alt" attribute
line 456 column 21 - Warning: <td> proprietary attribute "background"
line 456 column 91 - Warning: <img> lacks "alt" attribute
line 457 column 43 - Warning: <img> lacks "alt" attribute
line 462 column 17 - Warning: <table> proprietary attribute "height"
line 462 column 17 - Warning: <table> lacks "summary" attribute
line 464 column 43 - Warning: <img> lacks "alt" attribute
line 465 column 21 - Warning: <td> proprietary attribute "background"
line 465 column 91 - Warning: <img> lacks "alt" attribute
line 466 column 43 - Warning: <img> lacks "alt" attribute
line 468 column 19 - Warning: <tr> proprietary attribute "height"
line 469 column 21 - Warning: <td> proprietary attribute "background"
line 469 column 92 - Warning: <img> lacks "alt" attribute
line 472 column 21 - Warning: <td> proprietary attribute "background"
line 472 column 92 - Warning: <img> lacks "alt" attribute
line 475 column 43 - Warning: <img> lacks "alt" attribute
line 476 column 21 - Warning: <td> proprietary attribute "background"
line 476 column 91 - Warning: <img> lacks "alt" attribute
line 477 column 43 - Warning: <img> lacks "alt" attribute
line 482 column 17 - Warning: <table> proprietary attribute "height"
line 482 column 17 - Warning: <table> lacks "summary" attribute
line 484 column 43 - Warning: <img> lacks "alt" attribute
line 485 column 21 - Warning: <td> proprietary attribute "background"
line 485 column 91 - Warning: <img> lacks "alt" attribute
line 486 column 43 - Warning: <img> lacks "alt" attribute
line 488 column 19 - Warning: <tr> proprietary attribute "height"
line 489 column 21 - Warning: <td> proprietary attribute "background"
line 489 column 92 - Warning: <img> lacks "alt" attribute
line 490 column 88 - Warning: <a> anchor "18" already defined
line 492 column 21 - Warning: <td> proprietary attribute "background"
line 492 column 92 - Warning: <img> lacks "alt" attribute
line 495 column 43 - Warning: <img> lacks "alt" attribute
line 496 column 21 - Warning: <td> proprietary attribute "background"
line 496 column 91 - Warning: <img> lacks "alt" attribute
line 497 column 43 - Warning: <img> lacks "alt" attribute
line 505 column 7 - Warning: <table> lacks "summary" attribute
line 509 column 17 - Warning: <table> lacks "summary" attribute
line 551 column 7 - Warning: <table> lacks "summary" attribute
line 553 column 34 - Warning: <table> lacks "summary" attribute
line 562 column 34 - Warning: <table> lacks "summary" attribute
line 588 column 49 - Warning: <table> lacks "summary" attribute
line 590 column 33 - Warning: <table> lacks "summary" attribute
line 600 column 1 - Warning: <table> lacks "summary" attribute
line 634 column 7 - Warning: <table> lacks "summary" attribute
line 636 column 34 - Warning: <table> lacks "summary" attribute
line 646 column 1 - Warning: <table> lacks "summary" attribute
line 656 column 94 - Warning: <img> proprietary attribute value "absmiddle"
line 241 column 9 - Warning: trimming empty <p>
line 672 column 19 - Warning: trimming empty <p>
Info: Document content looks like HTML Proprietary
158 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 !

photoeverywhere.co.uk server info

photoeverywhere.co.uk 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 1,221954 seconds
Filesize 44934 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: Thu, 24 May 2012 20:12:04 GMT The Date header represents the time when the message was generated, regardless of caching that happened since. It is used by caches as input to expiration calculations, and to detect clock drift.
Server: Apache The Server header contains information about the software used by the origin server to handle the request. The server used here is Apache
Last-Modified: Thu, 12 Jan 2012 09:16:28 GMT The Last-Modified header indicates the time that the origin server believes the representation was last modified. The value is Thu, 12 Jan 2012 09:16:28 GMT
Accept-Ranges: bytes
Content-Length: 44934 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 44934 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

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 204.197.246.210
photoeverywhere.co.uk seo score

photoeverywhere.co.uk seo score expained

Below are the scores we calculated for different parts of photoeverywhere.co.uk.

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 44 % match Title relevance 57 2,3 A title should reflect the contents of a site. This site has a 44 % match
seo approval: Try to keep your title between 40 and 66 characters. Your title was 64 characters long Title Length 100 0,7 Try to keep your title between 40 and 66 characters. Your title was 64 characters long
seo approval: A meta description is the second thing that shows in the search results so always use the meta description. Meta Description 100 0,2 A meta description is the second thing that shows in the search results so always use the meta description.
seo approval: The meta description should be between 145 and 160 characters. This meta description was 138 characters long Meta Description Length 85 0,7 The meta description should be between 145 and 160 characters. This meta description was 138 characters long
seo tip: Meta Description should reflect the contents of a site. This site has a 40 % match Meta description relevance 52 0,7 Meta Description should reflect the contents of a site. This site has a 40 % 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  84 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 84 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 4 level 1 folders and 29 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 4 level 1 folders and 29 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 tip: Link anchors should to some degree reflect the contents of a site. This site has a 22 % match Links 66 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 22 % match
seo approval: Image alt tags should to some degree reflect the contents of a site. This site has a 42 % match Image alt tags 100 0,5 Image alt tags should to some degree reflect the contents of a site. This site has a 42 % match
seo approval: Bold and italic tags should to some degree reflect the contents of a site. This site has a 28 % match Bold and italic 100 0,4 Bold and italic tags should to some degree reflect the contents of a site. This site has a 28 % 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 158 errors and warnings Page errors 21 2 If this score is not 100 check the html very carefully. We found 158 errors and warnings
seo approval: An ideal page contains between 400 and 600 words.This page contains 319 words WordCount 75 1,1 An ideal page contains between 400 and 600 words.This page contains 319 words
refresh our seo analysis The current report is cached on Thu, 24 May 2012 22:12:05. Click here to refresh the results

Analyse your website !

Please enter your domain name