
- Title: Site title
- Title template: Base for dynamically created titles by other components (in
the ecommerce
app
, we have theSEOPLP
andSEOPDP
blocks)
Disable indexing
).
Configuring SEO for a page
Despite the global SEO configuration, it is possible to specialize the SEO for a specific page. To do this, you need to enter the page’s edit mode and list the SEO properties of the page.Sitemap
The deco sitemap is automatically generated from the page listing. Ecommerce sites process the sitemap received from the backend to generate a valid sitemap.Robots.txt
Therobots.txt
represents a standard file used by bots on the internet to
define how they should process your site.
To do this, it is possible to edit the file in the admin itself:

User-agent
s, at least one allow
or disallow
rule, and other optional rules
(depending on the bot).
The values for these rules can include *
to represent all or any set of bots
or paths.
With the growth of generative AI bots, we do not recommend granting access to any bot and any path by default. An ideal configuration:
- for search engines (like google/bing/etc): allow access to all paths, with some exceptions
- for all bots, block everything except very specific or AI-oriented paths, such as institutional pages, or even representative product shelves or catalogs for AI.