Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 06-26-2011, 01:06 AM   #1
Warrior Member
 
Join Date: Jun 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to block a part of a page from robots.txt?

Hello guys, when I was making my site I didnt know anything about SEO
So on 100 pages of my site there is a block of text that is exactly the same.
It basically explains how the order and the shipping process are maintained and its useful for users.

How can I use Iframe and a command in robots.txt to make it invisible to google, so google only sees the actual content?

Can you recommend me a place or a forum where I could ask the same question as well?

will this help

Hide Text From Robots

Using JavaScript it is possible to make text on a web page visible to real people but not to automated robots such as search engines, email harvesters, etc. Be aware that users who don't have JavaScript enabled will see nothing.
There is only one simple step: Use the document write method to write your text to the page. Copy the code below into your HTML code where you want the text to appear:
<script language="JavaScript" type="text/JavaScript">
document.write('Enter your text here');
</script>
You can add HTML formatting to the text within the JavaScript code, but be careful about including special characters. You could also add formatting tags before and after the JavaScript tags, so they don't need to be part of the script.


How it Works

Automated robots scans web pages looking for strings of text. They don't generally try to execute JavaScript — they just ignore it — so everything with the script is effectively invisible. This will work for most robots in most situations, but it is not 100% guaranteed.
When a real person with a JavaScript-enabled browser views the page, the script will run and the specified text will appear on the page.
Cypermethrin is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
block, page, part, robotstxt

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 07:10 AM.