Search Engine Marketing Toolkit

by
Odoo
v 11.0 Third Party 26
Download for v 11.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 2424
Technical Name sem_seo_toolkit
LicenseLGPL-3
You bought this module and need support? Click here!

Description

Set of tools to help with Search Engine Marketing / Optimisation

*NOTE* Due to the nature of the module and it's interaction with search engines multiple dependencies are needed for full functionality, here is a breakdown
Google CSE: is needed for the "Google Domain Indexed" SEO check
Google Ads: used in getting search insight information such as the number of times a keyword is searched in a particular search context
Bing Web Search v7: returns context senitive search results for search context
Bing Maps: used for finding latitude and longitude when creating search context
Selenium: controls web browsers and is used for the "Page Load Time" and "Non Optimised Images" SEO checks
Google Chrome Headless: the only web browser the module currently supports, needed alongside Selenium
Selenium Chrome Driver: needed to programmatically control Google Chrome

If a dependency is not setup it will just skip the SEO check

Selenium and Google Chrome Installation (Ubuntu 64 bit)

https://selenium-python.readthedocs.io/installation.html
https://tecadmin.net/setup-selenium-chromedriver-on-ubuntu/
sudo pip3 install selenium
sudo su -
curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add
echo "deb [arch=amd64]  http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
apt-get -y update
apt-get -y install google-chrome-stable
wget https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip
apt install unzip
unzip chromedriver_linux64.zip
mv chromedriver /usr/bin/chromedriver
chown root:root /usr/bin/chromedriver
chmod +x /usr/bin/chromedriver
Then restart your Odoo instance

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.