| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Website (website)
• Discuss (mail) |
| Lines of code | 718 |
| Technical Name |
gb_seo_toolkit_redirects_sitemap_meta |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Website (website)
• Discuss (mail) |
| Lines of code | 718 |
| Technical Name |
gb_seo_toolkit_redirects_sitemap_meta |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
SEO Toolkit — Redirects/S
301 redirect manager, broken-link finder, bulk meta editor and JSON-LD schema
Native Odoo SEO support is basic, leaving teams to hand-edit metadata and lose ranking whenever URLs change. Botched migrations and dead links quietly bleed organic traffic that costs real money to win back. This toolkit gives website managers, marketers and SEO specialists a redirect manager, a local broken-link crawler, a bulk meta editor and JSON-LD schema injection. Redirects fire at request time and every record lives in your own database, so there is no external service to call or pay for.
Key Features
301 / 302 Redirect Manager
The gb.seo.redirect model maps a From URL to a To URL with exact, prefix or regex match modes. An ir.http _dispatch override fires the redirect at request time, before Odoo routing serves the old path, returning the chosen 301 or 302 code.
Hit counters and loop detection
Every redirect that fires increments hit_count and stamps last_hit, so you can see which old URLs still get traffic. match_path detects loops where the resolved target equals the incoming path and skips them, and action_reset_hits clears the counters.
Prefix and regex rewriting
Prefix mode rewrites a whole folder by carrying the trailing path onto the new target, and regex mode runs re.match then expands capture groups into the target. A constrains check compiles the regex and blocks identical source/target pairs before save.
Broken-Link Finder
The scan method on gb.seo.broken.link crawls published website.page records, extracts internal href links and records any path that is not a known route as a broken link. It resolves links locally against website.page and the redirect table, so no network call is made.
Turn broken links into fixes
Each broken link is tagged 404, unpublished or redirect and held in an open/ignored/fixed state. action_create_redirect opens a pre-filled gb.seo.redirect form to fix it in one click, and links already covered by a redirect are skipped during the scan.
Bulk Meta Editor
The gb.seo.bulk.meta.wizard updates website_meta_title, website_meta_description and website_meta_keywords across many selected pages at once. A title-suffix option appends fixed text to each page's existing title, and the wizard reports how many pages were updated.
JSON-LD Schema
The gb.seo.schema model builds structured data for Organization, Article, Product, FAQPage, BreadcrumbList and LocalBusiness types. _compute_json_ld renders a live preview, an extra_json field is validated as a JSON object, and get_for_url returns the script blocks injected into the matching page head.
Self-contained, no external service
All redirects, broken links and schema records live in your own database; the crawler resolves links locally rather than hitting the network. There is no third-party SEO subscription to pay for and no data leaves your server.
Use Cases
Screenshots
Broken Links
Bulk Meta Editor
Scan Broken Links
Why Choose This Module
Native Odoo SEO support is basic. This toolkit adds the day-to-day tools an SEO actually needs to keep a site clean and ranking: a redirect manager, a broken-link crawler, a bulk meta editor and structured-data injection. Everything lives inside your own database — no external service is called.
Specifications
- Compatible: Odoo 18.0 / 19.0
- License: LGPL-3
- Languages: 35+
- Author: Baris Genc
- Dependencies: website
- Support: odoo@gencbaris.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module