Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

Redirects in Odoo Website. 301 redirect. Migrating website. Preserve SEO

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
migrationredirectquickstartwebsiteredirection
2 Antworten
24367 Ansichten
Avatar
Chloé Berger (ebc)

How does it work? Which URLs can I redirect?


I would like to move my website over to Odoo without disrupting any visitors using URL's already known by and ranked by Search Engines.  I don't want to lose any daily traffic after I switch and would like to manage this without too much manual work.


I was told I should do an "SEO Migration" to transfer search engine ranking, authority and indexing signals. How does this work? 


Does it have anything to do with the  .htaccess  file? 

 

1
Avatar
Verwerfen
Sehrish

You can recheck https response by Bulk HTTP Response Status Code Checker Online: https://w3aischools.com/seo-tools/bulk-http-response-status-code-checker-online

Avatar
Chloé Berger (ebc)
Autor Beste Antwort

For background on how you can plan a site move, see https://developers.google.com/search/docs/crawling-indexing/site-move-with-url-changes


In Odoo:

1. Activate Developer [debug] mode 

2. Visit > Website App --> Configuration --> Redirects




Goal

Used to point your old URL to a new page in order to redirect anyone who clicks on the old URL to the new one. It is useful to keep the value of the old URL (SEO) and to guarantee a good user experience.

Kinds of URLs

  • Pages: static pages on the website which are not related to the backend (ex: /home, /contactus, …)

  • Views: dynamic pages, display information from the backend and related to a module (ex: /shop, /partners, /events, etc.)

  • Nonexistent : URL which are not related to specific pages of your website (ex: /test, /idontexist)

  • External: from another domain (ex: www.anotherwebsite.com, etc)

Kinds of redirects


  • 301 move permanently: A browser redirects to the new URL and remembers this new URL. Search engines update their links to the resource.

  • 302 move temporarily: A browser redirects to the new URL BUT doesn’t remember this new URL. Search engines assume that the old URL will be used again at a later date.

  • 308 rewrite/redirect: Used if you want to rename a controller with a new URL (ex: /shop becomes /magasin, both are accessible but /shop will automatically be redirected to /magasin) 

  • 404 not found: used if you want to remove a specific page/controller (ex : ecommerce is installed but you don’t want /shop on a specific website)

Rules

[301][302] Allow to redirect only unpublished pages or nonexistent URLs to another URL (pages, views, nonexistent urls, or external URLs)

[301][302] If you want to redirect to an external URL, pay attention to add the protocol at the beginning of the URL (ex: from /test to https://www.anotherwebsite.com)

[301][302] If you want to redirect a view or an existing page to another URL, you first need to create a [404] action that removes your view or to unpublish your page before creating the [301] or [302] redirection. Instead of creating a [404] action to remove the view, you can also delete the module from your DB.

3
Avatar
Verwerfen
Always Affordable Always Available Locksmiths

Trying to redirect a Category Page to a Web Page I created and Odoo can't do it. Apparently you have to Unpublish a page first before redirecting it. Can't do that with Categories? Another flaw with Odoo? What is common sense in other platforms, Odoo misses the mark again. Other platforms gives us the ability to easily redirect a internal URL (no matter what it is) to another.

Chloé Berger (ebc)
Autor

If you want to redirect a category page to another page, you have different options depending on your use case:
- You don't want to use this category anymore and you want to remove it from your website.
=> You can delete the category from the backend and create your 301 redirect
- You want to keep the category as an ecommerce filter but you don't want to display the content of this page
=> This is not standard because the redirects are only used to redirect broken pages. A page redirect doesn't work if the URL still loads a published web page.
BUT if you still want to do it, you can add this code:

<meta t-if="request.httprequest.path == '/shop/category/desks-1'" http-equiv="refresh" content="0;url=/shop/category/drawers-4" />

in the web.frontend_layout view
This code redirects /shop/category/desk-1 to /shop/category/drawers-4

Avatar
Maksim Masalski
Beste Antwort

What is the pattern for a web-site url address by using 301 redirect?

0
Avatar
Verwerfen
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
How to enable eCommerce for specific websites only Gelöst
redirect quickstart website multiwebsite eCommerce
Avatar
1
Feb. 24
2670
How to redirect naked domain to www subdomain of website which is maintained in Domain settings of Odoo database Gelöst
redirect redirection
Avatar
Avatar
Avatar
2
Juni 24
7240
ODOO consultant required to migrate websites
migration website
Avatar
Avatar
1
Juni 24
1713
Website - How to add a mega menu ?
quickstart website
Avatar
0
März 24
15239
How to download a PDF from the website? Gelöst
quickstart website
Avatar
Avatar
Avatar
Avatar
4
Aug. 25
17085
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Ausbildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now