www.umassmed.edu analysis, site info, backlinks and seo


www.umassmed.edu

www.umassmed.edu - welcome to the university of massachusetts medical school - worcester

Description: research at umms

www.umassmed.edu scores a 6,2 out of 10 on our optimalisation scale. This is a little above average. We have identified 17 keywords. This page seems optimized for the keyword 'research'

summary

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

Site www.umassmed.edu (visit site)
Page Title welcome to the university of massachusetts medical school - worcester
Keyword density aeur asp campus gmt inhibition net news paper path program research set-cookie site skip umassmed umms using
SEO Summary 100% meta description relevance, 10% link relevance, 80% heading relevance, 71 page errors
Server info Location: Worcester,United States

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

>> Read More !

SEO score of www.umassmed.edu

6,2

>> Read More !

www.umassmed.edu website navigation

www.umassmed.edu navigation and internal link structure

We have scanned www.umassmed.edu for internal links and found 37 links on this page. We found 24 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 www.umassmed.edu

Internal links found

Click on any of the links below to analyze that page

www.umassmed.edu/
about
www.umassmed.edu/about/index.aspx
www.umassmed.edu/about/directions/index.aspx
www.umassmed.edu/about/official.aspx
administration
www.umassmed.edu/administration/index.aspx
chancellor
www.umassmed.edu/chancellor/index.aspx
cme
www.umassmed.edu/cme/index.aspx
commed
www.umassmed.edu/commed/index.aspx
communications
www.umassmed.edu/communications/index.aspx
community_outreach
www.umassmed.edu/community_outreach/index.aspx
contactus
www.umassmed.edu/contactus/index.aspx
development
www.umassmed.edu/development/index.aspx
www.umassmed.edu/development/ways.aspx
directory
www.umassmed.edu/directory/index.aspx
education
www.umassmed.edu/education/index.aspx
gme
www.umassmed.edu/gme/index.aspx
growinggreen
www.umassmed.edu/growinggreen/index.aspx
gsbs
www.umassmed.edu/gsbs/index.aspx
gsn
www.umassmed.edu/gsn/index.aspx
hr
www.umassmed.edu/hr/index.aspx
index
www.umassmed.edu/index/index.aspx
neasc
www.umassmed.edu/neasc/index.aspx
news
www.umassmed.edu/news/2012/research/globe-story-touts-umms-star-quality.aspx
www.umassmed.edu/news/video/2011/umass-medical-school-building-a-brighter-future.aspx
research
www.umassmed.edu/research/index.aspx
shermancenter
www.umassmed.edu/shermancenter/index.aspx
som
www.umassmed.edu/som/index.aspx
weather
www.umassmed.edu/weather/index.aspx
workarea
www.umassmed.edu/workarea/linkit.aspx?linkidentifier=id&itemid=70832
www.umassmed.edu
www.umassmed.edu/research
www.umassmed.edu/dept_centers.aspx
www.umassmed.edu/commed_health_law_policy.aspx
www.umassmed.edu/commed_financing.aspx
www.umassmed.edu/commed_pharmacy.aspx
www.umassmed.edu/content.aspx?id=44686
www.umassmed.edu javascript

www.umassmed.edu javascript info

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

Javascripts in the head of the page

The following js files were found on this page:

http://www.umassmed.edu/js_scripts/ac_runactivecontent.js
http://www.umassmed.edu/js_scripts/swfobject.js
http://www.umassmed.edu/workarea/java/ektronjquery.js
http://www.umassmed.edu/workarea/java/thickbox.js
http://www.umassmed.edu/workarea/dmsmenu/dmsmenu.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.umassmed.edu 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:

