Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

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

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
migrationredirectquickstartwebsiteredirection
2 Risposte
24339 Visualizzazioni
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
Abbandona
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)
Autore Risposta migliore

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
Abbandona
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)
Autore

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
Risposta migliore

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

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
How to enable eCommerce for specific websites only Risolto
redirect quickstart website multiwebsite eCommerce
Avatar
1
feb 24
2658
How to redirect naked domain to www subdomain of website which is maintained in Domain settings of Odoo database Risolto
redirect redirection
Avatar
Avatar
Avatar
2
giu 24
7228
ODOO consultant required to migrate websites
migration website
Avatar
Avatar
1
giu 24
1703
Website - How to add a mega menu ?
quickstart website
Avatar
0
mar 24
15218
How to download a PDF from the website? Risolto
quickstart website
Avatar
Avatar
Avatar
Avatar
4
ago 25
17075
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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