Generate a sitemap you can use for google to publish all pages of your shop. The sitemap will not update by itself. You have to regenerate it from time to time. After publish to Google, Google will visite the sitemap by itself from time to time.
To publish the sitemap, you have to create a account on Google Search Console.
https://search.google.com/search-console
-
Copy files into following directory
source/modules/rs/sitemap
-
Add following to composer.json on the shop root
"autoload": { "psr-4": { "rs\\sitemap\\": "./source/modules/rs/sitemap" } },
-
Refresh autoloader files with composer.
composer dump-autoload
-
Enable module in the oxid admin area, Extensions => Modules
If you generate a sitemap, you can find the file in the shop "#SHOP_ROOT_DIRECTORY#/export/1.xml".