diff --git a/content/applications/websites/website/configuration.rst b/content/applications/websites/website/configuration.rst index 01fa731d4..3de1b63cd 100644 --- a/content/applications/websites/website/configuration.rst +++ b/content/applications/websites/website/configuration.rst @@ -9,6 +9,7 @@ Configuration configuration/domain_names configuration/address_autocomplete + configuration/google_search_console configuration/cookies_bar configuration/translate configuration/multi_website diff --git a/content/applications/websites/website/configuration/google_search_console.rst b/content/applications/websites/website/configuration/google_search_console.rst new file mode 100644 index 000000000..2354f3803 --- /dev/null +++ b/content/applications/websites/website/configuration/google_search_console.rst @@ -0,0 +1,32 @@ +===================== +Google Search Console +===================== + +Google Search Console is a free web service provided by Google that allows website owners to +monitor, maintain, and troubleshoot their site's presence in Google Search results. It offers +valuable insights into how Google views and interacts with your site, helping you optimize its +performance. + +To enable GSC, go to `Google Search Console `_, +enter your domain or URL prefix, follow the instructions, and copy the code from Google. + +.. image:: google_search_console/add-domain-or-url-prefix.png + :alt: Google Search Console domain or URL prefix + +.. image:: google_search_console/verify.png + :alt: Verify domain or URL prefix + +Then, access your Odoo database, go to :menuselection:`Website --> Configuration --> Settings`, and +enable :guilabel:`Google Search Console` in the :guilabel:`SEO` section. Paste the code in the +dedicated field. + +.. image:: google_search_console/paste-gsc-code-settings.png + :alt: Website Settings pasting GSC code + +.. important:: + To prevent Google from indexing both your custom domain name `www.example.com` and your original + Odoo database URL `www.example.odoo.com`, :ref:`map your domain name with your Odoo website + `. + +.. seealso:: + :doc:`domain_names` diff --git a/content/applications/websites/website/configuration/google_search_console/add-domain-or-url-prefix.png b/content/applications/websites/website/configuration/google_search_console/add-domain-or-url-prefix.png new file mode 100644 index 000000000..9f19d86b0 Binary files /dev/null and b/content/applications/websites/website/configuration/google_search_console/add-domain-or-url-prefix.png differ diff --git a/content/applications/websites/website/configuration/google_search_console/paste-gsc-code-settings.png b/content/applications/websites/website/configuration/google_search_console/paste-gsc-code-settings.png new file mode 100644 index 000000000..fa48018e1 Binary files /dev/null and b/content/applications/websites/website/configuration/google_search_console/paste-gsc-code-settings.png differ diff --git a/content/applications/websites/website/configuration/google_search_console/verify.png b/content/applications/websites/website/configuration/google_search_console/verify.png new file mode 100644 index 000000000..33a90cbf5 Binary files /dev/null and b/content/applications/websites/website/configuration/google_search_console/verify.png differ