Forum Moderators: open
I was looking at the source of my site (www.mysite.com) the other day, and how my links were appearing, and I realized that most links were in a short format as follow:
<a href="/directory.htm" class="content_link"> instead of href="http://www.mysite.com/directory.htm"
I can tell that these pages are indexed by all 3 major search engines, but I am still wondering whether that's a good practice, or a handicap as far as SEO is concerned?
Thanks for your help
Plus, there is a way to help ensure the bots know where they are and where they are going. It's call the Base tag. Just add this tag to the head section of your page and in so doing, you are specifying a 'base url' for all the links on that page, e.g.:
<head>
<base href="http: //www.widgetsite.com/">
</head>