www.wordpress.org analysis, site info, backlinks and seo


www.wordpress.org

www.wordpress.org - wordpress › blog tool, publishing platform, and cms

www.wordpress.org scores a 7,3 out of 10 on our optimalisation scale. This is a little above average. We have identified 34 keywords. This page seems optimized for the keyword 'wordpress'

summary

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

Site www.wordpress.org (visit site)
Page Title wordpress › blog tool, publishing platform, and cms
Keyword density are blog can com count directory download facebook false few get home hosting html hundreds iframe like more org our over people plugin plugins ready same show software themes there time web wordpress you
SEO Summary 0% meta description relevance, 41% link relevance, 50% heading relevance, 22 page errors
Server info Location: Plano,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 22 html errors and warings !

>> Read More !

SEO score of www.wordpress.org

7,3

>> Read More !

www.wordpress.org server info

www.wordpress.org 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,136974 seconds
Filesize 10621 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 Permanently
Server: nginx The Server header contains information about the software used by the origin server to handle the request. The server used here is nginx
Date: Sat, 26 May 2012 06:53:23 GMT The Date header represents the time when the message was generated, regardless of caching that happened since. It is used by caches as input to expiration calculations, and to detect clock drift.
Content-Type: text/html; charset=UTF-8 The Content-Type entity-header field indicates the media type of the entity-body sent to the recipient or, in the case of the HEAD method, the media type that would have been sent had the request been a GET. . The value is text/html; charset=UTF-8
Transfer-Encoding: chunked The Transfer-Encoding header indicates what (if any) type of transformation has been applied to the message body. This differs from Content-Encoding in that transfer-codings are a property of the message, not of the representation; i.e., it will be removed by the next "hop", whereas content-codings are end-to-end. The most commonly used transfer-coding is chunked, which allows persistent connections to be used without knowing the entire body's length. The value is chunked
Connection: close The Connection general-header field allows the sender to specify options that are desired for that particular connection. Common values are keep-alive and close. Keep alive means the connection to the server should stay open for re-use. Usually this means a speed advantage for a website since the connection can be reused to fetch images, javascript, css etc. The value is close
X-Pingback: http://wordpress.org/xmlrpc.php
Location: http://wordpress.org/
X-nc: EXPIRED luv 139

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 72.233.56.139
Country Code US
Country Code 3 USA
Country Name United States
Region TX
City Plano
Postal Code 75093
Metro Code 623
Area Code 972
www.wordpress.org backlinks

Backlink analysis for www.wordpress.org

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.wordpress.org 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.wordpress.org
wordpress.org - wordpress.org
www.wordpress.org
showcase - wordpress.org/showcase/
www.wordpress.org
themes - wordpress.org/extend/themes/
www.wordpress.org
plugins - wordpress.org/extend/plugins/
www.wordpress.org
mobile - wordpress.org/extend/mobile/
www.wordpress.org
about - wordpress.org/about/
codex.wordpress.org
docs - codex.wordpress.org/main_page
www.wordpress.org
blog - wordpress.org/news/
www.wordpress.org
forums - wordpress.org/support/
www.wordpress.org
hosting - wordpress.org/hosting/
www.wordpress.org
download - wordpress.org/download/
wordpress.hellomerch.com
wordpress swag - wordpress.hellomerch.com
www.wordpress.org
plugin directory refreshed - wordpress.org/news/2012/05/plugins-refreshed/
codex.wordpress.org
read the documentation - codex.wordpress.org/main_page
www.wordpress.org
privacy - wordpress.org/about/privacy/
www.wordpress.org
license / gplv2 - wordpress.org/about/license/
www.wordpress.com
wordpress.com - wordpress.com/?ref=wporg-footer
www.wordpress.tv
wordpress.tv - wordpress.tv/
central.wordcamp.org
wordcamp - central.wordcamp.org/
jobs.wordpress.net
wp jobs - jobs.wordpress.net/
www.ma.tt
matt - ma.tt/
www.wordpress.org
blog rss - wordpress.org/news/feed/
www.wordpress.org javascript

www.wordpress.org javascript info

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

Javascripts in the head of the page

The following js files were found on this page:

http://s.wordpress.org/wp-includes/js/jquery/jquery.js
http://edge.quantserve.com/quant.js
http://s.gravatar.com/js/gprofiles.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.wordpress.org 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 gajshost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3cscript src='" + gajshost + "google-analytics.com/ga.js' type='text/javascript'%3e%3c/script%3e"));

