Extension: Google
Base
Purpose: The Google Base namespace
allows for attributes to be added to the
RSS feed and can contain additional information
related to the content. Feeds using the
Google Base namespace allow for bulk uploads
to Google Base and Google extracts to appropriate
information.
Declaration: The namespace for Google
Base is defined at
http://www.google.com/base/rss_specs.html
<rss version="2.0" xmlns:g="http://base.google.com/ns/1.0">
Elements: The elements contained
in the Google Base namespace are at the
<item> level. Tag elements are categorized
by data type.
Examples of some attributes include the
“g:” prefix. This prefix is required when
including these attributes in your bulk
uploads.
<g:actor>
The actor tag is used to designate actors
in videos.
<g:age>
The minimum age required for an event or
information related to the content.
<g:agent>
The individual negotiating the real estate
sale.
<g:apparel_type>
Type of apparel being offered in the feed.
<g:area>
The size of real estate in the feed.
<g:artist>
The artist responsible for creating the
artwork.
<g:author>
The author of the item
<g:bathrooms>
The number of bathrooms available in the
real estate item (field should contain a
numeric entry).
<g:bedrooms>
The number of bedrooms available in the
real estate item (field should contain a
numeric entry).
<g:brand>
The brand name of an item.
<g:color>
The color of an item.
<g:condition>
The condition of an item (new, used or refurbished)
<g:course_number>
ID code associated with class or course.
<g:course_times>
Time class is in session. (example: <g:course_times>MF
09:30-10:15</g:course_times>)
<g:currency>
Currency that the price is presented in,
adheres to ISO 4217 format.
<g:delivery_notes>
Information related to delivery turnaround
times.
<g:delivery_radius>
Maximum delivery distance.
<g:education>
Level of education required for a position.
<g:employer>
Company providing employment.
<g:ethnicity>
Ethnicity of individual in People profiles.
<g:expiration_date>
Ddate that the item expires in ISO 8601
format (YYYY-MM-DD).
<g:expiration_date_time>
Date and time that item expires ISO 8601
format.
<g:format>
Format of the content.
<g:from_location>
Starting city and state or country.
<g:gender>
Gender of individual in a People profile.
<g:hoa_dues>
Monthly dues paid to homeowners association.
<g:id>
Unique identifier for each item.
<g:image_link>
Url of an associated image online. Use full-sized
image or use thumbnail images. Up to ten
image links can be listed between attributes.
<g:immigration_status>
Legal residency requirements for job openings.
<g:interested_in>
Interest of peron in People profile.
<g:isbn>
ISBN number of a book or volume.
<g:job_function>
The function of an employment position.
<g:job_industry>
Industry of a job position opening.
<g:job_type>
Type of job position (full-time, part-time,
contract)
<g:label>
List of classifications item fall under.
Up to ten classifications can be listed.
<g:listing_type>
Information about whether property is available
for sale - (true or false).
<g:location>
Can be either an address or longitude/latitude.
Address format: street, city, state, postal
code, country
Geo location: lattitude,longitude
<g:make>
Vehicle manufacturer.
<g:manufacturer>
Company that manufacturers the item.
<g:manufacturer_id>
Unique ID assigned by manufacturer.
<g:marital_status>
Marital status of individual in People profile.
<g:megapixels>
Resolution of a digital imaging device.
<g:memory>
Amount of memory included in item.
<g:mileage>
Current mileage on a vehicle.
<g:model>
The vehicle model.
<g:model_number>
Model number of the product.
<g:name_of_item_reviewed>
The name of item being reviewed.
<g:news_source>
The source of news content.
<g:occupation>
Industry of the individual in the People
profile.
<g:pages>
The number of pages in a publication.
<g:payment_accepted>
Accepted payment methods. (Check, Visa,
Mastercard, AmericanExpress, Discover or
Wire) include multiple instances for each
acceptable payment method.
<g:payment_notes>
Additional instructions related to payments.
<g:pickup>
Information about whether an item is available
for pickup (true or false)
<g:price>
Prices can be a single price, 0 represents
free or blank if not applicable (numeric
value only). When included as sub-attribute
of shipping tag the value includes shipping.
<g:price_type>
The type of pricing (negotiable, starting)
<g:processor_speed>
Speed of the processor for the item.
<g:product_type>
The type of product being offered.
<g:property_type>
The type of property (house, apartment etc..)
<g:publication_name>
Name of publication.
<g:publication_volume>
Volume of publication.
<g:publish_date>
Date item was published in ISO 8601 format
YYYY-MM-DD
<g:quantity>
Number of units available for purchase.
<g:rating>
Rating of the product or service on a scale
of 1-5 (numeric value only - 5 is the best)
<g:review_type>
Category of item being reviewed.
<g:reviewer_type>
The type of rating being provided (editorial/user)
<g:salary>
Salary for position (numeric only)
<g:salary_type>
Type of saleary (starting, negoitable)
<g:school_district>
The school district the property is in.
<g:service_type>
The type of service being offered (hosting,
legal etc..)
<g:sexual_orientation>
Sexual orientation of an individual in People
profile.
<g:size>
Dimensions of the item (expressed as either
two or three dimensions)
<g:subject>
Topic of study for a class or course.
<g:subject_area>
Field of subject that instructions apply
to.
<g:tax_percent>
Tax rate (listed as a number representing
a percentage).
<g:tax_region>
Geographical region a tax rate applies to.
<g:to_location>
Designation of city, state, country of a
trip.
<g:university>
Name of school course is available at.
<g:upc>
Product UPC code.
<g:url_of_item_reviewed>
The web page of an item being reviewed.
<g:vehicle_type>
The type of vehicle (car, motorcycle, truck)
<g:vin>
Vehicle Idenitification Number
<g:weight>
Weight of the item.
<g:year>
The four digit model year of a car format
YYYY
[
more
information on Google Base ]
(see the namespace declaration link above
for additionally supported variations)
Example:
<!-- Snipped for Brevity -->
<item>
<title>FeedForAll Google Base
Namespace
</title>
<link>http://www.feedforall.com/#google_base.htm
</link>
<description>Google Base has
a namespace
</description>
<g:image_link> http://www.feedforall.com/gbase.gif
</g:image_link>
</item>
<!--Snipped for Brevity-->