w3hc / gov-ui

A UI for Gov
https://gov-ui.netlify.app/
GNU General Public License v3.0
2 stars 2 forks source link

Improve SEO #85

Open julienbrg opened 2 weeks ago

julienbrg commented 2 weeks ago
<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 commented 2 weeks ago

Also fix this: https://socialsharepreview.com/?url=https://gov-ui.netlify.app/