-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
UIUXenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
For anyone looking for a good first issue, we need to add head tags to all the page files. All you need to do is add an HTML meta tag inside the main body of the component like so
<div>
<Head>
<meta name="name of the content " content="some descript of the page" />
</Head>
</div>
Check out the NextJS Head documentation if you need more information.
https://nextjs.org/docs/api-reference/next/head
If you come up with a unique way to solve SEO, which is low on the priority list, leave a comment.
Aside from using pre-generating pages, that is. I'm already researching all about nextJS, so if you have any questions, please lemme know. I'd be more than happy to assist you with whatever I can. Thank you :)
Also, I know It can be hard to start your first contribution, but the purpose of the community is to help each other build more work experience.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
UIUXenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed