Rare XHTML elements use for SEO
« Custom PHP.ini tips and tricksSecurity Enhancing with htaccess »
Use these standards best-practices to achieve more powerful links in terms of SEO
The ABBR and ACRONYM elements allow authors to clearly indicate occurrences of abbreviations and acronyms. Western languages make extensive use of acronyms such as “GmbH”, “NATO”, and “F.B.I.”, as well as abbreviations like “M.”, “Inc.”, “et al.”, “etc.”. Both Chinese and Japanese use analogous abbreviation mechanisms, wherein a long name is referred to subsequently with a subset of the Han characters from the original occurrence. Marking up these constructs provides useful information to user agents and tools such as spell checkers, speech synthesizers, translation systems and search-engine indexers.
The content of the ABBR and ACRONYM elements specifies the abbreviated expression itself, as it would normally appear in running text. The title attribute of these elements may be used to provide the full or expanded form of the expression.
<blockquote cite="http://www.askapache.com/2006/htaccess/htaccesselite-ultimate-htaccess-article.html"> <p>I tried to keep them extremely minimalistic and to the point. The focus here is not to explain Apache .htaccess or httpd.conf, this is a list of best-practice .htaccess code snippets for specific functions.</p> </blockquote>
askApache said, <q lang="en-us">Be sure and check out the comprehensive example htaccess file</q>
Read more at W3.org
http://www.456bereastreet.com/archive/200412/the_alt_and_title_attributes/
« Custom PHP.ini tips and tricks
Security Enhancing with htaccess »
Please consider donating to support active development of the free software and articles here.![]()
The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee
It's very simple - you read the protocol and write the code. -Bill Joy
HTML | DCMI | GRDDL | XOXO | XDMP | XFN | DOM | XML | XHTML 1.1 Strict | CSS 2.1 | W3C | TLDP | WAI | DISA | ICSI | GIAC | SANS RR | GHOST | DEFCON | NIST | DHS CYBER | NIST | .:: Phrack Magazine ::.
↑ TOPExcept where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License, just credit with a link.
This site is not supported or endorsed by The Apache Software Foundation (ASF). All software and documentation produced by The ASF is licensed. "Apache" is a trademark of The ASF. HTTPD based on NCSA HTTPd
Excellent post. There’s a really good case for using these tags both for web accessibility and onpage SEO and providing detailed information is exactly what the search engines are looking for.