ページ¶
Odoo allows you to create pages for your website and customize their content and appearance to your needs.
Static pages, such as the homepage or any custom-created,
contain fixed content that does not change dynamically. You can manually create these pages, define
their URLs, and adapt their properties as needed. 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.
ページ作成¶
Website pages can be created from the frontend and the backend. To create a new website page, proceed as follows:
In the New Page selection menu, click on a template. They are sorted by type:
基本: 多目的ページ。ゼロから始めるための空白ページも利用できます。
About: Information about your brand.
Landing Pages: Summary of company content and info.
ギャラリー: 写真とメディアのショーケース。
Services: Focus on what you're selling and contact.
Pricing Plans: Highlight on subscription and prices.
Team: The people behind your company.
Custom: To select a custom template. To add a template to this category, open the page you want to save as a template, then go to , enter the Page Title, edit the page's properties, enable Is a template, and click Save.
Enter a Page Title; this title is used in the menu and the page's URL.
Click Create.
If needed, customize the page's content and appearance using the website editor, then click Save.
ページを:ref:`公開 <website/pages/un-publish-page>`します。
ちなみに
ページをメニューに表示しない場合は、:guilabel:`メニューに追加`を無効にします。
Page management¶
ページの公開/非公開¶
ページをウェブサイト訪問者に表示するには、公開する必要があります。ページを公開または非公開にするには、そのページにアクセスし、右上隅のスイッチを:guilabel:`非公開`から:guilabel:`公開`に切り替えるか、その逆を行います。
注釈
次のことも可能です:
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.
Alternatively, you can define any static page as your homepage by going to . Select the Publish tab and enable Use as Homepage.
ページ物件¶
To modify a static page's properties, access the page you wish to modify, then go to , where you can change the following properties:
Page URL : Modify the page URL in the field. 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:ページを永続的にリダイレクトします。
302 Moved temporarily:ページを一時的にリダイレクトします。
![]()
In Menu: Disable if you don't want the page to appear in the menu.
Is Homepage: Enable if you want the page to be the homepage of your website.
Published: Enable to publish the page.
Publishing Date: To publish the page at a specific date and time, click the field, set the date and time, then press Enter or click Apply to validate your selection.
Indexed: Disable if you don't want the page to appear in search engine results.
:guilabel:`公開設定`:ページにアクセスできるユーザーを選択します:
Public:すべてのユーザーがページにアクセスできます。
Signed In:サインインしているユーザーのみがページにアクセスできます。
Restricted Group: Select the user access group(s) in the Authorized group field.
With Password:Passwordフィールドにページへのアクセスに必要なパスワードを入力します。
Is a template: Toggle the switch to save the page as a template and add it to the Custom category.
ちなみに
Some of these properties can also be modified in batch from .
ページの複製¶
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.
ページの削除¶
ページを削除するには、次の手順を実行します:
Access the page, then go to and click Delete Page.
A pop-up window shows all links referring to the page you want to delete, organized by category. To ensure website visitors don't land on an 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), tick the I am sure about this check box, then click OK.
URLリダイレクトマッピング¶
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 検索エンジン最適化(SEO).
To access existing URL redirections and create new ones, activate the developer mode and go to .
注釈
ページのURLを変更し、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:
Name:リダイレクトを識別する名前を入力します。
:guilabel:`Action`:リダイレクトのタイプを選択します:
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:リダイレクト元のURLを入力するか(例:
/about-the-company)、目的の動的ページを検索してリストから選択します。URL to:301、302、308リダイレクトの場合、リダイレクト先のURLを入力します。外部URLにリダイレクトする場合は、プロトコルを含めます(例:
https://)。ウェブサイト:特定のウェブサイトを選択します。
Sequence:リダイレクトチェーン(あるURLが別のURLにリダイレクトされ、さらに別のURLにリダイレクトされる一連のリダイレクト)の場合など、リダイレクトが実行される順序を定義します。
Toggle the Activate switch to deactivate the redirection.
重要
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.
参照
<https://developers.google.com/search/docs/crawling-indexing/301-redirects>のリダイレクトと検索に関するGoogleドキュメント`_