Motorcycle Adventures and Free Software
Henri Bergius
Biker, free software consultant, neogeographer

See also my JavaScript blog, The Universal Runtime

This entry was posted on 2005-10-06 17:47:48 UTC to

Google indexes PermaLinks?

It seems that Google is now autodetecting PermaLinks of dynamically-generated pages using the rel="PermaLink" syntax. Here's one of the results for my blog:

PermaLink URL used on Google

This is probably a really good idea, as it allows their search result links point to correct document even if the target site has been reorganized, combatting linkrot. Of course cool URLs don't change, but as they're titles too they can change during reorganizations, creating the need for permanent links.

Making the PermaLink of a page machine-readable is really easy, as shown by WikiPedia:

Permalinks can be displayed on the system using a HTML link element. This way authoring tools can automatically detect the permalink and use that for linking instead of the regular URL. The Link element should include two attributes:

<link rel="bookmark" href="<PermaLink URL>" />

Updated 16:00: Tantek from #microformats pointed me to an even earlier convention for making PermaLinks machine-readable: rel="bookmark".

Midgard CMS has now been updated support rel="bookmark" as it is outlined even in the HTML spec.

Sponsored links

save money using, phone card

Comments:

There have been no comments so far.

Post a comment:

You need to be logged in to publish comments.

Back