[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: "Maximize the ratio of content to markup" What's the unde

  • From: "Meadows, Philip" <Phil.Meadows@s...>
  • To: "Costello, Roger L." <costello@m...>, <xml-dev@l...>
  • Date: Wed, 5 Mar 2008 12:05:47 -0000

RE:  "Maximize the ratio of content to markup"  What's the unde
A problem that I can see with the second <Author> segment is that it
would be difficult to add extra information at a later date, such as
address, contact details etc.

Phil Meadows


-----Original Message-----
From: Costello, Roger L. [mailto:costello@m...] 
Sent: 05 March 2008 12:02
To: xml-dev@l...
Subject:  "Maximize the ratio of content to markup" What's the
underlying principle?

Hi Folks,

Yesterday I read this:

"Search engines look for semantic markup with a high ratio of content
to code." [Building Findable Websites by Aarron Walter]

For example, this is not good design:

<div>
    <div id="Main">
        <p>Hello World</p>
    </div>
</div>

The outer div is providing no benefit.  It can be more simply expressed
as:

<div id="Main">
    <p>Hello World</p>
</div>

The later version provides a higher ratio of content to code (tags).
And from the quote above, search engines rank higher documents with a
higher ratio of content to code.

What is the underlying principle?  Why do search engines prefer
documents with a higher ratio of content to markup?

Can the principle be applied to XML data design?

For example,

This is not good design:

<Author>
    <Name>Paul McCartney</Name>
</Author>

The Name element is providing no benefit.  It can be more simply
expressed as:

<Author>Paul McCartney</Author>

The later version provides a higher ratio of content to code (tags).

What do you think?  Is there a principle of data design being
illustrated here?  Can you articulate the principle?

/Roger

_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@l...
subscribe: xml-dev-subscribe@l...
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.