Skip to main content

Creating Links to Your Studio Search Page – Easy Sharing for Volume Photography

High-Volume Photography Workflow: Generate Custom HTML Links for Studio Search Access – Ideal for Schools, Sports & Dance Client Sharing

Updated today

To create a link on your website that redirects to your Studio Search Page, use the HTML <a> and </a> tags:

  1. Start the Link: The <a> tag marks the beginning of the link.

  2. Specify the Target URL: Add your Studio Search Domain using href="URL" inside the <a> tag. Example: <a href="yourstudio.search.snapizzi.com">.

  3. Add Link Text: Place the clickable text (e.g., “here”) between <a> and </a>.

  4. End the Link: Use </a> to close the link.

Example

To link to your Snapizzi Studio Search Page with the text "here," use the following HTML:

Click <a href="yourstudio.search.snapizzi.com">here</a> to go to your Studio Search Page.

This will display as: Click here to go to your Studio Search Page.


For more insights on optimizing your high-volume photography workflow with Snapizzi, head to our main site or blog to discover free trials, product updates, and practical tips for school, sports, and dance photography.

Return to Help Center Home for additional guides on high-volume photography automation solutions.

Did this answer your question?