How to use Screaming Frog to Find and Fix Broken Links (404)

If you are like us, then you hate broken links. They can be so frustrating and annoying, not to mention they can hurt your website’s SEO. Lucky for us, a great tool called Screaming Frog can help us find and fix broken links. Screaming Frog SEO Spider is a website crawler that helps improve onsite… Continue reading How to use Screaming Frog to Find and Fix Broken Links (404)

Functions In JavaScript – Simple and Clear Explanation

JavaScript functions are fundamental building blocks of the JavaScript language. In this tutorial, we will learn what is a JavaScript function, how to create a function in JavaScript, and how to invoke it and return values from it. Let’s dive in! What is a function in JavaScript? A function is a block of code that… Continue reading Functions In JavaScript – Simple and Clear Explanation

Link Google Search Console with Google Analytics 4

The Google Analytics and Search Console integration makes it easy to see your organic ranking data from Search Console merged with page-level data from Google Analytics, and only takes a few minutes to connect. This integration allows you to pull Search Console data into your Analytics reports. Behavior metrics, including goal completions, for landing pages,… Continue reading Link Google Search Console with Google Analytics 4

How to Use Custom Domain With GitHub Pages

GitHub Pages are an extension to GitHub and is a wonderful and easy way of hosting websites or showcasing projects directly from GitHub. If you want to know how to deploy your static website to GitHub refer to these article: Also Read: How to Publish a Website on GitHub Pages Although GitHub pages provide us… Continue reading How to Use Custom Domain With GitHub Pages

How to Create Animated Typing Effect (JavaScript)

If you want creating a dynamic typing animation that looks like the text is being typed by a typewriter then typer.js is the right solution for you: It is written in native JavaScript (ES6) and works with almost no 3rd-party dependencies. Download typer.js GitHub Link How to Use It Follow the steps: Step 1: Include… Continue reading How to Create Animated Typing Effect (JavaScript)

Cyotek WebCopy: Copy Entire Websites To Your Local Machine

You might have heard about tools like HTTrack Website Copier which allow you to download any website to your local hard drive for offline viewing. This website copier basically create a replica of the entire website so you can browse it just like you do in online mode. 📣 Also Read: How to copy any… Continue reading Cyotek WebCopy: Copy Entire Websites To Your Local Machine

A Guide to Web Font Optimization

Practically every modern new website gracefully relies on Custom Webfonts. Web-fonts are fonts that are not available in the browser by default. They are fonts that are fetched remotely and rendered by the browser. Web fonts allow you to build a much better web experience, but these fonts also cause a lot of problems such… Continue reading A Guide to Web Font Optimization

Using Resource Hints to Accelerate Site Performance

Resource hints are snippets of HTML code that give the browser a head start by prompting selected files to begin loading sooner than if the browser discovered those same files through the normal course of evaluating and loading the page. There are several types of resources hints, indicated with the rel attribute on the link… Continue reading Using Resource Hints to Accelerate Site Performance

Bing Webmaster Tools – A Quick tutorial for Beginners

Bing Webmaster Tools is a free Microsoft service that allows webmasters to add their sites to the Bing crawler so they show up in the search engine. It also helps to monitor and maintain a site’s presence. Bing Webmaster Tools is to the Bing search engine, what Google Search Console is to Google. Also Read:… Continue reading Bing Webmaster Tools – A Quick tutorial for Beginners

Speed Up Resource Loading with Priority Hints and fetchpriority

Loading experience is crucial to the user’s first impression and overall usability, so Google defined Largest Contentful Paint (LCP) metric to measure how quickly the main content loads and is displayed to the user. The main content for LCP is usually the largest element located above the fold. This element could be an image, video,… Continue reading Speed Up Resource Loading with Priority Hints and fetchpriority

How to Lazy Load Images and Video for Better Website Performance – 2024 Updated

Lazy loading is a technique that defers loading of non-critical resources at page load time. Instead, these non-critical resources are loaded at the moment of need. Where images are concerned, “non-critical” is often synonymous with “off-screen”. If you have used Lighthouse and examined some opportunities for improvement, you may have seen some guidance in this… Continue reading How to Lazy Load Images and Video for Better Website Performance – 2024 Updated

Exit mobile version