Configuration seo listing tags

From Open-Realty Wiki

Jump to: navigation, search

Each tag in the template system looks like this {tag_name}.

Listing page title, keyword and description meta tags

Tag Description
listing_title Displays the listing's title.
listing_agent_last_name Displays the listing agent's last name.
listing_agent_first_name Displays the listing agent's first name.
listing_pclass Displays the name of the property class the listing is assigned to. In cases where the listing is part of multiple classes it will show a the names separated by a comma.
listing_field_FIELDNAME By using the name of a listing field defined in the listing template editor, you can call the individual field and place it on the page. For example to call the "address" field you would insert {listing_field_address} into your template, which would result in both the field caption and value being placed in your template, eg. "Address: 1600 Penn Ave."
listing_field_FIELDNAME_value Works the same listing_field_FIELDNAME, except you only get the field value. eg. "1600 Penn Ave."
listing_field_FIELDNAME_caption Works the same listing_field_FIELDNAME, except you only get the field caption. eg. "Address"
listing_field_FIELDNAME_rawvalue Works the same listing_field_FIELDNAME, except you only get the raw field value. For example when calling the price field instead of getting "$150,000" you would simply get "150000".
listing_agent_field_FIELDNAME by using the name of an agent field defined in the user template editor, you can call the individual field and place it on the page. For example to call the "phone" field you would insert {listing_agent_field_phone} into your template, which would result in both the field caption and value being placed in your template, eg. "Phone: 555-1234"
listing_agent_field_FIELDNAME_value Works the same listing_agent_field_FIELDNAME, except you only get the field value. eg. "555-1234"
listing_agent_field_FIELDNAME_rawvalue Works the same listing_agent_field_FIELDNAME, except you only get the raw, unformatted field value. For example when calling the price field instead of getting "$150,000" you would simply get "150000".
listing_agent_field_FIELDNAME_caption Works the same listing_agent_field_FIELDNAME, except you only get the field caption. eg. "Phone"
Personal tools