Pagina’s¶
Met Odoo kun je pagina’s voor je website maken en de inhoud en het uiterlijk naar je behoeften personaliseren.
Static pages have stable content, such as the homepage. You can manually create new ones, define
their URLs, adapt their properties, etc. Dynamic pages, on the
other hand, are generated dynamically. All pages generated automatically by Odoo, for example, when
you install an app or module (e.g., /shop or /blog) or publish a new product or blog post, are
dynamic pages and are therefore managed differently.
Pagina aanmaken¶
Websitepagina’s kun je maken vanuit de frontend en de backend. Ga als volgt te werk om een nieuwe websitepagina te maken:
Open de Website-app, klik rechtsboven op + Nieuw en selecteer Pagina;
Of ga naar en klik op Nieuw.
Voer een Paginatitel in; deze titel wordt gebruikt in het menu en de URL van de pagina.
Klik op Create.
Customize the page’s content and appearance using the website builder, then click Save.
Publish the page.
Notitie
Schakel Toevoegen aan menu uit als de pagina niet in het menu moet verschijnen.
Paginabeheer¶
Pagina’s publiceren/depubliceren¶
Pages need to be published to make them accessible to website visitors. To publish or unpublish a page, access it and toggle the switch in the upper-right corner from Unpublished to Published, or vice versa.
Notitie
Het is ook mogelijk om:
publish/unpublish a page from the page properties, where you can define a publishing date and/or restrict the page’s visibility if needed;
publish/unpublish several pages at once: go to , select the pages, then click Action and select Publish or Unpublish.
Startpagina¶
When you create a website, Odoo creates a dedicated Home page by default, but you can
define any website page as your homepage. To do so, go to , then, in the Website info section, define the URL of the desired page in
the field Homepage URL (e.g., /shop).
Alternatively, you can define any static page as your homepage by going to . Select the Publish tab and enable Use as Homepage.
Pagina-eigenschappen¶
To modify a static page’s properties, access the page you wish to modify, then go to .
The Name tab allows you to:
rename the page using the Page Name field;
modify the Page URL. In this case, you can redirect the old URL to the new one if needed. To do so, enable Redirect Old URL, then select the Type of redirection:
301 Moved permanently: to redirect the page permanently;
302 Moved temporarily: om de pagina tijdelijk door te verwijzen.
You can further adapt the page’s properties in the Publish tab:
Show in Top Menu: Disable if you don’t want the page to appear in the menu;
Use as Homepage: Enable if you want the page to be the homepage of your website;
Indexed: Disable if you don’t want the page to be shown in search engine results;
Published: Enable to publish the page;
Publishing Date: To publish the page at a specific moment, select the date, click the clock icon to set the time, then click the green check mark to validate your selection.
Zichtbaarheid: Selecteer wie toegang heeft tot de pagina:
All
Signed In
Restricted Group: Select the user access group(s) in the Authorized group field.
With Password: Enter the password in the Password field.
Tip
Some of these properties can also be modified from .
Pagina’s dupliceren¶
To duplicate a page, access the page, then go to and click Duplicate Page. Enter a Page Name, then click OK. By default, the new page is added after the duplicated page in the menu, but you can remove it from the menu or change its position using the menu editor.
Pagina’s verwijderen¶
Ga als volgt te werk om een pagina te verwijderen:
Access the page, then go to and click Delete Page.
A pop-up window appears on the screen with all links referring to the page you want to delete, organized by category. To ensure website visitors don’t land on a 404 error page, you must update all the links on your website referring to the page. To do so, expand a category, then click on a link to open it in a new window. Alternatively, you can set up a redirection for the deleted page.
Once you have updated the links (or set up a redirection), select the I am sure about this check box, then click OK.
URL doorverwijzingen¶
URL redirect mapping consists in sending visitors and search engines to a URL different from the one they initially requested. This technique is used, for example, to prevent broken links when you delete a page, modify its URL, or migrate your site from another platform to an Odoo domain. It can also be used to improve Zoekmachineoptimalisatie (SEO).
To access existing URL redirections and create new ones, activate the developer mode and go to .
Notitie
A redirect record is added automatically every time you modify a page’s URL and enable Redirect Old URL.
You can set up redirections for static and dynamic pages.
To create a new redirection, click the New button, then fill in the fields:
Naam: Voer een naam in om de doorverwijzing te identificeren.
Actie: Selecteer het type doorverwijzing:
404 Not found: visitors are redirected to a 404 error page when they try to access an unpublished or deleted page.
301 Moved Permanently: for permanent redirections of unpublished or deleted static pages. The new URL is shown in search engine results, and the redirect is cached by browsers.
302 Moved Temporarily: for short-term redirections, for example, if you are redesigning or updating a page. The new URL is neither cached by browsers nor shown in search engine results.
308 Redirect/Rewrite: for permanent redirections of existing dynamic pages. The URL is renamed; the new name is shown in search engine results and is cached by browsers. Use this redirect type to rename a dynamic page, for example, if you wish to rename
/shopinto/market.
URL from: Enter the URL to be redirected (e.g.,
/about-the-company) or search for the desired dynamic page and select it from the list.URL naar: Voer voor 301-, 302- en 308-doorverwijzingen de URL in waarnaar doorverwezen moet worden. Als je wilt doorverwijzen naar een externe URL, voeg dan het protocol toe (bv.
https://).Website: Selecteer een specifieke website.
Volgorde: Om de volgorde te bepalen waarin doorverwijzingen worden uitgevoerd, bv. bij doorverwijzingsketens (een reeks doorverwijzingen waarbij de ene URL wordt doorverwezen naar een andere, die zelf weer wordt doorverwezen naar een andere URL).
Toggle the Activate switch to deactivate the redirection.
Belangrijk
404, 301, and 302 redirections are meant to migrate traffic from unpublished or deleted pages to new pages, while the 308 redirect is used for permanent redirections of existing pages.