So, why does this matter to you as a photographer?
Landing page is one of the best marketing tools for your business! It allows you to capture your audience without the ‘clutter’ of the rest of your website (navigation, announcement bars etc.). You can focus on getting leads by targeting a very narrowly focused ad and focusing the audience’s attention on what they need to see.
But Umar, that’s great, what is a landing page though?
In short, a landing page is a web page separate from your main website. Typically it does not show up on your main navigation panels. The landing page is designed for a single objective: collecting leads! Now I’m not going to go too much into detail on what a landing page should have. When I have more time, I might make a post about that.
Landing Pages in Squarespace
In squarespace, you have the option of using their “Cover Pages”, which are a sort of landing page, but in trying to make it simple, it is very limiting on what you can do with it. I was creating landing page to attract wedding clients, and needed more options. I’ll go through step-by-step on how to create a custom landing page. Since you’re reading this, I’m assuming you’re familiar with Squarespace and how to create a page.
What does a landing page look like? Mine looks like this:
So as you can see, no navigation panels, no menu bars or announcement bars. A fairly simple and focused page. You can see the full page HERE.
Step-by-step instructions:
The code you need to type in is this:
<!-- Hide footer & pre-footer code --> <style> #footer, #preFooter { display: none; } </style> <!-- Hide header & navigation --> <style> #header { display: none } #siteWrapper {background-color:#f6f7f9 !important;} </style> <!-- Hide announcement bar --> <style> .sqs-announcement-bar { display: none !important } </style>
Typical disclaimers apply here: Use at your own risk. If it breaks your website, which I highly doubt a tiny code like that could, don’t come after me. This has been working on the Wells template. If this does not work on yours, send me a message, I’ll see if I can figure it out on your template.
And that is all boys and girls! Enjoy tweaking around to make the best Landing Page ever!