Author Topic: How to except from index?  (Read 7206 times)

0 Members and 1 Guest are viewing this topic.

Offline MrAndrew

  • Sr. Member
  • ****
  • Posts: 302
    • View Profile
    • Aviation PhotoBase
How to except from index?
« 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!

Offline batu544

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Free Celebrity wallpapers
Re: How to except from index?
« Reply #1 on: December 02, 2010, 05:43:06 PM »
Hi,
    I didn't get your question exactly.. can you explain it little bit more ??


Offline MrAndrew

  • Sr. Member
  • ****
  • Posts: 302
    • View Profile
    • Aviation PhotoBase
Re: How to except from index?
« Reply #2 on: December 02, 2010, 06:01:15 PM »
I want that postards.htm, not to be scanned by robots. How to restrict access?

Offline x23piracy

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • FHG
Re: How to except from index?
« Reply #3 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


Greetz X23

Don't trust in md5 it's unsafe change your 4i galerys password hash algorythm! second pw db field, create new hashes over some time, deny old hash. Help members that cry, send informationen mail to the rest. Camouflage new pw hash in cookie. Done!

--(◔̯◔)--

Rembrandt

  • Guest
Re: How to except from index?
« Reply #4 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/