• Resolved matteoputzolu1996

    (@matteoputzolu1996)


    “Oops! The SEO score and readability score overview cannot be viewed because you are using a non-production environment.”

    Hello, This is the message I See in the dashboard. I don’t understand, I checked all the setting I could but everything should be ok. If could be of any help I moved the websites from a temporary domain to the definitive one just yesterday and I can find my website through the google search. I don’t know if this message could be any problem to my Search engine indexing. I am a beginner please help me, I checked online but I can’t find anything, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello @matteoputzolu1996

    Thanks for using the Yoast SEO plugin. It seems your website environment hasn’t been changed from staging/development to production/live. Kindly share a screenshot of what you have in WordPress > Tools > Site Health > Info > WordPress.

    Thread Starter matteoputzolu1996

    (@matteoputzolu1996)

    Thank you for you answer! I don’t know how to send the image so I just copy what I see, hope that helps:

    Versione6.7.2 Lingua del sito it_IT Lingua utente it_IT Fuso orario Europe/Rome URL della home https://amiciperlezampe.it URL del sito https://amiciperlezampe.it Struttura dei permalink /%postname%/ Questo sito utilizza HTTPS? Sì Questo è un multisito? No Chiunque può registrarsi su questo sito? No Questo sito sta scoraggiando i motori di ricerca? No Stato predefinito per i commenti Chiusi Tipo di ambiente local Conteggio degli utenti 1 Comunicazione con ww.wp.xz.cn ww.wp.xz.cn è raggiungibile

    Plugin Support Maybellyne

    (@maybellyne)

    Thanks for copying and pasting; I forgot to share how to add a screenshot. Next time, you can use any image-sharing service like https://pasteboard.co/, https://snag.gy/, https://imgur.com/, https://snipboard.io/, or even upload the screenshot to your own website. Once you upload it to an image-sharing service, you can share the link to the image here.

    Regarding the issue, your environment is set to local instead of production. This is due to a setting in your wp-config file. The wp_get_environment_type() WordPress function’s default value on a live site should have been 'production' . Since this did not return production on your live site, you can set the WP_ENVIRONMENT_TYPE constant to 'production' by adding the line below to the wp-config.php file.

    define( 'WP_ENVIRONMENT_TYPE', 'production' );

    You can read more about it here. You may also reach out to your web hosting provider to override the default settings if you are facing issues.

    Once done, you can run SEO data optimization in WordPress > Yoast SEO > Tools and you should get the scores in the dashboard.

    Thread Starter matteoputzolu1996

    (@matteoputzolu1996)

    You did it! Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘non-production environment HELP’ is closed to new replies.