Common ways to verify the Website
- HTML File: Upload a unique HTML file to your site.
- CNAME or TXT Record: Here’s where you add a special CNAME or TXT record to your domain settings.
- HTML Code Snippet : Simply upload a small snippet of code (an HTML tag) to the <head> section of your homepage’s code.
-------------------------------------------------------------
Website properties and Difference -
Search Console supports the following website property types:
URL-prefix property | Domain property | |
---|---|---|
Description |
Includes only URLs with the specified prefix, including the protocol (HTTP/https). If you want your property to match any protocol or subdomain (HTTP/https/www./m. and so on), consider adding a Domain property instead. See more details.
| A domain-level property that Includes all subdomains (m, www, and so on) and multiple protocols (http, https, ftp). |
Verification | Many types | DNS record verification only |
Examples |
Property
http://example.com/
✔ http://example.com/dresses/1234
🅧 https://example.com/dresses/1234 - https does not match 🅧 http://www.example.com/dresses/1234 - www. does not match |
Property
example.com
✔ http://example.com/dresses/1234
✔ https://example.com/dresses/1234 ✔ http://www.example.com/dresses/1234 ✔ http://support.m.example.com/dresses/1234 |
Comments
Post a Comment