var isnav, isie
if (parseint(navigator.appversion) >= 4) {
if (navigator.appname == "netscape") {
isnav = true
} else {
isie = true
}
}
function checkenter(e,theaction){ //e is event object passed from function invocation
var qtext = document.getelementbyid('q_text');

var charactercode; //literal character code will be stored in this variable

if(e && e.which){ //if which property of event object is supported (nn4)
e = e;
charactercode = e.which; //character code is contained in nn4's which property
}
else{
e = event;
charactercode = e.keycode; //character code is contained in ie's keycode property
}

if(charactercode == 13 ){ //if generated character code is equal to ascii 13 (if enter key)
//alert(qtext.value.length);
if (qtext.value.length==0){
alert('please enter some text to search');
qtext.focus();
return false;
}
else{
dosearchsubmit(theaction);
}
//document.forms[0].action=urltosubmit;
//document.forms[0].method='post';
//document.forms[0].target='_blank';
//document.forms[0].submit();//submit the form
return false;
}
else{
return true;
}

}
//var enterkeypressed = false;
function dosearchsubmit(theaction){
try{
//alert(theaction);
var qtext = document.getelementbyid('q_text');
var qurl = document.getelementbyid('ctl00_q_path');
var q = document.getelementsbyname('q');
if(!qurl.checked){
qurl.value = '';
}else{
qurl.value = ',' + qurl.value;
}
var qstring = qtext.value + qurl.value;
q(0).value = qstring;
}catch(e){
//do nothing
}
// document.forms[0].action='http://www.umassmed.edu/searchpage/index.cfm';
// document.forms[0].method='post';
// document.forms[0].submit();
var id = document.getelementbyid('ctl00_myrawurl');
var qpathurl = document.getelementbyid('ctl00_hiddenq_path');
var urltosubmit = theaction + '?searchfor=' + q[0].value +'&id=' + id.value + '&qpath=' + qpathurl.value;
//+'?searchfor='+document.forms[0].searchphrase.value;
document.forms[0].action=urltosubmit;
document.forms[0].method='post';
//document.forms[0].target='_blank';
document.forms[0].submit();
}
/*
function: handleenterkey()
author: michael regan
created on: 08/11/2004
altered on: 01/24/2008 (michael regan)
purpose: initiates a button click when the enter key is pressed
parameters:
evt -- the event used when not ie
buttontoclick -- the button that will be clicked on when the enter key is used.
flow:
set the key code
if the key code is 13 (the enter key) and we have not already done this
set the page variable 'enterkeypressed' to true (prevents futher enter key key strokes)
get the button by id
set the focus
initiate the click event.
*/
//function handleenterkey(evt,buttontoclick){
// var thekeycode;
// if (isie) {
// thekeycode = window.event.keycode;
// } else {
// thekeycode = evt.which;
// }
// if (thekeycode == 13 && enterkeypressed == false){
// enterkeypressed=true;
// var submitbutton = document.getelementbyid(buttontoclick);
// try{
// var qtext = document.getelementbyid('q_text');
// if(qtest.length==0) return false;
// submitbutton.focus();
// submitbutton.click();
// }
// catch(e){
// /*
// * at this point if your getting an error then the button could not be found
// * we are going to ignor the error at this point.
// * one instance when this error is acceptable is when
// * the button has already been disabled...you can not set focus to a button in that state.
// *
// * in this case the button has alread been press with the enter key and all is ok.
// *
// * use the next commented line for trouble shooting.
// */
// //alert('could not find button ' + buttontoclick + ' ' + e);
// return false;
// }
// }
//}

var ac_fl_runcontent = 0;
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_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];}
}

//<![cdata[
ektb_pathtoimage = '/workarea/images/application/loading_small.gif';//]]>

<!--
function ektlocalizedate(date, id) {
if (document.getelementbyid && 10 == date.length) {
var otempdate = new date(date.substr(0,4), parseint(date.substr(5,2),10)-1, date.substr(8,2));
document.getelementbyid(id).innerhtml=(otempdate.tolocaledatestring ? otempdate.tolocaledatestring() : otempdate.tolocalestring());
}
}
// -->

www.umassmed.edu css

www.umassmed.edu 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.umassmed.edu:

http://www.umassmed.edu/uploadedfiles/styles/modules/homepage_print.css
http://www.umassmed.edu/workarea/csslib/box.css
http://www.umassmed.edu/uploadedfiles/styles/homepage_styles/homepage.css

