FraktalNFT / site

site-fraktal.vercel.app
0 stars 1 forks source link

Meta Description Display Error on Google Search #1

Open cryptnotiq opened 3 years ago

cryptnotiq commented 3 years ago

Current Status Google does not seem to be indexing the website correctly. It is not showing up on google search (before page 5 or more), and the meta description is incorrect.

image

Desired Status Description Displays. Fraktal | Fractional NFTs Fractional NFTs powered by a DAO.

earth2travis commented 3 years ago

image

This is the current meta information in Layout.tsx

        <title>Fraktal | Fractional NFTs</title>
        <meta charSet="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta httpEquiv="X-UA-Compatible" content="ie=edge" />
        <meta name="description" content="Fractional NFTs powered by a DAO." />