No indexing of XML (RSS) documents

wxdqz

New Member
I'm very new to XML and I have a pretty simple question that I am having trouble answering myself..

What tags should I use in XML files to keep robots from indexing and archiveing them?

In other words, I am looking for the equivalent to:

<meta name="robots" content="noindex" />
<meta name="robots" content="noarchive" />
 
Back
Top