Next js google tag manager: 3 ways to use Google analytics in NextjsThe problem we solve is how to trigger analytics on each router change. This reference explains 3 simple ways to integrate google analytics with react js and next js May 28, 2022 |
Next js image optimization with image componentImage optimization is an important factor in SEO. Image component in next.js optimizes images on-demand instead of build time. October 1, 2022 |
SEO image optimization - Simple image enhancement for better SEOUsing properly sized and optimized images is significant for mobile websites. Let's discuss how to use the simple html picture tag to serve properly sized images to browsers October 1, 2022 |
Next js generate sitemap dynamicallyA sitemap is an essential component in SEO. This tutorial explains how to generate a sitemap in the next js without installing any additional packages October 2, 2022 |
React js google tag manager: React Google analytics problem solvedGoogle tag manager, out of the box is unable to track React js page navigations using react-router. This article explains how the React js Router works and how to make Google tag m... October 8, 2022 |
Google Analytics 4 Next.js Template without History Change TriggerThis article explains how to integrate Google Analytics 4 Tag Manager (GTM) with a Next.js template. August 23, 2022 |