[FIX] *: RST cleanup
RST cleanup to comply with the RST guidelines. This is required so we can use "make test", as there are currently hundreds of errors. For now, it is unusable because of the oldest code in this repo. closes odoo/documentation#3581 Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
=================================================
|
||||
===============================================
|
||||
How customers can access their customer account
|
||||
=================================================
|
||||
===============================================
|
||||
|
||||
It has never been so easy for your customers to access their
|
||||
customer account. Forget endless signup forms,
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
:nosearch:
|
||||
|
||||
=================
|
||||
=============
|
||||
Collect taxes
|
||||
=================
|
||||
=============
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
@@ -33,10 +33,11 @@ finetune them. Make sure they fit the content of the page, otherwise you will
|
||||
be downgraded by search engines.
|
||||
|
||||
.. image:: seo/seo01.png
|
||||
:align: center
|
||||
:align: center
|
||||
|
||||
Keywords
|
||||
--------
|
||||
|
||||
In order to write quality content and boost your traffic, Odoo provides
|
||||
a ``<keyword>`` finder. Those keywords are the searches you want to head
|
||||
towards your website. For each keyword, you see how it is used in the content
|
||||
@@ -44,7 +45,7 @@ towards your website. For each keyword, you see how it is used in the content
|
||||
searches in Google. The more keywords are used the better.
|
||||
|
||||
.. image:: seo/seo02.png
|
||||
:align: center
|
||||
:align: center
|
||||
|
||||
.. note::
|
||||
If your website is in multiple languages, you can use the Promote
|
||||
@@ -93,7 +94,7 @@ Odoo allows to link all your social network accounts in your website footer.
|
||||
All you have to do is to refer all your accounts in your company settings.
|
||||
|
||||
.. image:: seo/seo03.png
|
||||
:align: center
|
||||
:align: center
|
||||
|
||||
Social Share
|
||||
------------
|
||||
@@ -103,14 +104,14 @@ By clicking the icon, they are prompted to share the page in their social media
|
||||
wall.
|
||||
|
||||
.. image:: seo/seo04.png
|
||||
:align: center
|
||||
:align: center
|
||||
|
||||
Most social media use a picture of the picture to decorate the share post.
|
||||
Odoo uses the website logo by default but you can choose any other image
|
||||
of your page in the Promote tool.
|
||||
|
||||
.. image:: seo/seo05.png
|
||||
:align: center
|
||||
:align: center
|
||||
|
||||
Facebook Page
|
||||
-------------
|
||||
@@ -566,7 +567,7 @@ CMS and eCommerce (Drupal, Wordpress, Magento, Prestashop).
|
||||
Here is the slide that summarizes the scalability of Odoo Website & eCommerce.
|
||||
|
||||
.. image:: seo/seo13.png
|
||||
:align: center
|
||||
:align: center
|
||||
|
||||
Search Engines Files
|
||||
====================
|
||||
@@ -617,7 +618,7 @@ pages to be displayed in Google using extra information like the price
|
||||
and rating of a product:
|
||||
|
||||
.. image:: seo/seo14.png
|
||||
:align: center
|
||||
:align: center
|
||||
|
||||
robots.txt
|
||||
----------
|
||||
|
||||
@@ -42,6 +42,7 @@ Installation
|
||||
|
||||
How To Test GeoIP Geolocation In Your Odoo Website
|
||||
==================================================
|
||||
|
||||
1. Go to your website. Open the web page that you want to test ``GeoIP``.
|
||||
2. Choose :menuselection:`Customize --> HTML/CSS/JS Editor`.
|
||||
3. Add the following piece of XML in the page :
|
||||
@@ -58,7 +59,9 @@ You should end up with a dictionary indicating the location of the IP address.
|
||||
.. note::
|
||||
If the curly braces are empty ``{}``, it can be for any of the following reasons :
|
||||
|
||||
- The browsing IP address is the localhost (``127.0.0.1``) or a local area network one (``192.168.*.*``)
|
||||
- If a reversed proxy is used, make sure to configure it correctly. See :option:`proxy mode <odoo-bin --proxy-mode>`
|
||||
- The browsing IP address is the localhost (``127.0.0.1``) or a local area network one
|
||||
(``192.168.*.*``)
|
||||
- If a reversed proxy is used, make sure to configure it correctly. See :option:`proxy mode
|
||||
<odoo-bin --proxy-mode>`
|
||||
- ``geoip2`` is not installed or the GeoIP database file wasn't found
|
||||
- The GeoIP database was unable to resolve the given IP address
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
===============================
|
||||
===========================
|
||||
How to translate my website
|
||||
===============================
|
||||
===========================
|
||||
|
||||
Overview
|
||||
========
|
||||
|
||||
Reference in New Issue
Block a user