Mobile app version of vmapp.org
Login or Join
Pierce454

: How to set preferred URL in Bing Webmaster Tools My site is www.example.com and Bing Webmaster Tools keeping telling me to submit a sitemap for example.com, so it is possible to stop Bing stop

@Pierce454

Posted in: #BingWebmasterTools #Url

My site is example.com and Bing Webmaster Tools keeping telling me to submit a sitemap for example.com, so it is possible to stop Bing stop bothering me the example.com?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pierce454

1 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

This functionality doesn't exist for Bing Webmaster Tools.

It considers example.com as your domain, whatever the subdomain you can use (www or something else). It's not a big deal, just take care of submit a sitemap.xml and choosing your preferred version by redirecting on to another on server side. If you use Apache as a web server, you can use these lines in your .htaccess (it redirects no-www to www version):

RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule (.*) www.domain.com/ [L,R=301]

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme