Skip to content

Commit

Permalink
add informational message to sitemap loosely related to awesomemotive…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltorbert committed Jun 21, 2016
1 parent e52a7d9 commit 1252e9e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions sitemap.xsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="2.0"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
Expand All @@ -11,7 +11,7 @@
<xsl:choose>
<xsl:when test="//sitemap:url">Sitemap</xsl:when>
<xsl:otherwise>SitemapIndex</xsl:otherwise>
</xsl:choose>
</xsl:choose>
</xsl:variable>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Expand All @@ -38,6 +38,10 @@ tr.stripe { background-color:#f7f7f7; }
<body>
<div id="content">
<h1>XML Sitemap</h1>
<p>
Generated by <a href="https://semperplugins.com">All in One </a> <a href="https://semperplugins.com/all-in-one-seo-pack-pro-version/">SEO</a>, this is an XML Sitemap, meant to be consumed by search engines like Google or Bing.<br/>
You can find more information about XML sitemaps at <a href="http://sitemaps.org">sitemaps.org</a>.
</p>
<div>
<p><xsl:choose>
<xsl:when test="$fileType='Sitemap'">
Expand All @@ -50,7 +54,7 @@ tr.stripe { background-color:#f7f7f7; }
<xsl:call-template name="sitemapTable"/></xsl:when>
<xsl:otherwise><xsl:call-template name="siteindexTable"/></xsl:otherwise>
</xsl:choose>

</div>
</body>
</html>
Expand Down Expand Up @@ -135,8 +139,8 @@ tr.stripe { background-color:#f7f7f7; }
</td>
<td>



</td>
</tr>
</xsl:for-each>
Expand Down

0 comments on commit 1252e9e

Please sign in to comment.