D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
root
/
home
/
dateitor
/
www
/
vendor
/
spatie
/
laravel-sitemap
/
resources
/
views
/
Filename :
url.blade.php
back
Copy
<url> @if (! empty($tag->url)) <loc>{{ url($tag->url) }}</loc> @endif @if (count($tag->alternates)) @foreach ($tag->alternates as $alternate) <xhtml:link rel="alternate" hreflang="{{ $alternate->locale }}" href="{{ url($alternate->url) }}" /> @endforeach @endif @if (! empty($tag->lastModificationDate)) <lastmod>{{ $tag->lastModificationDate->format(DateTime::ATOM) }}</lastmod> @endif @if (! empty($tag->changeFrequency)) <changefreq>{{ $tag->changeFrequency }}</changefreq> @endif @if (! empty($tag->priority)) <priority>{{ number_format($tag->priority,1) }}</priority> @endif @each('sitemap::image', $tag->images, 'image') @each('sitemap::video', $tag->videos, 'video') </url>