<%# https://support.google.com/webmasters/answer/178636 %> <%# https://support.google.com/webmasters/answer/80471 %> <% @posts.each do |post| %> <%= post_url(post) %> <%= post.updated_at.iso8601 %> <% if post.visible? %> <% if post.is_image? %> <%= post.media_asset.variant("original").file_url %> <% elsif post.is_video? %> <%= post.media_asset.variant("360x360").file_url %> <%= post.media_asset.variant("original").file_url %> <%= post.created_at.iso8601 %> <%= "Post ##{post.id}" %> <%= post.tag_string %> <%= post.rating == "g" ? "yes" : "no" %> <% end %> <% end %> <% end %>