4images Forum & Community

General / Allgemeines => Programming => Topic started by: MrAndrew on December 02, 2010, 04:06:50 PM

Title: How to except from index?
Post by: MrAndrew on December 02, 2010, 04:06:50 PM
What i need to do, that to exept from robots scan, and sitemap generation, urls? (i.e. postard pages)?

Thanks!
Title: Re: How to except from index?
Post by: batu544 on December 02, 2010, 05:43:06 PM
Hi,
    I didn't get your question exactly.. can you explain it little bit more ??

Title: Re: How to except from index?
Post by: MrAndrew on December 02, 2010, 06:01:15 PM
I want that postards.htm, not to be scanned by robots. How to restrict access?
Title: Re: How to except from index?
Post by: x23piracy on December 02, 2010, 06:31:48 PM
Hi,

your Headline is bad and could be improved (Howto exclude xy from indexing) or something.
Read this: http://www.javascriptkit.com/howto/robots.shtml (http://www.javascriptkit.com/howto/robots.shtml)


Greetz X23
Title: Re: How to except from index?
Post by: Rembrandt on December 02, 2010, 09:01:36 PM
I want that postards.htm, not to be scanned by robots. How to restrict access?

write in yout htaccess:
Code: [Select]
User-agent: *
Disallow: /postcards.htm/


or robots.txt:
Code: [Select]
User-agent: *
Disallow: /postcards.htm/