How to Prevent Google Analytics Script From Slowing Down Your Website and Ruining your Page Speed Performance Score

The Google Analytics script is heavy and will slow down your website. I have proven this for myself by going to Page Speed Insights and testing websites with and without the script. Many of the recommendations such as using the defer attribute are not helpful. Other recommendations like turning off enhanced measurement by toggling off outbound clicks, site search, video engagement, and file downloads, marginally help but do not solve the problem. ...

Mobile Website Design in Orem Utah

Rank Utah builds websites that are mobile-friendly and optimized for small businesses in Orem Utah. If you are looking for a redesign of a current website or need a website for your new business you can visit RankUtah.com to learn more. What are 3 important considerations of a mobile-friendly design? Responsive layout Fast loading Easy navigation 1. Responsive Layout Your website should adapt fluidly to any screen size. This means that columns should stack and images and text should resize. ...

Shell Script to Resize Images to be Under a Specific File Size

If you work in web publishing you often need to resize images to be under a specific size, or of a different format, without loosing quality. This zsh script uses ImageMagick to: Convert every image to JPEG or a different image format such as AVIF or WebP Set the width of your images Resize images so that each on is under a specified size (default of 130 KB) Organize your originals into an Originals/ folder and outputs into a Resized/ folder ...

Utah On-Page Search Engine Optimization

If you would like help with on-page SEO please visit my website Rank Utah or contact me. If you are doing your own search engine optimization for a Utah business read on. The #1 Most Overlooked Component of On-Page SEO: Keyword Research If your website is not aligned with what your customers are searching for you won’t even show up in the search results. Here are some of the best free tools you can use to kick off your research. ...

Navbar Setup for Carrd Websites

This is a simple guide showing two options for setting up a navigation menu bar on a Carrd.co website. Step 1: Watch the Youtube Video Demo Step 2: Choose your embed option below: Simple Carrd Nav Menu Drop this in the on-click area of your Hambuger Menu Icon (see video for reference) if (window.location.hash === '#nav') { window.history.back(); } Advanced Carrd Nav Menu (Embed) Drop this in your header as an embed and be sure to uncheck the box that says Defer script tag on the embed options ...