Reply
XHTML 2, link death? Any Element Can Be A Hyperlink
Old 12-18-2007, 06:03 PM XHTML 2, link death? Any Element Can Be A Hyperlink
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,674
Name: John Alexander
Trades: 0
Any Element Can Be A Hyperlink

An href attribute can be added to any element to transform it into a hyperlink. For example:

1. <q href="http://xhtml.com/en/future/x-html-5-versus-xhtml-2/">That's one small step for man, one giant leap for mankind</q>

This is very cool!

So how does that change link analysis? Are the engines going to start just scanning pages for the string href? Will CSS files start to rank?
Learning Newbie is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 12-18-2007, 06:49 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
tripy's Avatar
Do not try this at home!

Posts: 3,414
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Quote:
Will CSS files start to rank?
:-)
I see a new paradise for Snake oil SEO!
Quote:
Get your CSS in first place for "position: absolute"!
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is online now
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 12-18-2007, 07:14 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
whym's Avatar
Defies a Status

Posts: 3,429
Trades: 0
I've heard of this before but you've brought it back up again. It's a bit of a shame to say goodbye to our beloved <a> tag but things have to change sometime.

You say any element can be a hyperlink - what about <div>s or are these being phased out. Maybe their equivalents. It would be strange for a huge area of the page to be a link! What about the <body> tag?! Lol
__________________
Whym Web Design
whym is offline
Reply With Quote
View Public Profile Visit whym's homepage!
 
Old 12-18-2007, 08:07 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,674
Name: John Alexander
Trades: 0
What about blockquote and the new BLOCKCODE?

Actually if you think about it, maybe the 35 lines of code in your article should be one big giant link to whatever open source framework you borrowed them from. Or maybe they shouldn't.

Don't all the tags have an onclick now? You could use that to do a java redirect, right? So wouldn't the real reason you might say <img src="x" href="y"> be SEO?

To a person who never heard of SEO before, how would you explain the difference between
  1. A thing on a page you can click on and go somewhere else
  2. A backlink
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 12-18-2007, 08:19 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 641
Name: Kyle
Location: Ada, MI
Trades: 0
lol...this will just spur a new wave of spam and hiding code in web pages...

Why can't we just keep it the way it is? I see the logic for some of these, but on a <DIV>? Why? I know that we can already put a Javascript redirect on any object, but still. Some people use browsers to specially block that kind of thing.

My conclusion: leave that kind of thing for Javascript and keep HTML for content markup.
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 12-18-2007, 08:27 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
vangogh's Avatar
Post Impressionist

Posts: 9,833
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Seems like a decent idea. You've always been able to wrap <a> tags around most anything so this just makes it easier.

John I think the search engines will have to look for href and then back up to see what tag the attribute was applied to so they can find the closing tag. A little more work than they have to do now, but not all that different.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum

Last edited by vangogh; 12-19-2007 at 07:20 PM..
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 12-19-2007, 02:59 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,674
Name: John Alexander
Trades: 0
Quote:
Originally Posted by vangogh View Post
John I think the search engines will have to look for href and then back up to see what tag the attribute was applied to so they can find the closing tag. A little more work than they have to do now, but now all that different.
I don't mind if they have to do extra work. They're not gonna charge me extra to run a search and click some links. I'm just seeing this as a major paradigm shift.
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 12-19-2007, 07:21 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
vangogh's Avatar
Post Impressionist

Posts: 9,833
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
I don't mind either and I don't think it would be a huge task for them. I'm not sure if this would be a major paradigm shift. More a change in the current paradigm.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 12-19-2007, 07:36 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,674
Name: John Alexander
Trades: 0
Maybe some of the uncertainty is a good thing. I don't know. Before I really got much involved in the web other than using it to send email, I would say that access to information is a fundamental human right. We could go on all day about the great firewall of China. But I'm learning there's so much nastyness on the web.

