Globrix.ie

Web Tools Technical guide How do I stop Globrix indexing a single property?

How do I stop Globrix indexing a single property?

Hits:
358
Rating:
 
Vote for this:
Good - Bad

Answer

You may use the standard Robots tag with the content 'noindex' to tell the Globrix crawler not to index a page.

For example:

 <html>
 <head>
  <meta name="robots" content="noindex">
 </head>
...
</html> 

Category