When running ad campaigns on Google (or Bing), it is important that you build your landing page with mobile visitors in mind. You’re targeting people who are using their phones to reach you, so you need to make sure the landing page looks and works great on mobile devices. We’re going to look at some very useful tips that will help you convert landing page visitors into callers:
- Create an emotional appeal if possible.
- Underline a low-pressure and stress-free call process.
- The call-to-action (CTA) should encourage people to call in, not to commit to anything.
- Tell users that they’ll get immediate benefits from calling, like receiving answers to questions as well as other important information.
- Include the operator’s name and a friendly face that will encourage visitors to call.
The landing page should also use a responsive design so that it adapts to all screen sizes and ideally it should be coded in AMP HTML for even faster loading times.
To check your page’s loading time, you can use Google’s own testing tool over at testmysite.thinkwithgoogle.com.
Let’s look at a few general tips that will help with overall loading times:
HTTP (Hypertext Transfer Protocol) Requests are counted whenever a browser fetches any type of information from a web server, and these requests can take up to about 80% of a page’s load time. Fortunately, there are several things you can do to limit these requests:
- Combine CSS/JS files – instead of having visitors’ browsers retrieve multiple CSS or JavaScript files, you can try and combine them into one larger file.
- Use queries to only load what is necessary – if you only need to load certain images on desktop devices or certain scripts on mobile devices, using conditional statements to only load what’s needed can be a great way to improve loading times.
- Use less images – if you think you’re using more images than is necessary, try removing some of them, especially if their file sizes are big.
Browser caching allows assets from websites to be downloaded to visitors’ local drives (or phone storage) so that the next time they visit a website they’ve visited before, or even when browsing other pages on that website, it will load faster. Cached resources can expire anywhere from one day to within a year.
Images on websites usually take up about 60% of the average bytes loaded per page. As mentioned earlier, it’s best to get rid of any images that aren’t essential, and in some cases consider using CSS to replace an image – for example, if you’ve got a simple colored background, you could replace the image with a little CSS that will make your page load faster.
After you finish removing any non-essential images, look at all the remaining ones and see how large their file size is. People often use photos without first optimizing them for the web, and that can sometimes mean big files that visitors have to wait to download.
If you find yourself using large image files, go ahead and run them through optimization software like Compressor.io. In some cases, you’ll find reductions of over 60% in file sizes, and depending on how large the images were initially and how many images you’ve optimized, the difference in loading times could potentially be huge.
There are a lot of things you can do to improve you landing page’s loading time and luckily, Google comes to the rescue again, this time with PageSpeed Insights. This tool analyzes your website and gives you specific tips on areas that can be improved, and it considers both desktop devices, as well as mobile devices.