sitemap how can make¿

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
ttcode
Posts: 6
Joined: 08 May 2022, 10:31

sitemap how can make¿

Post by ttcode » 04 Jun 2022, 13:37

hi i need know how i can make sitemap i read this tutorials.
need know

how replace this ?

use App\Article;
use App\Category;
use App\Question;
use App\Tag;

meaby ?
use App\Aimeos\Article; ????

thanks

https://onlinecode.org/laravel-9-automa ... e-sitemap/
https://www.positronx.io/laravel-genera ... -tutorial/
https://onlinecode.org/laravel-9-automa ... e-sitemap/

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: sitemap how can make¿

Post by aimeos » 06 Jun 2022, 06:47

This doesn't work with Aimeos. Instead, there are two job controller available, which will generate site maps for products and categories: https://aimeos.org/docs/latest/laravel/setup/#cronjobs

Code: Select all

php artisan aimeos:jobs product/export/sitemap catalog/export/sitemap
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply