70 lines
1.8 KiB
Markdown
70 lines
1.8 KiB
Markdown
---
|
|
hide-page-toc: true
|
|
nosearch: true
|
|
show-content: true
|
|
---
|
|
|
|
# Website
|
|
|
|
**Odoo Website** offers a user-friendly platform for creating and managing your website. It includes
|
|
various tools and features to help you design, publish, and maintain web pages without needing
|
|
advanced technical skills. You can easily customize layouts, add multimedia content, and integrate
|
|
with other Odoo apps to expand your website's functionality.
|
|
|
|
```{eval-rst}
|
|
.. cards::
|
|
|
|
.. card:: Web design
|
|
:target: website/web_design
|
|
:large:
|
|
|
|
Design your website using building blocks and website themes.
|
|
|
|
.. card:: Pages
|
|
:target: website/pages
|
|
:large:
|
|
|
|
Manage website pages, menus, and search engine optimization.
|
|
|
|
.. card:: Configuration
|
|
:target: website/configuration
|
|
:large:
|
|
|
|
Configure domain names, address autocompletion, Google Search Console, cookies bar,
|
|
translations, multiple websites, form spam protection, content delivery network (CDN).
|
|
|
|
.. card:: Reporting
|
|
:target: website/reporting
|
|
|
|
Monitor your website's traffic with website analytics and set up link trackers.
|
|
|
|
.. card:: Mail groups
|
|
:target: website/mail_groups
|
|
|
|
Configure mail groups to allow website visitors to participate in public discussions via
|
|
email.
|
|
```
|
|
|
|
:::{note}
|
|
Odoo offers a {ref}`free custom domain name <domain-name/register>` to all Odoo Online databases
|
|
for one year. Visitors can then access your website with an address such as `www.example.com`
|
|
rather than the default `example.odoo.com`.
|
|
:::
|
|
|
|
:::{seealso}
|
|
- [Odoo Tutorials: Website](https://www.odoo.com/slides/website-25)
|
|
- [Odoo Tutorials: eCommerce](https://www.odoo.com/slides/ecommerce-26)
|
|
- {doc}`../general/integrations/unsplash`
|
|
:::
|
|
|
|
```{toctree}
|
|
:titlesonly: true
|
|
|
|
website/web_design
|
|
website/pages
|
|
website/configuration
|
|
website/reporting
|
|
website/mail_groups
|
|
```
|
|
|