Difference between revisions of "Verify your website"

From WOT Wiki
Jump to: navigation, search
(Keyword)
 
(47 intermediate revisions by 21 users not shown)
Line 1: Line 1:
 
{{RightTOC}}
 
{{RightTOC}}
You must [https://www.mywot.com/user/register register an account] to associate your website(s) to.
+
You must [https://www.mywot.com/user/register register an account] to associate your website(s) with WOT.
  
 
==Claim your site ==
 
==Claim your site ==
  
Go to your user [https://www.mywot.com/user/ profile].
+
Go to your user [https://www.mywot.com/user/ profile].
  
 
Click on the ''My Sites'' menu tab.
 
Click on the ''My Sites'' menu tab.
Line 17: Line 17:
 
WOT verification creates a unique string to use to claim your domain. This string can be in the form of a META Tag, a Keyword, or an HTML file.
 
WOT verification creates a unique string to use to claim your domain. This string can be in the form of a META Tag, a Keyword, or an HTML file.
  
Since the string is unique to the domain, if you are adding and verifying multiple domains, you'll need to compete this process for each. You cannot use 1 verification code for more than 1 domain.
+
Since the string is unique to the domain, if you are adding and verifying multiple domains, you'll need to complete this process for each. You cannot use 1 verification code for more than 1 domain.
  
 
Click on the <span style="color:green;">'''[verify]'''</span> link.  
 
Click on the <span style="color:green;">'''[verify]'''</span> link.  
 
You will be presented with a drop-down select menu with the following two choices:
 
You will be presented with a drop-down select menu with the following two choices:
=== HTML file ===
+
=== HTTP ===
 +
==== HTML file ====
 
# Download the '''.html file''' and upload it to http&#58;//YOUR_DOMAIN.COM. Do '''not''' edit the filename or contents.
 
# Download the '''.html file''' and upload it to http&#58;//YOUR_DOMAIN.COM. Do '''not''' edit the filename or contents.
 
# Make sure that you can view http&#58;//YOUR_DOMAIN.COM/mywot_uploaded_file.html in your browser '''before''' verifying your site.
 
# Make sure that you can view http&#58;//YOUR_DOMAIN.COM/mywot_uploaded_file.html in your browser '''before''' verifying your site.
Line 28: Line 29:
 
   This choice requires having FTP access.
 
   This choice requires having FTP access.
  
=== Meta tag ===
+
==== Meta tag ====
 
# Copy the generated meta tag, and paste it into your site's home page.<br />It should go in the &lt;head&gt; section, before the first &lt;body&gt; section.<br /><code>&lt;meta name="wot-verification" content="mywot_generated_code"/&gt;</code>
 
# Copy the generated meta tag, and paste it into your site's home page.<br />It should go in the &lt;head&gt; section, before the first &lt;body&gt; section.<br /><code>&lt;meta name="wot-verification" content="mywot_generated_code"/&gt;</code>
 
# Return to your profile and click the <span style="color:green;">'''Verify'''</span> submit button.
 
# Return to your profile and click the <span style="color:green;">'''Verify'''</span> submit button.
Line 34: Line 35:
 
You can use your CMS control panel to edit your page and insert the META tag or you can FTP your modified page.
 
You can use your CMS control panel to edit your page and insert the META tag or you can FTP your modified page.
  
==== Google sites ====
+
==== Keyword ====
credit: [http://www.mywot.com/forum/25586-cannot-verify-i-am-the-owner-of-a-google-sites-hosted-site?comment=155146#comment-155146 Amobirius]
+
If you cannot place a new meta tag in your home page, add the generated (alphanumeric) ''WOT_keyword'' to the end of your list of keywords.
# Copy the generated META tag information from your Profile > My sites > Verify
+
<pre><meta name="keyword" content="keyword,keyword,WOT_keyword" /></pre>
# Sign in to your Control Panel
+
Remember to separate keywords with a comma adding no space for valid formatting.
# Click more -> Manage Site
+
reference: [http://www.w3.org/TR/html401/struct/global.html#h-7.4.4.3W3C:Meta data profiles]
# navigate to Google Webmaster Tools
 
# paste the Meta tag code
 
# click Save
 
# return to WOT profile; click Verify
 
 
 
==== Wordpress ====
 
credit: [http://www.mywot.com/forum/15946-claiming-problem?comment=109166#comment-109166 mentalist3d]
 
# Login to your site and go to the dashboard.
 
:: Once in the Dashboard go to 'Appearance > Editor'
 
:: In the editor screen make sure your current theme is selected, and find the file 'header.php', click to open.
 
# Open a new tab or window and go to your WOT profile, then 'My Sites', click on 'Verify', where is says 'Authentication method:' select 'Meta Tag' and copy the code displayed.
 
# Switch back to your WordPress Tab/Window, and look for the following code: &lt;/head&gt; just before that code, paste the WOT meta tag you copied, then click on 'Update File'.
 
# Once the file is updated, switch back to your WOT Tab/Window and click 'Verify'
 
 
 
=== Keyword ===
 
If you cannot place a new meta tag in your home page, add the ''generated (alphanumeric) keyword'' to your list of keywords.
 
<pre><meta name="wot-verification" content="28bcd948d487708da745", keyword, Generated_ALPHANUMERIC" /></pre>
 
  
 
'''Note:'''
 
'''Note:'''
Line 61: Line 45:
 
   you login using a different account or if
 
   you login using a different account or if
 
   you delete the site from ''My Sites'' before verifying it.
 
   you delete the site from ''My Sites'' before verifying it.
 +
 +
=== HTTPS ===
 +
Domains must be manually verified by WOT Staff
 +
* Please send us a [https://www.mywot.com/en/support/feedback/general support request]
  
 
== Site has been verified ==
 
== Site has been verified ==
Line 83: Line 71:
 
and you can either include the Meta Tag or generated Keyword into the header of the (generated) index page, or FTP the HTML file.
 
and you can either include the Meta Tag or generated Keyword into the header of the (generated) index page, or FTP the HTML file.
  
If your site is contained within a URL, you cannot add it to your ''My Sites''
+
If your site is contained within a URL, you cannot add it to your ''My Sites''.
 +
 
 +
WOT does not rate URL's.
 +
 
 +
=== Blogger ===
 +
Specific instructions to create META tag for Blogger may be found here:<br />
 +
[http://www.mayura4ever.com/2011/07/can-you-make-use-of-keywords-meta-tag.html Can You Make Use of the Keywords Meta Tag in Blogger?]
 +
 
 +
=== Google sites ===
 +
credit: [http://www.mywot.com/forum/25586-cannot-verify-i-am-the-owner-of-a-google-sites-hosted-site?comment=155146#comment-155146 Amobirius]
 +
# Copy the generated META tag information from your Profile > My sites > Verify
 +
# Sign in to your Control Panel
 +
# Click more -> Manage Site
 +
# navigate to Google Webmaster Tools
 +
# paste the Meta tag code
 +
# click Save
 +
# return to WOT profile; click Verify
 +
 
 +
=== WordPress ===
 +
credit: [http://www.mywot.com/forum/15946-claiming-problem?comment=109166#comment-109166 mentalist3d]
 +
# Login to your site and go to the dashboard.
 +
:: Once in the Dashboard go to 'Appearance > Editor'
 +
:: In the editor screen make sure your current theme is selected, and find the file 'header.php', click to open.
 +
# Open a new tab or window and go to your WOT profile, then 'My Sites', click on 'Verify', where it says 'Authentication method:' select 'Meta Tag' and copy the code displayed.
 +
# Switch back to your WordPress Tab/Window, and look for the following code: &lt;/head&gt; just before that code, paste the WOT meta tag you copied, then click on 'Update File'.
 +
# Once the file is updated, switch back to your WOT Tab/Window and click 'Verify'
  
WOT does not rate URL's
+
== MediaWiki ==
 +
[http://www.mywot.com/forum/32072-claiming-a-wiki Claim a wiki]
 +
<blockquote>This is a forum discussion which references a few MediaWiki extensions as possible alternatives in creating HTML meta tags. These have not been tested and are not official MediaWiki hacks.<br /><br />If anyone has successfully used one of these extensions to verify their wiki in their WOT user profile, please reply to the forum discussion.</blockquote>

Latest revision as of 16:56, 20 March 2016

You must register an account to associate your website(s) with WOT.

Claim your site

Go to your user profile.

Click on the My Sites menu tab.

Enter your site's domain name in the text input box. Click Add. You should now see that WOT added the domain to your sites list.

Subdomains
Please do not claim and verify subdomains if you are the owner of the root (parent) domain. Subdomains inherit the root domain's reputation.

Verify

WOT verification creates a unique string to use to claim your domain. This string can be in the form of a META Tag, a Keyword, or an HTML file.

Since the string is unique to the domain, if you are adding and verifying multiple domains, you'll need to complete this process for each. You cannot use 1 verification code for more than 1 domain.

Click on the [verify] link. You will be presented with a drop-down select menu with the following two choices:

HTTP

HTML file

  1. Download the .html file and upload it to http://YOUR_DOMAIN.COM. Do not edit the filename or contents.
  2. Make sure that you can view http://YOUR_DOMAIN.COM/mywot_uploaded_file.html in your browser before verifying your site.
  3. Once the file is viewable, return to your profile and click the Verify submit button.

Note:
If our servers cannot access the verification file, the problem is usually due to an incorrectly configured web server on the other end. Sometimes web servers refuse to serve clients who don't send some specific headers in the request, for example. Please send us a support request and we'll see why it is failing for your site.

 This choice requires having FTP access.

Meta tag

  1. Copy the generated meta tag, and paste it into your site's home page.
    It should go in the <head> section, before the first <body> section.
    <meta name="wot-verification" content="mywot_generated_code"/>
  2. Return to your profile and click the Verify submit button.

You can use your CMS control panel to edit your page and insert the META tag or you can FTP your modified page.

Keyword

If you cannot place a new meta tag in your home page, add the generated (alphanumeric) WOT_keyword to the end of your list of keywords.

<meta name="keyword" content="keyword,keyword,WOT_keyword" />

Remember to separate keywords with a comma adding no space for valid formatting. reference: data profiles

Note:

 The HTML file name or the META tag / Keyword content will change if
 you login using a different account or if
 you delete the site from My Sites before verifying it.

HTTPS

Domains must be manually verified by WOT Staff

Site has been verified

After you have verified your site with WOT, you may remove the META tag, generated Keyword, or the uploaded HTML file.

Website description

By default, WOT incorporates the Meta Description on the domain's scorecard.

<meta name="description" content="website description" />

This description can be changed on the Scorecard if the site is verified.

  1. Open the My Sites page in your profile
  2. Click Edit in the options column of your verified site
  3. Enter the new description in the text input block
  4. Click Save

Free hosts

You can claim a site as yours as long as the site is either a domain name

  • example.com

Or the site is a subdomain

  • my_site.example.com

and you can either include the Meta Tag or generated Keyword into the header of the (generated) index page, or FTP the HTML file.

If your site is contained within a URL, you cannot add it to your My Sites.

WOT does not rate URL's.

Blogger

Specific instructions to create META tag for Blogger may be found here:
Can You Make Use of the Keywords Meta Tag in Blogger?

Google sites

credit: Amobirius

  1. Copy the generated META tag information from your Profile > My sites > Verify
  2. Sign in to your Control Panel
  3. Click more -> Manage Site
  4. navigate to Google Webmaster Tools
  5. paste the Meta tag code
  6. click Save
  7. return to WOT profile; click Verify

WordPress

credit: mentalist3d

  1. Login to your site and go to the dashboard.
Once in the Dashboard go to 'Appearance > Editor'
In the editor screen make sure your current theme is selected, and find the file 'header.php', click to open.
  1. Open a new tab or window and go to your WOT profile, then 'My Sites', click on 'Verify', where it says 'Authentication method:' select 'Meta Tag' and copy the code displayed.
  2. Switch back to your WordPress Tab/Window, and look for the following code: </head> just before that code, paste the WOT meta tag you copied, then click on 'Update File'.
  3. Once the file is updated, switch back to your WOT Tab/Window and click 'Verify'

MediaWiki

Claim a wiki

This is a forum discussion which references a few MediaWiki extensions as possible alternatives in creating HTML meta tags. These have not been tested and are not official MediaWiki hacks.

If anyone has successfully used one of these extensions to verify their wiki in their WOT user profile, please reply to the forum discussion.