X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/platform/packages/sitemap/resources/views
home
/
gfecatvj
/
sites
/
restate
/
platform
/
packages
/
sitemap
/
resources
/
views
/
📁
..
📄
google-news.blade.php
(2.12 KB)
📄
html.blade.php
(469 B)
📄
ror-rdf.blade.php
(783 B)
📄
ror-rss.blade.php
(750 B)
📄
sitemapindex.blade.php
(561 B)
📄
txt.blade.php
(62 B)
📄
xml-mobile.blade.php
(473 B)
📄
xml.blade.php
(6.23 KB)
Editing: xml.blade.php
{!! '<' . '?' . 'xml version="1.0" encoding="UTF-8"?>' . "\n" !!} @if (null != $style) {!! '<' . '?' . 'xml-stylesheet href="' . $style . '" type="text/xsl"?>' . "\n" !!} @endif <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"> @foreach ($items as $item) <url> <loc>{{ $item['loc'] }}</loc> @if (!empty($item['translations'])) @foreach ($item['translations'] as $translation) <xhtml:link rel="alternate" hreflang="{{ $translation['language'] }}" href="{{ $translation['url'] }}"/> @endforeach @endif @if (!empty($item['alternates'])) @foreach ($item['alternates'] as $alternate) <xhtml:link rel="alternate" media="{{ $alternate['media'] }}" href="{{ $alternate['url'] }}"/> @endforeach @endif @if ($item['priority'] !== null) <priority>{{ $item['priority'] }}</priority> @endif @if ($item['lastmod'] !== null) <lastmod>{{ date('Y-m-d\TH:i:sP', strtotime($item['lastmod'])) }}</lastmod> @endif @if ($item['freq'] !== null) <changefreq>{{ $item['freq'] }}</changefreq> @endif @if (!empty($item['images'])) @foreach ($item['images'] as $image) <image:image> <image:loc>{{ $image['url'] }}</image:loc> @if (isset($image['title'])) <image:title>{{ $image['title'] }}</image:title> @endif @if (isset($image['caption'])) <image:caption>{{ $image['caption'] }}</image:caption> @endif @if (isset($image['geo_location'])) <image:geo_location>{{ $image['geo_location'] }}</image:geo_location> @endif @if (isset($image['license'])) <image:license>{{ $image['license'] }}</image:license> @endif </image:image> @endforeach @endif @if (!empty($item['videos'])) @foreach ($item['videos'] as $video) <video:video> @if (isset($video['thumbnail_loc'])) <video:thumbnail_loc>{{ $video['thumbnail_loc'] }}</video:thumbnail_loc> @endif @if (isset($video['title'])) <video:title><![CDATA[{{ $video['title'] }}]]></video:title> @endif @if (isset($video['description'])) <video:description><![CDATA[{{ $video['description'] }}]]></video:description> @endif @if (isset($video['content_loc'])) <video:content_loc>{{ $video['content_loc'] }}</video:content_loc> @endif @if (isset($video['duration'])) <video:duration>{{ $video['duration'] }}</video:duration> @endif @if (isset($video['expiration_date'])) <video:expiration_date>{{ $video['expiration_date'] }}</video:expiration_date> @endif @if (isset($video['rating'])) <video:rating>{{ $video['rating'] }}</video:rating> @endif @if (isset($video['view_count'])) <video:view_count>{{ $video['view_count'] }}</video:view_count> @endif @if (isset($video['publication_date'])) <video:publication_date>{{ $video['publication_date'] }}</video:publication_date> @endif @if (isset($video['family_friendly'])) <video:family_friendly>{{ $video['family_friendly'] }}</video:family_friendly> @endif @if (isset($video['requires_subscription'])) <video:requires_subscription>{{ $video['requires_subscription'] }}</video:requires_subscription> @endif @if (isset($video['live'])) <video:live>{{ $video['live'] }}</video:live> @endif @if (isset($video['player_loc'])) <video:player_loc allow_embed="{{ $video['player_loc']['allow_embed'] }}" autoplay="' . $video['player_loc']['autoplay'] }}">{{ $video['player_loc']['player_loc'] }}</video:player_loc> @endif @if (isset($video['restriction'])) <video:restriction relationship="{{ $video['restriction']['relationship'] }}">{{ $video['restriction']['restriction'] }}</video:restriction> @endif @if (isset($video['gallery_loc'])) <video:gallery_loc title="{{ $video['gallery_loc']['title'] }}">{{ $video['gallery_loc']['gallery_loc'] }}</video:gallery_loc> @endif @if (isset($video['price'])) <video:price currency="{{ $video['price']['currency'] }}">{{ $video['price']['price'] }}</video:price> @endif @if (isset($video['uploader'])) <video:uploader info="{{ $video['uploader']['info'] }}">{{ $video['uploader']['uploader'] }}</video:uploader> @endif </video:video> @endforeach @endif </url> @endforeach </urlset>
Upload File
Create Folder