Who can use this feature?
This feature is available on the Advanced and Expert plans. If you're interested in taking advantage of it, please reach out to your customer success manager.
After you've saved your Landing Page, it's easy to get the URL to view and link to it.
1. First, find the Tag to use for your landing page. This is automatically generated by the Landing Page name, and can be found directly below the name. Go ahead and copy the tag. (Not including the "Tag: " bit)
2. Switch over to your actual website.
3. You'll need to take a look at the URL your site uses when you do a search. It might look something like this:
www.examplesite.com/search?q=testing
4. Find the parameter that includes your test search query. In the above example, it would be the q=testing
bit.
5. Before the equals sign, replace whatever is there with tag. (Example: Replacing "q" with "tag")
6. After the equals sign, remove your test search query and paste the tag you copied from your Landing Page, and hit Enter. You're good to go! The final link might look something like this:
www.examplesite.com/search?tag=my-landing-page
Some eCommerce sites redirect to the home page when the query parameter (eg "q=", "query=", "search=") is not in the URL. If this is the case, formatting your URL similarly to this might help, modifying yours to replace the q with your query parameter:
www.examplesite.com/search?q=&tag=my-landing-page
Comments
1 comment
What if your URL doesn't have the suggested URL above? In my case it has "/shop/?search_query=" and the suggestion above is not working.
I figured it out. In cases like mine, you would replace everything after the ? mark. So https://www.example.com/shop/?tag=[landingpage]
Please sign in to leave a comment.