Difference between revisions of "Rating subdomains"

From WOT Wiki
Jump to: navigation, search
(Revert major vandalism)
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
As explained on WOT's main Support page section: [http://www.mywot.com/en/support/faq#rating Rating Websites]
+
As explained on WOT's main Support page section: [https://www.mywot.com/faq/website/rating-websites#subdomains Rating Subdomains].
 
;How does the system rate subdomains?
 
;How does the system rate subdomains?
:Subdomains are often used with free hosting and social networking sites, for example. The WOT community can rate subdomains in exactly the same way as the members rate other domains. If WOT doesn’t have enough ratings for a specific subdomain, the subdomain inherits the parent domain's reputation. Once the system considers there to be enough supporting evidence to calculate a separate reputation for the subdomain, WOT will start to use it.
+
:[http://wikipedia.org/wiki/Subdomain Subdomains] are often used with free hosting and social networking sites, for example. The WOT community can rate subdomains in exactly the same way as the members rate other domains. If WOT doesn’t have enough ratings for a specific subdomain, the subdomain inherits the parent domain's reputation. Once the system considers there to be enough supporting evidence to calculate a separate reputation for the subdomain, WOT will start to use it.
  
 
:Similarly, the reputation of each subdomain contributes to the parent domain's reputation. If a domain has lots of untrustworthy subdomains, its reputation will suffer, and, therefore, the reputation of any new subdomains will suffer as well. We designed this logic within the WOT system to model the way trust works in real life.
 
:Similarly, the reputation of each subdomain contributes to the parent domain's reputation. If a domain has lots of untrustworthy subdomains, its reputation will suffer, and, therefore, the reputation of any new subdomains will suffer as well. We designed this logic within the WOT system to model the way trust works in real life.
 +
 +
; The ''www'' subdomain
 +
: ... the owner of the domain also controls the www subdomain. Since the www subdomain is commonly used as an alias for the main website hosted on the domain, we believe they should also share the reputation.
 +
: - Sami ''27 May 2009''
 +
: forum discussion: [http://www.mywot.com/forum/3513-subdomain-question-www subdomain question - "www."]
 +
: note:
 +
: If the subdomain contains "www" plus a string of integers such as: ''www1'', ''www2'', ''www123'', ''www4321'', WOT considers them to be equal to the parent domain as long as both of these conditions are true: <blockquote><ol><li>the host name matches the regular expression <pre>/^www(\d[^\.]*)?\..+\..+$/i</pre></li><li>the parent domain is not a TLD (or an eTLD)</li></ol></blockquote>
 +
 +
; Multi-level subdomains
 +
: When a subdomain inherits the parent domain's reputation, the confidence level decreases to half on each hierarchy level. Depending on how reliable the parent domain's reputation is, at some point the confidence for the inherited reputation falls below the minimum threshold and the subdomain is shown as unrated. Here's an example, look at the confidence indicators:
 +
<pre style="overflow:auto;">http&#58;//www&#46;google.com
 +
http&#58;//www&#46;1l.google.com
 +
http&#58;//www&#46;2.1l.google.com
 +
http&#58;//www&#46;3.2.1l.google.com
 +
http&#58;//www&#46;4.3.2.1l.google.com
 +
http&#58;//www&#46;5.4.3.2.1l.google.com
 +
http&#58;//www&#46;6.5.4.3.2.1l.google.com</pre>
 +
: So, currently the 6th level subdomains of google.com have no reputation in any rating component. If one of the parents lower in the hierarchy later receives ratings and gets a reputation of its own, the higher level subdomains will inherit its reputation instead.
 +
: &#8212; [http://www.mywot.com/forum/26218-sub-domains-reputation?comment=158716#comment-158716 Sami]
 +
 +
; Shared domains
 +
: If your site is hosted on a shared domain, such as blogspot.com or wordpress.com it used to inherit the parent domain's reputation, but starting 27 May 2013, these domains are treated as effective top level domains (eTLDs) so these subdomains each have to earn their own reputation, if no reputation exists they will display the unrated symbol: [[File:16_unrated.png]]
 +
: &#8212; [http://www.mywot.com/forum/35386-why-do-i-have-a-in-my-website?comment=203770#comment-203770 Sami]
  
 
For more reference, please read these blog posts:
 
For more reference, please read these blog posts:
 
* [http://www.mywot.com/blog/the-neighbourhood The Neighbourhood]
 
* [http://www.mywot.com/blog/the-neighbourhood The Neighbourhood]
* [http://www.mywot.com/blog/how-many-sites-do-we-knowHow many sites do we know?]
+
* [http://www.mywot.com/blog/how-many-sites-do-we-know How many sites do we know?]
 
*: discusses how reputations traverse the domain hierarchy  
 
*: discusses how reputations traverse the domain hierarchy  
  
  
 
see also: [[Shared domains|Shared domains]]
 
see also: [[Shared domains|Shared domains]]

Latest revision as of 15:23, 12 April 2015

As explained on WOT's main Support page section: Rating Subdomains.

How does the system rate subdomains?
Subdomains are often used with free hosting and social networking sites, for example. The WOT community can rate subdomains in exactly the same way as the members rate other domains. If WOT doesn’t have enough ratings for a specific subdomain, the subdomain inherits the parent domain's reputation. Once the system considers there to be enough supporting evidence to calculate a separate reputation for the subdomain, WOT will start to use it.
Similarly, the reputation of each subdomain contributes to the parent domain's reputation. If a domain has lots of untrustworthy subdomains, its reputation will suffer, and, therefore, the reputation of any new subdomains will suffer as well. We designed this logic within the WOT system to model the way trust works in real life.
The www subdomain
... the owner of the domain also controls the www subdomain. Since the www subdomain is commonly used as an alias for the main website hosted on the domain, we believe they should also share the reputation.
- Sami 27 May 2009
forum discussion: subdomain question - "www."
note:
If the subdomain contains "www" plus a string of integers such as: www1, www2, www123, www4321, WOT considers them to be equal to the parent domain as long as both of these conditions are true:
  1. the host name matches the regular expression
    /^www(\d[^\.]*)?\..+\..+$/i
  2. the parent domain is not a TLD (or an eTLD)
Multi-level subdomains
When a subdomain inherits the parent domain's reputation, the confidence level decreases to half on each hierarchy level. Depending on how reliable the parent domain's reputation is, at some point the confidence for the inherited reputation falls below the minimum threshold and the subdomain is shown as unrated. Here's an example, look at the confidence indicators:
http://www.google.com
http://www.1l.google.com
http://www.2.1l.google.com
http://www.3.2.1l.google.com
http://www.4.3.2.1l.google.com
http://www.5.4.3.2.1l.google.com
http://www.6.5.4.3.2.1l.google.com
So, currently the 6th level subdomains of google.com have no reputation in any rating component. If one of the parents lower in the hierarchy later receives ratings and gets a reputation of its own, the higher level subdomains will inherit its reputation instead.
Sami
Shared domains
If your site is hosted on a shared domain, such as blogspot.com or wordpress.com it used to inherit the parent domain's reputation, but starting 27 May 2013, these domains are treated as effective top level domains (eTLDs) so these subdomains each have to earn their own reputation, if no reputation exists they will display the unrated symbol: 16 unrated.png
Sami

For more reference, please read these blog posts:


see also: Shared domains