Hi, Does any one know - is there any html tag which will show search robot which part of the site has content. For example I have a site and lets say I have 10 pages, and all those pages are similar . except there are couple lines of text are different (description of each item). How you can show robot to search those lines , because if robot would scan all pages then those pages would look similar to robot.
Yap, you can use the meta tag robot, and input in to its value "noindex,nofollow", for those page that you don't want robots to crawl and "index,follow" for the robots to crawl the page. e.g. <meta name="robot" content="noindex,nofollow"> ArdRigh
I was talking about another tag, similar to one that ebay use tag like <begin description> <end description>