This question has been flagged
3 Replies
7846 Views

Hi,

I am looking for a way to export, modify (page title and meta description) then import a selection of my website pages. Any Idea ?

Many thanks !


Tim

Avatar
Discard
Best Answer

Hi Tim,

At this point Odoo doesn't really have an easy or good way for this. You could export/import the website pages its content by exporting/importing the XML records but it is far from ideal. Have a look at the URL http://yourdomain.com/website/pages where you can see an overview of custom pages since Odoo 11. If you click on edit here you'll go to the backend where you can see the XML record. You could export or import from here. If you have technical knowledge you can do this through XML-RPC.

The meta description is another thing though. This works a bit different in Odoo and works with a JavaScript widget that loads and sets the value on the page. See https://github.com/odoo/odoo/search?q=js_seo_meta_keywords&unscoped_q=js_seo_meta_keywords for the code. Sadly there is no functionality right now to export these values. The only way to modify those values is by going to the page and clicking on "Promote" > "Optimize SEO":


From this dialog you can set/change the title, description and the meta details:


Regards,
Yenthe

Avatar
Discard
Best Answer

Update 2022: 

You can export the title and meta tags of the website. Just go through your normal exporting process and select the necessary fields to export + Website meta description, Website meta keywords, website meta title. 

It will import all the needed meta data to the new page.

Avatar
Discard
Author Best Answer

Thanks for your anwser.

 

Avatar
Discard