Updated: Feb 2021 In order to speed up your website, you need to do the following 10 things. This will not only help you pass the Google Page Speed test but also make your site load under 3 seconds and your scores will be very high with sites like Pingdom and WebPageTest. These are not…
Schema is the site that gives developers the proper code to display Rich Snippets. Rich Snippets are Google search results that stand out from the rest. Microdata is the type of code used to display Rich Snippets.
So a client of mind, and his WordPress website that I didn’t build was hacked. He asked if I could fix it. Here’s what I learned throughout the process: If your site is hacked, you could get blacklisted by Google. This means when people visit your site, the site will have this big red warning…
I was using the WordPress plugin Force Regenerate Thumbnails to change the dimensions of product images on an ecommerce website. After making the changes, I noticed that none of my images displayed. I checked the code using Chrome’s Inspector and discovered that the images had styling added to them: element.style{ display: none !important; visibility: hidden !important; opacity:…
I recently discovered two HTML special characters that I hadn’t known about before. The non breaking space and the soft hyphen. The non breaking space The non breaking space is just what it is: it adds an invisible space between two words keeping them from breaking to a new line. This special character is useful…