locked
Verification for multiple sites with same root RRS feed

  • Question

  • I wanted to know if someone knows how to verify multiple websites with only one verification file (LiveSearchSiteAuth.xml). I don't want to have to add the meta tag into each website's home page and each time I add a site to my webmaster tools I have a different verification code. Can I just add  another node in the XML file like so:

    <?xml version="1.0"?>
    <users>
        <user>FIRST_CODE_GOES_HERE</user>
        <user>SECOND_CODE_GOES_HERE</user>
    </users>
    Tuesday, June 17, 2008 3:05 PM

Answers

  • That is not possible. Each tag is a unique identifier for your domain.

     

    Brett 

     

    Tuesday, June 17, 2008 4:43 PM

All replies

  • That is not possible. Each tag is a unique identifier for your domain.

     

    Brett 

     

    Tuesday, June 17, 2008 4:43 PM
  • I am not sure you understand what I'm asking. if I place 2 <user> in the <users> tags will it be able to read that and auth my site?

    If I can't do that then how do I auth a few websites that have the same root dir without using the meta tag way?
    Tuesday, June 17, 2008 7:48 PM