seo tip: combine stylehseets r-domain advises to combine all stylesheets to one compressed stylesheet. Adding multiple stylesheets to your page can seriously slow down your website. Compressing your stylehseet can speed up your page

www.umassmed.edu inline stylesheet info

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

www.umassmed.edu backlinks

Backlink analysis for www.umassmed.edu

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.umassmed.edu 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
onlinelibrary.wiley.com
paper - onlinelibrary.wiley.com/doi/10.1002/hep.24802/pdf
profiles.umassmed.edu
research program - profiles.umassmed.edu/profiles/profiledetails.aspx?from=se&person=212
www.springerlink.com
paper - www.springerlink.com/content/n5213716n42plp31/fulltext.pdf
profiles.umassmed.edu
research program - profiles.umassmed.edu/profiles/profiledetails.aspx?from=se&person=470
www.nature.com
paper - www.nature.com/nmeth/journal/v9/n4/full/nmeth.1903.html
profiles.umassmed.edu
research program - profiles.umassmed.edu/profiles/profiledetails.aspx?from=se&person=1177
www.pnas.org
paper - www.pnas.org/content/109/2/610.long
profiles.umassmed.edu
research program - profiles.umassmed.edu/profiles/profiledetails.aspx?from=se&person=351
www.springerlink.com
paper - www.springerlink.com/content/g844q6487187xxxj/#section=994902&page=1
profiles.umassmed.edu
research program - profiles.umassmed.edu/profiles/profiledetails.aspx?from=se&person=99
library.umassmed.edu
library - library.umassmed.edu/index.cfm
www.alumniconnections.com
alumni - www.alumniconnections.com/olc/pub/umcw/cpages/homepage/home.jsp
www.massachusetts.edu
umass system - www.massachusetts.edu/
i.umassmed.edu
intranet - i.umassmed.edu/inside/default.aspx
www.umassmed.edu html

