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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
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.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
How to put a default website in multi-websites?
Diselesaikan
|
|
1
Sep 21
|
5268 | |
|
0
Agu 24
|
1443 | ||
|
1
Jan 23
|
3536 | ||
|
1
Okt 21
|
3006 | ||
|
2
Jun 20
|
4072 |
okay got it. Then how can i enable to crawl for all the crawlers other than Google?