This article will guide you on setting up custom URL's for your listings.
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 "Settings" in the left hand column:
3 - Click on "GENERAL OPTIONS" in the left hand column:
4 - Scroll down to the "ADVANCED" section, and make your changes:
- A. Listing Title Template: Customize the way listing titles are assembled or leave blank for default. This setting may be useful for SEO customizations.
- B. Listing URL Template: Customize the way listing URLs are assembled or leave blank for default. This setting may be useful for SEO customizations. (Note: Use the formatting guide below for reference)
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