View Full Version : _base_href in anchor tag, black-hat?
BrianR2
Dec 23rd 2005, 8:25 am
Hi,
I'm trying to assess the quality of a backlink to my site and I noticed that in the anchor tag there is a _base_href property that points to a different url than the href portion:
<a target="_blank" href="http://www.mysite.com" title="My Site" _base_href="http://www.someothersite.tv/industry/">My Site</a>
I'm wondering if this is some sort of redirect or some other black-hat technique to avoid having outgoing links. Does anyone know anything about the _base_href property?
Thanks,
Brian.
Shoemoney
Dec 23rd 2005, 8:42 am
I do not believe that is black hat.
adamjthompson
Dec 23rd 2005, 8:51 am
See http://www.w3.org/TR/REC-html40/struct/links.html#h-12.4
Looks to me like the webmaster is incorrectly implementing it...
BrianR2
Dec 23rd 2005, 9:04 am
I think that the <base href="" is different. I came across both of them when searching and I kept seeing _base_href coming up in a php context but the results weren't helpful.
Nathan Malone
Dec 23rd 2005, 6:09 pm
Yahoo has a similar tag at the top of their pages.
My guess is that this webmaster just implemented the tag incorrectly, so you might want to contact them and let them know. Perhaps running that particular page through W3C's Validator would provide some useful info...
chrisd
Dec 24th 2005, 10:04 pm
Probably forgot to change that aspect of the HTML tag from the original template (using a WYSIWYG HTML editor?).
It looks like that instruction could play a role for all relative images, in CSS & JavaScript references. I've never seen it or used it in anchor tag.
I would try to bring this issue to the author's attention.
This is most likely not related, but in ATutor a php vulnerability using _base_href was released about 2 months ago.
Details:
http://www.google.com/search?hl=en&lr=&q=cross+scripting+_base_href
BrianR2
Jan 3rd 2006, 6:54 am
Thanks for all your replies. Seems that it's probably not black-hat but if I come across it again I'll run the html validator.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.