My Site http://example.com/ Thu, 28 May 2010 16:06:40 +0000 1 http://wordpress.org/?v=2.7.1 en 1.0 http://example.com/ http://example.com/ @foreach ($posts as $key => $post) @php $date = date('Y-m-d\TH:i:s\Z', rand(strtotime(option('backdate')), strtotime(option('schedule')))); $images = collect(json_decode($post->images)); $thumb = $images->first(); $thumbnail_url = isset($thumb->image) ? $thumb->image : ''; $thumbnail_ext = isset($thumb->type) ? $thumb->type : 'jpg'; $post_content = view('content', [ 'post' => $post, 'description' => $description, ]); $post_content = minifyHtml($post_content); @endphp {{ $post->keyword }} http://example.com/{{ makeSlug($post->keyword) }}/ {{ date('Y-m-d\TH:i:s\Z') }} _byline Admin @foreach (cleanArray(explode(',', $post->tags)) as $tag) @if ($loop->iteration > 5) @break @endif @endforeach http://example.com/?p={{ $key }} {!! $post_content !!} {{ $key }} {{ $date }} open closed {{ makeSlug($post->keyword) }} publish 0 0 post _old_id {{ $key }} { "@context": "https://schema.org/", "@type": "Article", "author": { "@type": "Person", "name": "Admin" }, "headline": "{{ $post->keyword }}", "datePublished": "{{ date('Y-m-d') }}", "image": "{{ $thumbnail_url }}", "publisher": { "@type": "Organization", "name": "{{ option('exports_category') }} References", "logo": { "@type": "ImageObject", "url": "https://via.placeholder.com/512.png?text={{ rawurlencode(replace_accents($post->keyword)) }}", "width": 512, "height": 512 } } } ]]> {{ $post->keyword }} http://example.com/?attachment_id={{ 1000000 + $key }} Sun, 27 Sep 2020 19:49:11 +0000 {{ $thumbnail_url }} {{ 1000000 + $key }} keyword }}]]> {{ $key }} 0 attachment 0 keyword) }}.{{ $thumbnail_ext }}]]> @endforeach