hello , how to make a particular page to index. what code must be? for example . <a href='http://abc.com' rel='external nofollow'>abc demo</a> this kind of code is used for telling search engine for don;t follow the link. if i write <a href='http://abc.com' rel='INDEX'>abc demo</a> . so it will tell the search engine to index the link page or not? i mean second code is correct or not? please give your comment. i m newbie in designing
You do n't have add something like rel .. This itself would be fine.. but the second one with rel would not do any harm...
hmm if i add the rel then it will impact on search engine? i mean what is the use of "rel" if the robot.txt doesnot allow search engine to index a page . then how could we index the page?
The rel=index is the same if you remove the rel at all, but nofollow will tell the SE NOT to index your link page (I Think)
rel=index is used as default by some CMS systems. You can delete it. Without rel, the link is indexable.