This article will guide you on setting up custom a URL for a specific listing.
Login to myRealPage:
Click here to visit this help article to log in to your account.
1 - Navigate to "Listings" tab:
- Click on "Listings" to manage your listings.
2 - Click on "Listings" in the left hand column:
3 - Click on the listing you wish to setup a custom URL for:
4 - Click on "LABELS, SEO, ETC." in the left hand column:
5 - Make your changes to the "URL Template" field:
URL Template Formatting Options and Format:
These options are made available for customization so that you can determine what information you would like included in the generated link for your listing. For example, you can choose to have the URL display the City first, or the MLS number first, etc.
- {mls-number} - automatically adds the listing's MLS Number
- {address} - automatically adds the listing's Street Address
- {city} - automatically adds the listing's City
- {postal-code} - automatically adds the listing's Postal Code
- {area} - automatically adds the listing's Area
- {sub-area} - automatically adds the listing's Sub-Area
- {community} - automatically adds the listing's Community
Sample URL template inputs and generated custom URL outputs:
Input (default): {mls-number}-{address}-{city}-{postal-code}
Output: http://domain.com/mylistings.html/listing.V123123-1580-w-14-ave-vancouver-v6h-1s4.854979
Input: {address}-{city}-{postal-code}
Output: http://domain.com/mylistings.html/listing.1580-w-14-ave-vancouver-v6h-1s4.854979
Input: {mls-number}-{city}-{postal-code}
Output: http://domain.com/mylistings.html/listing.V123123-vancouver.854979
Input: {mls-number}-{address}-{city}
Output: http://domain.com/mylistings.html/listing.V123123-1580-w-14-ave-vancouver.854979