var pagetracker = _gat._gettracker("ua-52447-1");
pagetracker._initdata();
pagetracker._trackpageview();
function recordoutboundlink(link, category, action) {
pagetracker._trackevent(category, action);
settimeout('document.location = "' + link.href + '"', 100);
}

//<![cdata[
function jah(url,target) {
// native xmlhttprequest object
if (window.xmlhttprequest) {
req = new xmlhttprequest();
req.onreadystatechange = function() {jahdone(target);};
req.open("get", url, true);
req.send(null);
// ie/windows activex version
} else if (window.activexobject) {
req = new activexobject("microsoft.xmlhttp");
if (req) {
req.onreadystatechange = function() {jahdone(target);};
req.open("get", url, true);
req.send();
}
}
}

function jahdone(target) {
// only if req is "loaded"
if (req.readystate == 4) {
// only if "ok"
if (req.status == 200) {
results = req.responsetext;
document.getelementbyid(target).innerhtml = results;
}
}
}
jah( '/lang-guess/lang-guess-ajax.php?uri=%2f&latest=3.3.2', 'lang-guess-wrap' );
//]]>

_qoptions={qacct:"p-18-mfek4j448m"};

(function() {
var po = document.createelement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getelementsbytagname('script')[0]; s.parentnode.insertbefore(po, s);
})();

(function($){
$(document).ready(function() {
$('#footer a').click(function() {
if (this.href.indexof('wordpress.org') == -1 && this.href.indexof('http') == 0) {
recordoutboundlink(this, 'outbound links', this.href);
return false;
}
});
$('#download a, .download-button').click(function() {
recordoutboundlink(this, 'download links', $(this).hasclass('download-button') ? 'button' : 'nav' );
return false;
});
});
})(jquery);

www.wordpress.org html

www.wordpress.org 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 4,59

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 10 column 1 - Warning: missing <!DOCTYPE> declaration
line 10 column 1 - Warning: plain text isn't allowed in <head> elements
line 10 column 1 - Info: <head> previously mentioned
line 10 column 1 - Warning: inserting implicit <body>
line 10 column 1 - Warning: <!DOCTYPE> isn't allowed after elements
line 11 column 1 - Warning: discarding unexpected <html>
line 11 column 64 - Warning: <head> isn't allowed in <body> elements
line 10 column 1 - Info: <body> previously mentioned
line 12 column 1 - Warning: <meta> isn't allowed in <body> elements
line 10 column 1 - Info: <body> previously mentioned
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 10 column 1 - Info: <body> previously mentioned
line 17 column 1 - Warning: <meta> isn't allowed in <body> elements
line 10 column 1 - Info: <body> previously mentioned
line 18 column 1 - Warning: <title> isn't allowed in <body> elements
line 10 column 1 - Info: <body> previously mentioned
line 19 column 1 - Warning: <style> isn't allowed in <body> elements
line 10 column 1 - Info: <body> previously mentioned
line 22 column 1 - Warning: <link> isn't allowed in <body> elements
line 10 column 1 - Info: <body> previously mentioned
line 23 column 1 - Warning: <link> isn't allowed in <body> elements
line 10 column 1 - Info: <body> previously mentioned
line 43 column 1 - Warning: <link> isn't allowed in <body> elements
line 10 column 1 - Info: <body> previously mentioned
line 44 column 1 - Warning: </head> isn't allowed in <body> elements
line 10 column 1 - Info: <body> previously mentioned
line 46 column 1 - Warning: discarding unexpected <body>
line 138 column 146 - Warning: unescaped & or unknown entity "&show_count"
line 56 column 5 - Warning: <a> attribute "href" lacks value
line 136 column 1 - Warning: <iframe> proprietary attribute "allowtransparency"
line 137 column 1 - Warning: <div> proprietary attribute "data-size"
line 137 column 1 - Warning: <div> proprietary attribute "data-href"
line 138 column 1 - Warning: <iframe> proprietary attribute "allowtransparency"
Info: Document content looks like XHTML 1.0 Transitional
22 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.wordpress.org website navigation

www.wordpress.org navigation and internal link structure

We have scanned www.wordpress.org for internal links and found 9 links on this page. We found 1 base folders and 3 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.wordpress.org

Internal links found

Click on any of the links below to analyze that page

