Head and Meta Optimization
A pages title and meta description are important factors for your users and search engines to know what content is on the page. Next.js has a way for us to edit these easily.
Static title and meta description
You can supply static titles and meta descriptions by editing the <Head>
tag with the appropriate Strings
of information for a page that is going to display the same content on every page load.
Let’s take your home page index.js
for example. Right now it has this code for the head of the page:
Get hands-on with 1400+ tech skills courses.