Property URLs and potential conflicts

Easy Property Listings WordPress Real Estate Plugin Forums Premium Support Property URLs and potential conflicts

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #15212
    Quader Syed
    Spectator

    Hi,

    I’d like to find out how to change the /property/* URL

    to /{suburb}/{street}/{number}/{apartment}/{id}/{sale/sold/rent/leased}

    Also keen to understand about how to avoid property conflicts when the same property is sold then leased then for sale or other similar combinations? Thinking using the ID int he URL will help

    #15262
    Merv Barrett
    Keymaster

    I would avoid changing the URL too much as you may end up in re-write hell and infinite loop. The address + id is a consistent URL that will not change which is important for sharing etc.

    No problem using

    ID+FULL_ADDRESS (best for SEO)

    But you can adjust the title at import in WP All Import.

    Our scripts provide the following

    [epl_feedsync_format_sub_number({address[1]/subNumber[1]})]{address[1]/streetNumber[1]} {address[1]/street[1]}, {address[1]/suburb[1]} {address[1]/state[1]} {address[1]/postcode[1]}

    You can adjust as needed.

    eg

    {uniqueID[1]}-[epl_feedsync_format_sub_number({address[1]/subNumber[1]})]{address[1]/streetNumber[1]} {address[1]/street[1]}, {address[1]/suburb[1]} {address[1]/state[1]} {address[1]/postcode[1]}

    #15274
    Quader Syed
    Spectator

    If I didn’t want to change the title but just the URL? Could I just change the slug (see attached)

    The other reason I wanted the more defined URLS’s was for a defined breadcrumb.

    Is there a way of making / work in the slug?

    Could I somehow use the custom taxonomy instead?

    Attachments:
    You must be logged in to view attached files.
    #15317
    Merv Barrett
    Keymaster

    You could modify the slug but the ID will not be searchable or have a short URL as per your other topic as wordpress searches the title and not the slug

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Premium Support’ is closed to new topics and replies.