Needed in (X)HTML 5 – An extension to the Meta Tag
I was thinking today, while reading an article about redirect – that there is currently no way to accurately and semantically tell a user/bot that a web page is located somewhere else when you only have access to static (X)HTML files. However, there is a workaround a lot of people use that dampens usability, and there is an attribute whose name would seem to imply that a way to do it should be possible.
By this of course, I’m referring to <meta http-equiv="" />.
Currently, people wanting to relocate their web pages rely on an older value to this tag that seems to have been originally designed for moving one person from one page to another in a set increment of time:
<meta http-equiv="refresh" content="0;URL=http://domain.tld/location" />
This doesn’t appear to be what this value should be used for, and has very negative consequences for search engines and parsers. Instead, don’t you think we should be using http-equiv to its full potential?
To this, I propose the addition of <meta http-equiv="location" />, to properly match the HTTP Header for redirection.
I think there should be two ways to use this:
<meta http-equiv="location" content="http://domain.tld/location" /> and
<meta http-equiv="location" content="301;http://domain.tld/location" />.
Obviously, the second example gives us both a *three digit* HTTP Code, and the URL for redirection. Since HTTP codes are only three numbers (though in the future may be greater digits) there still should not be any problem.
Calendar
Archive
- February 2012 (2)
- January 2012 (1)
- November 2011 (1)
- October 2011 (1)
- August 2011 (3)
- July 2011 (2)
- June 2011 (1)
- April 2011 (2)
- March 2011 (1)
- December 2010 (2)
- November 2010 (2)
- July 2010 (1)
- June 2010 (1)
- May 2010 (3)
- April 2010 (9)
- March 2010 (10)
- February 2010 (7)
- January 2010 (9)
- December 2009 (9)
- November 2009 (22)
- October 2009 (8)
- September 2009 (11)
- August 2009 (1)
- July 2009 (2)
- May 2009 (1)
- March 2009 (5)
- February 2009 (9)
- January 2009 (2)
- November 2008 (4)
- October 2008 (4)
- September 2008 (2)
- August 2008 (1)
- June 2008 (1)
- May 2008 (5)
- April 2008 (2)
- March 2008 (3)
- February 2008 (12)
- January 2008 (16)