https://tiendacecimar.com
{{ Carbon\Carbon::now()->toDateString() }}
daily
1.0
@foreach($categories as $category)
https://tiendacecimar.com{{ $category->slug }}
{{ $category->updated_at->format('Y-m-d') }}
weekly
0.8
@endforeach
@foreach($products as $product)
https://tiendacecimar.com{{ $product->url_key }}
{{ $product->updated_at->format('Y-m-d') }}
weekly
0.7
@endforeach
@foreach($pages as $page)
https://tiendacecimar.com{{ $page->url_key }}
{{ $page->updated_at->format('Y-m-d') }}
monthly
0.6
@endforeach