Skip to content

add Head tags to application for better CEO. #76

@Hurly77

Description

@Hurly77

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions