An Introduction to ROR (Resources of a Resource)

Written by The Add Me Team


An Introduction to ROR (Resources of a Resource)

*** What is ROR? ROR (Resources of a Resource) is an XML format for describingrepparttar content, objects, and structure of websites in a generic fashion so search engines and other web applications can find and understand information more easily.

For example if your website is selling products, ROR enables you to document your product names, descriptions, prices, images, availability, affiliate programs, etc. Or if your site or blog provides information on a given topic, it allows you to describe how this information is organized (sitemap, topics, categories, new information, archive, blogroll, etc). ROR also provides terms for documenting objects such as contacts, articles, newsletters, feeds, images, audio, links, reviews, privacy policy, copyrights, and more.

*** ROR File ROR information can be easily added to your website by adding a ROR File called ror.xml. ROR is actually quite simple. It is built on top of RDF,repparttar 105823 W3 Resource Description Language (http://www.w3.org/RDF). If you are not familiar with RDF, don't worry, I won't go into any details here.

With ROR, all objects are represented by a <Resource> tag, and can optionally have a <type> property to determinerepparttar 105824 type (or class) ofrepparttar 105825 object (e.g. Product, Article, Event, etc). The other properties are typically determined byrepparttar 105826 type you choose. Here is a simple example of a product described by ROR:

 <Resource>   <type>Product</type>   <title>My Product</title>   <desc>My great new product</desc>   <url>http://www.my-web-site.com/my-product.htm</url>   <price>19.95</price>   <currency>USD</currency> </Resource> 
Pretty simple, isn't it? And if you want to describe other objects, ROR provides other types like Contact, Article, Feed, Event, etc. You can findrepparttar 105827 current list of object and their properties inrepparttar 105828 ROR Specification at http://www.rorweb.com/spec.htm.

Now let's see how to assemble several objects together in a ROR file. In a ROR filerepparttar 105829 meaning of information is determined by bothrepparttar 105830 objects andrepparttar 105831 relationship between them. Depending how an object is linked to another object, it will provide a different meaning. To link two objects togetherrepparttar 105832 property <resourceOf> is used. Here is an example:

 <Resource rdf:about="object-1">   <title>Object 1</title>   ... </Resource>

<Resource>   <title>Object 2</title>   ...   <resourceOf rdf:resource="object-1" /> </Resource>

<Resource>   <title>Object 3</title>   ...   <resourceOf rdf:resource="object-1" /> </Resource>

The first object usesrepparttar 105833 rdf:about attribute to identify itself so it can be referenced elsewhere. The <resourceOf> property is then used to attachrepparttar 105834 second and third objects torepparttar 105835 first. Attachingrepparttar 105836 two objects torepparttar 105837 first one is a way to say that they contain information that relates to or further describes that object.

That's pretty much it! Now that you knowrepparttar 105838 essential about ROR, let's create a simple ROR file. Again I won't go intorepparttar 105839 details of RDF, but let's just say this; since ROR is built on top of RDF, it is enclosed inrepparttar 105840 <rdf:RDF> tag. Notice thatrepparttar 105841 first object in this file has a type property set to Main. This designates it asrepparttar 105842 entry point intorepparttar 105843 data structure ofrepparttar 105844 ROR file.

<?xml version="1.0" ?>  <rdf:RDF   xmlns="http://rorweb.com/0.1/"   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 

The Basics of Asking for a Reciprocal Link

Written by David Bell


Asking another webmaster for a reciprocal link is standard practice onrepparttar Internet. Webmasters have been asking other webmasters for reciprocal links sincerepparttar 105822 beginnings ofrepparttar 105823 Internet. The very nature ofrepparttar 105824 web is linking websites to one another. It is of even higher importance, now that AltaVista and others have changed their ranking algorithms. If a webmaster considers your email spam, then he can report you. If your emails are unique, without commercials, and are personalized with unique personal information aboutrepparttar 105825 webmaster's web site that you are emailing, then it would be hard to call your email spam. All webmasters must be responsible in their asking for reciprocal links. This includes following simple rules and guidelines in choosing web sites to include in your link directory. Organizing a Tightly-Themed Vertical Link Directory Reciprocal links do increase your search engine positioning if used properly.Tightly-Themed Link Directories get high ratings from search engine robots, but only if they are true resources of organized knowledge. Search engines are getting very smart in their query result rankings. They include all kinds of advanced calculations pertaining to howrepparttar 105826 links point to you and away from you. They can include keywords in their algorithms, and now they know how tightly linked your Themes or subjects are. Don't try to fool them into better positioning by including a lot of web sites that are outside your web site's real Themes in your Link Directory. Your Link Directory's Themes must matchrepparttar 105827 Themes of your web site. You must not let your zeal to email, and perhaps get a reciprocal link overpower your need to create a true web resource. You don't want to create a directory that includes allrepparttar 105828 knowledge of mankind and also sounds like a soft drink. You should be happy with organizing a tightly Themed Vertical Link Directory. Berepparttar 105829 best in your area, linking only sites that relate to you. A smaller, tightly-themed Link Directory will grow much faster than a diluted, loosely-themed, large bulky one. Your web site's traffic will quickly increase, not only with visitors from your Reciprocal Link partners but will also increase from Search Engine visitors, once their robots quickly find your Link Directory pages through your Link Partners! Email General Guidelines If you are including web sites in your Link Directory just because you want to send an email and possibly get a link, then you are spamming in mind and spirit. The webmaster who receives this kind of email is not a happy camper. He or she is proud of his achievements in creating traffic to his site overrepparttar 105830 last few years, perhaps millions of hits every month, only to receive an email asking him to link to a web site that in no way can remotely match his web site or be useful for his visitors. This is spam. Rememberrepparttar 105831 phrase reciprocal links? Please change it to Reciprocal Themed Links. This is important !

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use