FREE THOUGHT · FREE SOFTWARE · FREE WORLD

Home  »  SEO  »  Rare XHTML elements use for SEO

by 1 comment

[hide]

Use these standards best-practices to achieve more powerful links in terms of SEO

Phrase elements: EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, and ACRONYM

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.
EM
Indicates emphasis.
STRONG
Indicates stronger emphasis.
CITE
Contains a citation or a reference to other sources.
DFN
Indicates that this is the defining instance of the enclosed term.
CODE
Designates a fragment of computer code.
SAMP
Designates sample output from programs, scripts, etc.
KBD
Indicates text to be entered by the user.
VAR
Indicates an instance of a variable or program argument.
ABBR
Indicates an abbreviated form (e.g., WWW, HTTP, URI, Mass., etc.).
ACRONYM
Indicates an acronym (e.g., WAC, radar, etc.).

Quotations: The blockquote and q elements

Blockquote example

<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>

Q example

askApache said, <q lang="en-us">Be sure and check out the comprehensive example htaccess file</q>

Subscripts and superscripts: the SUB and SUP elements

Read more at W3.org

http://www.456bereastreet.com/archive/200412/the_alt_and_title_attributes/

February 6th, 2007

Comments Welcome

  • Chris

    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.

My Online Tools
My Picks
Twitter

  • : Love that Tesla Model S
  • : Ratpoison, a lean mean WM for Linux (urvxt), I love it
  • : You understand, what I need to know is exactly what happens to the passengers in an elevator when it falls into emptiness - Einstein
  • : It's not process, its content. That's what makes good products. -jobs


Related Articles
Newest Posts

WordPress Development
Hacking and Hackers

The use of "hacker" to mean "security breaker" is a confusion on the part of the mass media. We hackers refuse to recognize that meaning, and continue using the word to mean someone who loves to program, someone who enjoys playful cleverness, or the combination of the two. See my article, On Hacking.
-- Richard M. Stallman






It's very simple - you read the protocol and write the code. -Bill Joy

Except 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. NCSA HTTPd.
UNIX ® is a registered Trademark of The Open Group. POSIX ® is a registered Trademark of The IEEE.

| Google+

Site Map | Contact Webmaster | License and Disclaimer | Terms of Service

↑ TOPMain