Here is a complete list of all attributes defined by Google Base, grouped by item type. You can also create your own attributes, if none of the following are appropriate. You can learn more about custom attributes here.
The following attributes can be used in any item type (if applicable).
| expiration_date |
|---|
| The date that the item listing expires or that information about this item is going to change. |
| Format: ISO 8601 format: YYYY-MM-DD. Note: all dates and times are in PST (GMT -8). |
| Tab-delimited example: 2006-12-20 |
| XML example: <g:expiration_date>2006-12-20</g:expiration_date> |
| location |
|---|
| The location of the item. |
| Format: Addresses should be formatted as: street, city, state, postal code, country. Each location element should be separated by a comma. Locations are validated through Google Maps. |
| Tab-delimited example: 76 Buckingham Palace Road, London, SW1W 9TQ, United Kingdom |
| XML example: <g:location>76 Buckingham Palace Road, London, SW1W 9TQ, United Kingdom</g:location> |
| pickup |
|---|
| Information about whether or not the item is available for pickup. |
| Format: Acceptable values are: true or false. |
| Tab-delimited example: true |
| XML example: <g:pickup>true</g:pickup> |
| price_type |
|---|
| The type of pricing for the item. |
| Format: Acceptable values are: negotiable or starting. |
| Tab-delimited example: negotiable |
| XML example: <g:price_type>negotiable</g:price_type> |
| quantity |
|---|
| The number of items available. |
| Format: Number. Indicate a value of 0 for out-of-stock items. |
| Tab-delimited example: 3 |
| XML example: <g:quantity>3</g:quantity> |
| title |
|---|
| The name or title of the item. |
| Format: Text. Suggested maximum length of 70 characters. |
| Tab-delimited example: Human resources management |
| XML example: <title>Human resources management</title> |
| event_date_range |
|---|
| Information on the date and time an event will take place. |
| Format: ISO 8601 format: YYYY-MM-DDThh:mm:ss. (Times are based on the 24-hour clock.) This can either be a start date or a date range. For tab-delimited, if a range of dates is included, separate the start and end dates by a forward slash. For XML, two sub-attributes are included in this attribute: <start> and <end>. Note: all dates and times are in PST (GMT -8). |
| Tab-delimited example: 2006-12-20T23:00:00/2006-12-21T08:30:00 |
| XML example: <g:event_date_range><g:start>2006-12-20T14:00:00</g:start> <g:end>2006-12-20T19:00:00</g:end></g:event_date_range> |
| event_type |
|---|
| The type of event. |
| Format: Text. Appropriate values include: concert, sporting event, etc. |
| Tab-delimited example: concert |
| XML example: <g:event_type>concert</g:event_type> |
| performer |
|---|
| The individual or group performing at the event. |
| Format: Text. |
| Tab-delimited example: Dave Matthews Band |
| XML example: <g:performer>Dave Matthews Band</g:performer> |
| venue_name |
|---|
| The name of the venue hosting the event. |
| Format: Text. |
| Tab-delimited example: Shoreline Amphitheatre |
| XML example: <g:venue_name>Shoreline Amphitheatre</g:venue_name> |
| venue_type |
|---|
| The type of venue hosting the event. |
| Format: Text. |
| Tab-delimited example: concert theater |
| XML example: <g:venue_type>concert theater</g:venue_type> |
| agent |
|---|
| Individual who is negotiating and arranging the real estate sale. |
| Format: Text. |
| Tab-delimited example: Sue Smith |
| XML example: <g:agent>Sue Smith</g:agent> |
| area |
|---|
| The interior area of a property. |
| Format: Number and unit. |
| Tab-delimited example: 1000 square m. |
| XML example: <g:area>1000 square m.</g:area> |
| bathrooms |
|---|
| The number of bathrooms. |
| Format: Number. |
| Tab-delimited example: 2.5 |
| XML example: <g:bathrooms>2.5</g:bathrooms> |
| bedrooms |
|---|
| The number of bedrooms. |
| Format: Number. |
| Tab-delimited example: 4 |
| XML example: <g:bedrooms>4</g:bedrooms> |
| broker |
|---|
| Real estate broker responsible for a property. |
| Format: Text. |
| Tab-delimited example: Acme Real Estate |
| XML example: <g:broker>Acme Real Estate</g:broker> |
| feature |
|---|
| A feature or amenity of a property. |
| Format: Text. |
| Tab-delimited example: Cathedral ceilings |
| XML example: <g:feature>Cathedral ceilings</g:feature> |
| hoa_dues |
|---|
| The monthly dues paid to a homeowners association. |
| Format: Number. |
| Tab-delimited example: 400 |
| XML example: <g:hoa_dues>400</g:hoa_dues> |
| lot_size |
|---|
| Size of a property's lot. |
| Format: Number and unit. |
| Tab-delimited example: 43560 square m. |
| XML example: <g:lot_size>43560 square m.</g:lot_size> |
| mls_listing_id |
|---|
| The unique ID assigned to this listing by a Multiple Listing Service. |
| Format: Text. |
| Tab-delimited example: 246812 |
| XML example: <g:mls_listing_id>246812</g:mls_listing_id> |
| mls_name |
|---|
| The name of the Multiple Listing Service where a property is listed. |
| Format: Text. |
| Tab-delimited example: Acme MLS |
| XML example: <g:mls_name>Acme MLS</g:mls_name> |
| model |
|---|
| The name that describes the floorplan of a property. |
| Format: Text. |
| Tab-delimited example: Classic Comfort AS-1234 |
| XML example: <g:model>Classic Comfort AS-1234</g:model> |
| open_house_date_range |
|---|
| Information about the date and time an open house will take place. |
| Format: ISO 8601 format: YYYY-MM-DDThh:mm:ss. (Times are based on the 24-hour clock.) This can either be a start date or a date range. For tab-delimited, if a range of dates is included, separate the start and end dates by a forward slash. For XML, two sub-attributes are included in this attribute: <start> and <end>. Note: all dates and times are in the local timezone of the property being listed. |
| Tab-delimited example: 2006-12-10T00:00:01/2006-12-16T23:59:59 |
| XML example: <g:open_house_date_range><g:start>2006-12-10T00:00:01</g:start> <g:end>2006-12-16T23:59:59</g:end></g:open_house_date_range> |
| parking |
|---|
| Number of parking places. |
| Format: Number |
| Tab-delimited example: 1 |
| XML example: <g:parking>1</g:parking> |
| property_taxes |
|---|
| The property taxes for the property. |
| Format: Number. |
| Tab-delimited example: 500.00 |
| XML example: <g:property_taxes>500.00</g:property_taxes> |
| school |
|---|
| A school that services the property. |
| Format: Text. |
| Tab-delimited example: Union High School |
| XML example: <g:school>Union High School</g:school> |
| school_district |
|---|
| The school district the property is in. |
| Format: Text. |
| Tab-delimited example: Union School District |
| XML example: <g:school_district>Union School District</g:school_district> |
| year |
|---|
| The model year or year built. |
| Format: Year, in four digits: YYYY. |
| Tab-delimited example: 2005 |
| XML example: <g:year>2005</g:year> |
| education |
|---|
| The level of education required for the employment position. |
| Format: Text. |
| Tab-delimited example: PhD |
| XML example: <g:education>PhD</g:education> |
| employer |
|---|
| The company providing employment. |
| Format: Text. |
| Tab-delimited example: Google Inc. |
| XML example: <g:employer>Google Inc.</g:employer> |
| job_function |
|---|
| The function of the employment position. |
| Format: Text. |
| Tab-delimited example: Product manager |
| XML example: <g:job_function>Product manager</g:job_function> |
| job_industry |
|---|
| The industry of the employment position. |
| Format: Text. |
| Tab-delimited example: Government |
| XML example: <g:job_industry>Government</g:job_industry> |
| publish_date |
|---|
| The date the job was published. |
| Format: ISO 8601 format: YYYY-MM-DD. Note: all dates and times are in PST (GMT -8). |
| Tab-delimited example: 2005-12-20 |
| XML example: <g:publish_date>2005-12-20</g:publish_date> |
| salary |
|---|
| The salary for this position. |
| Format: Number. Non-numeric values such as £ symbols are not acceptable. |
| Tab-delimited example: 55000 |
| XML example: <g:salary>55000</g:salary> |
| colour |
|---|
| The colour of the vehicle. |
| Format: Text. |
| Tab-delimited example: red |
| XML example: <g:colour>red</g:colour> |
| condition |
|---|
| The condition of the vehicle. Appropriate values include: new, used, and refurbished. |
| Format: Text. |
| Tab-delimited example: new |
| XML example: <g:condition>new</g:condition> |
| make |
|---|
| The vehicle manufacturer. |
| Format: Text. |
| Tab-delimited example: Honda |
| XML example: <g:make>Honda</g:make> |
| mileage |
|---|
| The current mileage of the vehicle. |
| Format: Number. |
| Tab-delimited example: 17000 |
| XML example: <g:mileage>17000</g:mileage> |
| model |
|---|
| The vehicle model. |
| Format: Text. |
| Tab-delimited example: Camry |
| XML example: <g:model>Camry</g:model> |
| vehicle_type |
|---|
| The type of vehicle. |
| Format: Text. Appropriate values include: car, motorcycle, scooter, etc. |
| Tab-delimited example: car |
| XML example: <g:vehicle_type>car</g:vehicle_type> |
| vin |
|---|
| Vehicle Identification Number. |
| Format: Text. |
| Tab-delimited example: 1M8GDM9AXKP042788 |
| XML example: <g:vin>1M8GDM9AXKP042788</g:vin> |
| year |
|---|
| The model year or year built. |
| Format: Year, in four digits: YYYY. |
| Tab-delimited example: 2003 |
| XML example: <g:year>2003</g:year> |