fac25 / amai-mtoto

amai-mtoto.vercel.app
1 stars 1 forks source link

page titles #106

Closed jackherizsmith closed 1 year ago

jackherizsmith commented 1 year ago

It's not very important! but, a nice touch, is to title your pages. it's a little that goes a long way in making the user experience feel more like a typical website.

You can use next/head to set the title and other <meta> tags: https://nextjs.org/docs/api-reference/next/head

This is a helpful tool for generating this stuff, and seeing what your site looks like when it's being shared: https://www.heymeta.com/

snim2 commented 1 year ago

If you choose to work on this, you might also want to use something like https://realfavicongenerator.net/ to generate a Favicon and related metadata.