extend
www.wordpress.org/extend/plugins/
www.wordpress.org/extend/themes/
www.wordpress.org
www.wordpress.org/showcase/
www.wordpress.org/download/
www.wordpress.org/news/
www.wordpress.org/hosting/
www.wordpress.org seo score

www.wordpress.org seo score expained

Below are the scores we calculated for different parts of www.wordpress.org.

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 28 % match Title relevance 38 2,3 A title should reflect the contents of a site. This site has a 28 % match
seo approval: Try to keep your title between 40 and 66 characters. Your title was 59 characters long Title Length 100 0,7 Try to keep your title between 40 and 66 characters. Your title was 59 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  9 internal links on this page. Number of internal links 85 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 9 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 3 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 3 folders above or in the first level of navigation.
seo approval: Headers should reflect the contents of a site. This site has a 50 % match Headings 90 1,6 Headers should reflect the contents of a site. This site has a 50 % match
seo approval: Link anchors should to some degree reflect the contents of a site. This site has a 41 % match Links 100 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 41 % match
seo tip: Image alt tags should to some degree reflect the contents of a site. This site has a 20 % match Image alt tags 60 0,5 Image alt tags should to some degree reflect the contents of a site. This site has a 20 % 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 tip: 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 60 1,1 Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file
seo approval: If this score is not 100 check the html very carefully. We found 22 errors and warnings Page errors 89 2 If this score is not 100 check the html very carefully. We found 22 errors and warnings
seo approval: An ideal page contains between 400 and 600 words.This page contains 322 words WordCount 75 1,1 An ideal page contains between 400 and 600 words.This page contains 322 words
www.wordpress.org css

www.wordpress.org 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.wordpress.org:

http://s.wordpress.org/style/iphone.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.wordpress.org inline stylesheet info

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

www.wordpress.org content analysis

www.wordpress.org content analysis

On this page the content of www.wordpress.org 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.wordpress.org
Domain length 17 characters
Domain relevance found the keyword wordpress in domain name !

Head

The head element is a container for all the elements int he head of a page. Elements inside head can fort example include scripts, instruct the browser where to find style sheets, provide meta information. We analyzed the follwoing tags in the head section: <title>, <link>, <meta>,<script>, and <style>.

Page Title wordpress › blog tool, publishing platform, and cms
Page Title relevance 29% match
wordpress rsaquo blog tool publishing platform cms
Meta Description no page description found (0 chars)
Meta Deascription relevance 0% match
No title found !
Meta Keywords no keywords found
Meta keyword relevance 0% match
No meta keywords found !
Meta text/html; charset=utf-8
Meta google-site-verification 7vwes_-rchbcmaqis9msyampfnwe03f4vytj4pfuaw0

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 are blog can com count directory download facebook false few get home hosting html hundreds iframe like more org our over people plugin plugins ready same show software themes there time web wordpress you
Wordcount 321 words found on www.wordpress.org
Links 32 links found on page containing the following anchor texts
wordpress.org, home, showcase, themes, plugins, mobile, about, docs, blog, forums, hosting, download, plugins, themes, anything you can imagine, download wordpress 3.3.2, wordpress swag, news from our blog, plugin directory refreshed, find a web host, download & install wordpress, read the documentation, wordpress users, … and hundreds more, privacy, license / gplv2, wordpress.com, wordpress.tv, wordcamp, wp jobs, matt, blog rss,
Link anchor relevance 41% match
wordpress org home showcase themes plugins mobile about docs blog forums hosting download anything you can imagine swag news from our plugin directory refreshed find web host install read documentation users hundreds more privacy license gplv com wordcamp jobs matt rss
Headings 6 headings found on page containing the following texts
wordpress.org, wordpress swag, news from our blog, it’s easy as…, wordpress users, plugin directory refreshed,
Headings relevance 50% match
wordpress org swag news from our blog easy users plugin directory refreshed
Emphasis (bold and italic) 1 bold or italic tags found on page containing the following texts
wordpress,
Bold and italic tag relevance 100% match
wordpress
Image alt tags 6 image alt tags found on page containing the following texts
, wordpress swag, marthastewart, cnn, yahoo, ,
Image alt tag relevance 20% match
wordpress swag marthastewart cnn yahoo
refresh our seo analysis The current report is cached on Sat, 26 May 2012 08:53:24. Click here to refresh the results

Analyse your website !

Please enter your domain name