Next.js - Creating a Multilingual (i18n) Blog Part 4, Language, Alternate Tags, and Date Format Handling for SEO
Blog (10)
- Next.js - Creating a Multilingual (i18n) Blog Part 3, Handling Rss and Sitemap
- Next.js - Creating a Multilingual (i18n) Blog Part 2, Multilingual Handling for Registered Posts
- Next.js - Creating a Multilingual (i18n) Blog Part 1, Installing next-i18next and Multilingual Site Setup
- Learn how to integrate Google Adsense automatic and manual ads into your blog built with Next.js.
- Adding Comments to a Next.js Blog Using the GitHub Discussion-powered giscus Comment System.
- I added a feature to display a list of posts related to the tags used in Next.js blog posts. This list shows the most recent 5 posts. Here's how I did it.
- Learn how to connect Google Analytics to a Next.js blog. We'll walk you through the process.
- I have added a Table of Contents (ToC) to the right side of a Next.js blog layout, allowing it to be displayed. Let me walk you through the process.
- Creating a Blog with Next.js - I have decided to create a Next.js blog using the Tailwind CSS Blog Starter template. Let me introduce you to the process