Files
kupshop/web/common/templates/robots.txt.tpl
2025-08-02 16:30:27 +02:00

13 lines
293 B
Smarty

User-agent: *
Disallow: {if isBeta()}/{/if}
Disallow: {path('settings')}
{ifmodule GRAPHQL}
Disallow: {path('graphqliteRoute')}
Disallow: {path('kupshop_graphql_admin_graphqladmin')}
{/ifmodule}
sitemap: {path('kupshop_content_sitemap', [], 0)}
{$body.robots_inject}
{block customs}{/block}