Odoo provides built-in support of SEO for the templates (pages). However, some templates are used in multiple URLs. For example, in an online shop, product pages are rendered with the same template and different product data. For these kinds of cases, we want separate SEO options for each URL.
Managing Search Engine Optimization (SEO) options
Getting ready
For this recipe, we will be using the my_library module from the previous recipe. We will store separate SEO data for each book details page. Before developing this recipe, you should test the SEO options in the different book pages. You can get an SEO dialog from the Promote drop-down menu on the top, as shown in the following image:
![](https://static.packt-cdn.com/products/9781789618921/graphics/assets/3b9537f6-0901-4aa4-87b2-82c19d29caa9.png)
If you test SEO options in different...