I want to make pages that are not indexed by search engines but still indexed when I call in the sidebar, what should I do? i'm newbie here...
I want to make pages that are not indexed by search engines but still indexed when I call in the sidebar, what should I do? i'm newbie here...
If you want to hide a page, try installing one of those SEO plugins and set the 'robots meta' settings for the page in question to 'no-index'.
thanks @ Scott Kingsley Clark,
but I want to use php script to block the bot, please help me .....
The no-index will block the bot from indexing your page, you can even add no-follow to not have it pick up links either.
So, your robots tag should be: no-index,no-follow
You must log in to post.