Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve SEO #85

Open
julienbrg opened this issue Jun 14, 2024 · 1 comment
Open

Improve SEO #85

julienbrg opened this issue Jun 14, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@julienbrg
Copy link
Contributor

  • Fix next.config.js
  • Add <NextSeo> tag in every pages + proposal description
<NextSeo
        title="Gov"
        description="DAOs for everyday people"
        titleTemplate={`%s`}
        // description={SITE_DESCRIPTION}
        // defaultOpenGraphImageWidth={1200}
        // defaultOpenGraphImageHeight={630}
        openGraph={{
          type: 'website',
          siteName: SITE_NAME,
          url: origin,
          images: [
            {
              url: `${origin}/huangshan.png`,
              width: 1200,
              height: 630,
              alt: 'Huangshan',
            },
          ],
        }}
      />

https://github.com/w3hc/gov-ui/blob/main/src/pages/index.tsx#L231C7-L251C9

https://socialsharepreview.com/
https://www.opengraph.xyz/

@julienbrg julienbrg added the enhancement New feature or request label Jun 14, 2024
@julienbrg julienbrg self-assigned this Jun 14, 2024
@julienbrg
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant