Quote:
Originally Posted by calvynlee
when i access domain.com/robots.txt, it appear error 404 ...
|
I just wanted to mention that at the top of the "page source", within the <head> section, there could be a meta robots line like the following:
<meta name="Robots" content="index, nofollow">
This
nofollow value could stop the search engine robots from sharing that particular page's rank with your link-receiving page! Make sure if there is meta robots, it's like the line below:
<meta name="Robots" content="index, follow">
Good Luck!