WaspW
Wasp14mo ago
DanjelDurmo

Something wrong with SEO?

Hello everyone,

Almost a month ago I launched datanext.app (WebApp built with Wasp) but I'm experiencing serious problems with Google SEO.

I have uploaded the sitemap https://datanext.app/sitemap.xml at Google Search Console and 6 pages were successfully indexed.
But, if I search for the domain datanext.app on google.com, the site doesn't come up, only the social channels, posts, etc. come up.

And if I search https://datanext.app/btc-wallet-balance I see only one result but with wrong logo, title and description (foto attached).

In the Caddy file I have write:
datanext.app, www.datanext.app {
    root * /var/www/html
    encode gzip
    # Matcher per sitemap.xml
    @sitemap {
        path /sitemap.xml
    }

    # Gestisci le richieste di sitemap.xml
    handle @sitemap {
        file_server
    }

    # Definisci i crawler noti tramite User-Agent
    @crawler {
        header_regexp User-Agent ^.*(Googlebot|Bingbot|Slurp|DuckDuckBot|Baiduspider|YandexBot).*$ 
    }

    # Gestisci le richieste dei crawler
    handle @crawler {
        root * /var/www/html/prerendered

        # Tenta di servire il file prerendered corrispondente
        try_files {path}.html {path}/index.html /index.html

        file_server
    }

    handle {
        try_files {path} /index.html
        file_server
    }
}

Any idea why google don't consider me? Mauve something wrong in caddy configuration?
Thank you!
Screenshot_2024-11-19_alle_11.18.52.png
Screenshot_2024-11-19_alle_12.39.27.png
DATA NEXT is a powerful online scraping tool for lead generation, market research, product analysis, and more. Utilize our Google Maps Scraper, Amazon Product Finder, Meta Ad Library, and other advanced services to gain valuable insights and enhance your marketing strategies.
Was this page helpful?