View Full Version : html links
jahu
31-08-2002, 01:43/01:43AM
When you do an html link, how does the path need to be specified?
<a href="somepage.html">
vs
<a href="http://www.mysite.html/somepage.html">
Also if I have a bunch of links in my index, will those linked pages automatically be read and indexed? Thanks in advance...
Advisor
31-08-2002, 12:14/12:14PM
Either way of presenting the links is fine.
If you have links that are easy for the search engines to find, they will usually find them. At least most of the search engines. Doesn't mean they'll always add them to their databases, but they should crawl through them.
Jill
jahu
31-08-2002, 16:38/04:38PM
sounds good, thanks..
I have one other question though. What is the best way to handle the html title? Is it a good idea to repeat my keyword many times or will this make it look like I am trying to hard?
<title>
<?php
for($i=0; $i<20; $i++){
echo 'keyword';
}
?>
</title>
How much is enouph? Thanks in advance...
Advisor
31-08-2002, 18:48/06:48PM
Personally, I would try to avoid repeating any one-word in the Title tag more than two times if possible.
Jill
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.