www.umassmed.edu 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 15,16

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 6 column 26 - Warning: unescaped & or unknown entity "&isMembershipUser"
line 6 column 45 - Warning: unescaped & or unknown entity "&site_id"
line 6 column 54 - Warning: unescaped & or unknown entity "&username"
line 6 column 64 - Warning: unescaped & or unknown entity "&new_site"
line 6 column 75 - Warning: unescaped & or unknown entity "&unique_id"
line 6 column 87 - Warning: unescaped & or unknown entity "&site_preview"
line 6 column 102 - Warning: unescaped & or unknown entity "&langvalue"
line 6 column 114 - Warning: unescaped & or unknown entity "&DefaultLanguage"
line 6 column 135 - Warning: unescaped & or unknown entity "&NavLanguage"
line 6 column 152 - Warning: unescaped & or unknown entity "&LastValidLanguageID"
line 6 column 177 - Warning: unescaped & or unknown entity "&ContType"
line 6 column 187 - Warning: unescaped & or unknown entity "&UserCulture"
line 6 column 204 - Warning: unescaped & or unknown entity "&dm"
line 6 column 224 - Warning: unescaped & or unknown entity "&SiteLanguage"
line 14 column 1 - Warning: missing <!DOCTYPE> declaration
line 14 column 1 - Warning: plain text isn't allowed in <head> elements
line 14 column 1 - Info: <head> previously mentioned
line 14 column 1 - Warning: inserting implicit <body>
line 14 column 1 - Warning: <!DOCTYPE> isn't allowed after elements
line 15 column 1 - Warning: discarding unexpected <html>
line 16 column 1 - Warning: <head> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 16 column 7 - Warning: <title> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 17 column 1 - Warning: <meta> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 18 column 1 - Warning: <meta> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 19 column 1 - Warning: <meta> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 19 column 48 - Warning: <meta> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 19 column 102 - Warning: <meta> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 19 column 171 - Warning: <meta> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 19 column 219 - Warning: <meta> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 19 column 265 - Warning: <meta> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 19 column 312 - Warning: <meta> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 19 column 420 - Warning: <meta> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 19 column 497 - Warning: <link> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 172 column 1 - Warning: <link> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 175 column 1 - Warning: <link> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 175 column 115 - Warning: </head> isn't allowed in <body> elements
line 14 column 1 - Info: <body> previously mentioned
line 176 column 1 - Warning: discarding unexpected <body>
line 212 column 9 - Warning: <style> isn't allowed in <div> elements
line 211 column 9 - Info: <div> previously mentioned
line 239 column 5 - Warning: <style> isn't allowed in <div> elements
line 224 column 13 - Info: <div> previously mentioned
line 269 column 58 - Warning: replacing invalid character code 128
line 269 column 59 - Warning: replacing invalid character code 152
line 269 column 73 - Warning: replacing invalid character code 128
line 269 column 74 - Warning: replacing invalid character code 153
line 288 column 5 - Warning: missing </a> before <p>
line 291 column 9 - Warning: discarding unexpected </a>
line 315 column 42 - Warning: replacing invalid character code 128
line 315 column 43 - Warning: replacing invalid character code 147
line 380 column 9 - Warning: <style> isn't allowed in <div> elements
line 379 column 25 - Info: <div> previously mentioned
line 425 column 19 - Warning: missing <li>
line 505 column 65 - Warning: <input> element not empty or not closed
line 178 column 1 - Warning: <input> ID "__VIEWSTATE" uses XML ID syntax
line 250 column 11 - Warning: <table> lacks "summary" attribute
line 278 column 15 - Warning: <a> proprietary attribute "alt"
line 500 column 29 - Warning: <a> escaping malformed URI reference
line 506 column 65 - Warning: <input> attribute value "Button" must be lower case for XHTML
line 524 column 41 - Warning: <img> escaping malformed URI reference
line 570 column 1 - Warning: <input> ID "__EVENTVALIDATION" uses XML ID syntax
line 189 column 46 - Warning: trimming empty <span>
line 193 column 42 - Warning: trimming empty <span>
line 202 column 53 - Warning: trimming empty <span>
line 228 column 9 - Warning: trimming empty <span>
line 285 column 1 - Warning: trimming empty <p>
line 290 column 9 - Warning: trimming empty <p>
line 530 column 21 - Warning: trimming empty <span>
line 533 column 21 - Warning: trimming empty <span>
line 536 column 21 - Warning: trimming empty <span>
line 539 column 21 - Warning: trimming empty <span>
line 542 column 21 - Warning: trimming empty <span>
line 545 column 21 - Warning: trimming empty <span>
line 555 column 5 - Warning: trimming empty <span>
line 558 column 5 - Warning: trimming empty <span>
line 561 column 5 - Warning: trimming empty <span>
Info: Document content looks like HTML Proprietary
71 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.umassmed.edu content analysis

www.umassmed.edu content analysis

On this page the content of www.umassmed.edu 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.umassmed.edu
Domain length 16 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 welcome to the university of massachusetts medical school - worcester
Page Title relevance 0% match
welcome university massachusetts medical school worcester
Meta Description research at umms (16 chars)
Meta Deascription relevance 100% match
research umms
Meta Keywords research at umms
Meta keyword relevance 100% match
research umms
Meta text/html; charset=utf-8
Meta resource-type document
Meta robots index, follow
Meta revisit-after 30 days
Meta copyright 2012 university of massachusetts medical school
Meta publisheddate 5/3/2012

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 aeur asp campus gmt inhibition net news paper path program research set-cookie site skip umassmed umms using
Wordcount 213 words found on www.umassmed.edu
Links 52 links found on page containing the following anchor texts
skip to content, skip to main navigation, skip to search, paper, research program, paper, research program, paper, research program, paper, research program, paper, research program, more research, newsmaker: globe story touts umms ‘star quality’, video: umassmed – building a bright future , the albert sherman center , growing green: sustainability news at umms , campus slideshows , 2012 neasc accreditation , campus status , education, school of medicine, graduate school of biomedical sciences, graduate school of nursing, graduate medical education, continuing medical education, research, umass medicine cares, departments & centers, human resources, commonwealth medicine, health law & policy, financing, pharmacy solutions, library, alumni and friends, alumni, giving, chancellor, dean / provost / executive deputy chancellor, about umms, office of communications, administration, directions, umass system, index, intranet, directory, contact us, official, ummscommunications@umassmed.edu,
Link anchor relevance 10% match
skip content main navigation search paper research program more newsmaker globe story touts umms star quality video umassmed building bright future albert sherman center growing green sustainability news campus slideshows neasc accreditation status education school medicine graduate biomedical sciences nursing medical continuing umass cares departments centers human resources commonwealth health law policy financing pharmacy solutions library alumni friends giving chancellor dean provost executive deputy about office communications administration directions system index intranet directory contact official ummscommunications edu
Headings 2 headings found on page containing the following texts
research @ umms, news @ umassmed now,
Headings relevance 80% match
research umms news umassmed now
Emphasis (bold and italic) 10 bold or italic tags found on page containing the following texts
paper,  research program, paper,  research program, paper,  research program, paper,  research program, paper,  research program,
Bold and italic tag relevance 100% match
paper research program
Image alt tags 10 image alt tags found on page containing the following texts
24/7 news coverage of umms, relief and celebration at match day 2012, commencement 2012, get adobe flash player, click to visit umassmemorial web site, patients click here, make a gift now, images of education, images of research, images of services,
Image alt tag relevance 15% match
news coverage umms relief celebration match day commencement get adobe flash player click visit umassmemorial web site patients here make gift now images education research services
www.umassmed.edu seo score