So is there a difference between <h1 href="http://www.yellowhousehosting.com/resources/2007/12/18/what-should-we-write-about/">What should we write about?</h1> and blah blah blah <span href="http://www.yellowhousehosting.com/resources/2007/12/18/what-should-we-write-about/">a blog post</span> blah blah blah?

Well, yeah, probably. If I linked to your site with <a><span style="whatever">text</span></a> you're automatically gonna out rank me for the anchor text. If I linked to your site inside an H1 tag, or hell, even the title if any element can really be a link, I at least have a chance of competing with you in the SERPs. Does it change how the link is valued from your perspective? Probably not at all. But I predict millions of dumbfounded webmasters saying things like a link from a header tag is better than a link from a span or em. Then we'll have more people saying it's bad to link from an h1 because Google might expect that for spam, so you should use an h2 instead. (I've already seen that thread over on page SEO.)

That confusion - is it good, bad, or a little of both? People like you and Adam might start throwing href attributes in different tags and not using an extra a link tag, when it makes sense to. Basically just do what comes natural and let the whole thing evolve itself 'till we know the best practices and all that. Might not affect you guys. Some spammers might be so confused trying to sort out what's the weight of links in different tags they stop leaving comments on my blog that say "interesting" with a smiley face.

But my instincts all point me to thinking such a large change is something people should expect the right to understand if they want to. Gotta admit I'm a little torn, but if we're all gearing up for "the semantic web" (like "web 1.6" went away) we're all going to have to understand the plumbing a lot better to make tools, and to make pages the tools won't puke over.
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 12-19-2007, 08:19 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
vangogh's Avatar
Post Impressionist

Posts: 9,833
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
I think I understand what you mean now. I guess I wasn't thinking of it as much in the perspective of seo, though I should have given where you started the thread.

This is how I would see the change, though it's just my opinion of course.

If you want to have the text inside an h1 also be a link you would do this

<h1><a href="URL">Your text</a></h1>

You might also try this

<a href="URL"><h1>Your text</h1></a>

I think that presents confusion to some as far as which tag should be nested inside the other.

After the change you would have

<h1 href="URL">Your text</h1>

which I think becomes easier for webmasters.

The question you're asking is how would a search engine see the new vs the old. Only they could tells us and quite honestly it's their problem. I think the easiest thing would be to see it as the first line of code above. A search engine could still look at the new code as if it was an <a> tag inside any other element.

If they do that then there's really no change from the current situation. Sure you can add links directly to your h1 tag and a search engine will just see it as though there's a link inside an h1. So nothing really has to change.

Would people start experimenting to see if they could manipulate the search engines? Of course they would. They do now and they'll continue to try. And we'll have all sorts of new blog and forum posts telling you which is the best tag to add the href to. Is that really much different than what we have now.

Quote:
So is there a difference between <h1 href="http://www.yellowhousehosting.com/resources/2007/12/18/what-should-we-write-about/">What should we write about?</h1> and blah blah blah <span href="http://www.yellowhousehosting.com/resources/2007/12/18/what-should-we-write-about/">a blog post</span> blah blah blah?
I think the difference would (or should) be the same as if you assumed there was an <a> tag inside the other element. Is that how a search engine will see it? Your guess is as good as mine. But if they do then nothing really has to change and I think they're smart enough to see that.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 12-19-2007, 08:43 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,674
Name: John Alexander
Trades: 0
Interesting, you make some good points making this change sound much smaller than I'm reading it. It's true, you can put a link around just about anything now, even a whole paragraph.

What do you think will happen to the humble link tag?
<LINK href="special.css" rel="stylesheet" type="text/css">
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 12-20-2007, 11:37 PM Re: XHTML 2, link death? Any Element Can Be A Hyperlink
vangogh's Avatar
Post Impressionist

Posts: 9,833
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
is that any different than what it already is? I would assume it would still be the same.

John I agree with you that there will be changes in all of this and I can already see the pointless debates about whether adding href to a div is better than adding it to a span, but I think this will ultimately be more something the search engines will have to deal with.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to XHTML 2, link death? Any Element Can Be A Hyperlink
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13064 seconds with 13 queries