When you have an Odoo website and you want to add Google softwares such as “Shopping feed Optimization” or Google Ads, Google might need to crawl all the website’s pages. An error can then occur with the default configuration of the robot.txt file in Odoo. This situation happened in v13, it might be fixed with the next versions.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
Here is how to solve this problem.
We have to modify the current robot.txt file directly in Odoo.
To do so, activate the developer mode.
Then in general settings, go in Technical, then “Views” under the “User interface” tab.
Search for a view named “robots” and modify the architecture.
By default you have the following content
“User-agent: *”
We are going to erase this line and add the following ones:
“User-agent: Googlebot
Disallow:
User-agent: Googlebot-image
Disallow:”
Save the changes and now Google should be able to access all your website’s pages.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
1
sept. 21
|
5372 | ||
|
0
août 24
|
1557 | ||
|
1
janv. 23
|
3624 | ||
|
1
oct. 21
|
3084 | ||
|
2
juin 20
|
4146 |
okay got it. Then how can i enable to crawl for all the crawlers other than Google?