www.umassmed.edu seo score expained

Below are the scores we calculated for different parts of www.umassmed.edu.

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 approval: Try to keep your title between 40 and 66 characters. Your title was 70 characters long Title Length 80 0,7 Try to keep your title between 40 and 66 characters. Your title was 70 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 error: The meta description should be between 145 and 160 characters. This meta description was 17 characters long Meta Description Length 0 0,7 The meta description should be between 145 and 160 characters. This meta description was 17 characters long
seo approval: Meta Description should reflect the contents of a site. This site has a 100 % match Meta description relevance 100 0,7 Meta Description should reflect the contents of a site. This site has a 100 % 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  37 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 37 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 24 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 24 level 1 folders and 29 folders above or in the first level of navigation.
seo approval: Headers should reflect the contents of a site. This site has a 80 % match Headings 100 1,6 Headers should reflect the contents of a site. This site has a 80 % match
seo error: Link anchors should to some degree reflect the contents of a site. This site has a 10 % match Links 30 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 10 % match
seo tip: Image alt tags should to some degree reflect the contents of a site. This site has a 15 % match Image alt tags 45 0,5 Image alt tags should to some degree reflect the contents of a site. This site has a 15 % match
seo approval: Bold and italic tags should to some degree reflect the contents of a site. This site has a 100 % 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 100 % 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 tip: If this score is not 100 check the html very carefully. We found 71 errors and warnings Page errors 65 2 If this score is not 100 check the html very carefully. We found 71 errors and warnings
seo tip: An ideal page contains between 400 and 600 words.This page contains 214 words WordCount 65 1,1 An ideal page contains between 400 and 600 words.This page contains 214 words
www.umassmed.edu server info

www.umassmed.edu 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,245945 seconds
Filesize 28567 bytes

Server headers

Server headers are the response the server sends before the actual content. A correct server setup can speed up a site and free up server resources. Make sure that all headers are set correct. For example dont cache dynamic content and dont close connections unless there is a good reason.

HTTP/1.1 301 Moved Permenantly
Date: Sat, 26 May 2012 02:25:54 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: 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
X-AspNet-Version: 2.0.50727
Location: /index.aspx
Set-Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&ContType=&UserCulture=1033&dm=www.umassmed.edu&SiteLanguage=1033; 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 ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&ContType=&UserCulture=1033&dm=www.umassmed.edu&SiteLanguage=1033; 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
Content-Length: 0 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 0 bytes

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 146.189.217.4
Country Code US
Country Code 3 USA
Country Name United States
Region MA
City Worcester
Postal Code 01655
Metro Code 506
Area Code 508
refresh our seo analysis The current report is cached on Sat, 26 May 2012 04:25:55. Click here to refresh the results

Analyse your website !

Please enter your domain name