SEO16

An Open-Source SEO + GEO Audit Toolkit in Plain Node
Four Node SEO/GEO audit tools, zero runtime deps (one optional: Playwright): crawler, AI-crawler checks, Core Web Vitals, Search Console wins.

Next.js 14 - Expand your SEO tools with Slugify/Word & Letter Counter
A slugify function is valuable for creating clean, readable, and SEO-friendly URLs that enhance user experience. To round up the service offering, we add a Word/Character count as well

SEO and endless scrolling vs. pagination: Comprehensive analysis
In the digital world, a good UX and SEO strategy is crucial for the success of a website. Web developers choose between infinite scrolling and pagination.

Improving Website Visibility: The Importance of Next.js SEO
Server-side rendering (SSR) and static site generation (SSG) are at the core of Next.js’s SEO capabilities to support search engine crawlers

Next.js 14 / SEO - Combine Pagination with Infinite Scroll
We know, Google Crawler is not a big fan of infinite scrolling because it can't use Javascript. Therefore, we need to add a crawler-friendly solution to find and index all pages properly.

Next.js 14 / SEO - Create a Sitemap Counter in 5 minutes
Count the URLs in your sitemap.xml with a small Next.js function — a quick way to verify every page you expect is actually in there before Google crawls it.

How to speed up your Next.js 14 website and improve your SEO ranking
Page speed is a significant ranking factor for search engines. Next.js offers various features to improve your site’s loading times like optimized image loading.

Check Your Sitemap for Broken Links (Next.js 14 Script)
Crawl your sitemap.xml and every internal link to catch dead URLs before they cost you rankings — a small, dependency-light Next.js script you can run in CI.

Auditing an Open-Source Ecosystem: 1,434 Repos
A reproducible recipe for checking whether an ecosystem is as open as it claims: the GitHub sweep, the filter matrix, and what a licence check finds.

What AI Crawlers Actually Do to a Small Blog: 9 Days of Logs
Nine days of nginx logs from a small blog: 18,209 AI-crawler hits. Which bots (ChatGPT-User, Bytespider, ClaudeBot), who honours robots.txt, and the JS-less view they actually see.

Boost Blog Traffic: Reasons to Add Social Share Buttons Now
Integrating social share buttons on your blog post can significantly increase reach and visibility by making it easy for readers to share, boosting traffic and providing social proof

Next.js 14: Build an HTML Sitemap with Contentful
An HTML sitemap links every page of your site in one overview — helping readers navigate and search engines discover. Here is how to build one in Next.js 14.

Next.js 14 - Working with Contentful Tags and TailwindCss
Contentful offers a great tagging system. I will show you how we can use it to cluster content by tags and expose new " tag pages," with the related content

Next.js 14 - Easy TOC creation and Code block highlight
Structuring your content is great for your users and Search Engines, but sometimes, it leads to much work for the Authors/Editors, so let's automate it.

Contentful and Next.js 14 - Easy Creation & Integration of New Content Types for Landing Pages
Every Blog needs a nice-looking landing page. This step-by-step guide will add two new content types in Contentful and show the newly added data on our Next.js 14 blog project.

Next.js 14-Caching/Revalidation-Real-world example with CMS
I will guide you through the possibilities of caching and revalidation in Nextjs 14. I will use Contentful as a headless CMS for content management.