Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Website (website)
• eCommerce (website_sale) • Discuss (mail) • Invoicing (account) |
Lines of code | 313 |
Technical Name |
website_seo_kit |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Website (website)
• eCommerce (website_sale) • Discuss (mail) • Invoicing (account) |
Lines of code | 313 |
Technical Name |
website_seo_kit |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 |

Website SEO Kit
Can automatically generate meta titles, descriptions, and keywords for each product and product group.

Key Highlights
Automatically generating meta titles, descriptions, and keywords
Create meta contents with only one click.
Easy website optimization

Create SEO Attributes
Go to Website -> Site -> SEO Attribute -> Here you can Create SEO attribute

Here you can Create SEO attribute

Generate SEO Content
Go to Website -> Site -> Generate SEO ->We can generate SEO content for Product ,Select the attributes for title and descriptions

Generate SEO Content
Go to Website -> Site -> Generate SEO ->We can generate SEO content for Product Category ,Select the attributes for title and descriptions.

Deactivate SEO
With the help of Archive button you can deactivate the SEO.

Activation Status
With the help of the statusbar user can easily identify the active SEO.

SEO configuration in Category
We can configure the SEO updates in product categories

Optimize SEO
Go to Website -> Site -> Optimize SEO

Optimized SEO
Here is the result of optimized SEO for Product

Optimized SEO
Here is the result of optimized SEO for Category
-
Create attributes from Odoo backend.
-
Add metadata for the products and product groups Orders.
-
Create website content that is optimised for search
Initial Commit for Website SEO Kit
Related Products
Our Services

Odoo Customization

Odoo Implementation

Odoo Support

Hire Odoo Developer

Odoo Integration

Odoo Migration

Odoo Consultancy

Odoo Implementation

Odoo Licensing Consultancy
Our Industries

Trading
Easily procure and sell your products

POS
Easy configuration and convivial experience

Education
A platform for educational management

Manufacturing
Plan, track and schedule your operations

E-commerce & Website
Mobile friendly, awe-inspiring product pages

Service Management
Keep track of services and invoice

Restaurant
Run your bar or restaurant methodically

Hotel Management
An all-inclusive hotel management application
Support
Got questions or need help? Get in touch.
Say hi to us on WhatsApp!
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedHas an issue where all names, descriptions, and other string have the character 'p' removed
Character 'p' is removed from ALL strings due to poor code quality. It is evident that the developer does not know how regex works in python
Code:
string = string.translate({
ord(i): None for i in "<p>(),'</p>"})
this code removes all listed characters from the string: '<' 'p' '>' '(' ')' ',' '/'
If you need the letter p in your SEO titles and descriptions then you will need to modify the module
Re: Has an issue where all names, descriptions, and other string have the character 'p' removed
Hello Mark, Thanks for pointing this out.
This was required for Odoo 16. In version 17, the condition is not needed, so the app has been updated accordingly.
There are no comments yet!