Skip to content

Commit

Permalink
add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelminter committed Sep 18, 2012
1 parent d18c6f9 commit 802bf9e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
29 changes: 29 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->

<url>
<loc>http://fracture.it/</loc>
<changefreq>always</changefreq>
<priority>1.00</priority>
</url>
<url>
<loc>http://fracture.it/documentation/analysis</loc>
<changefreq>always</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>http://fracture.it/documentation/api</loc>
<changefreq>always</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>http://fracture.it/documentation/encoding</loc>
<changefreq>always</changefreq>
<priority>0.80</priority>
</url>
</urlset>
3 changes: 2 additions & 1 deletion views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@

<div id="second" class="seven columns offset-by-two omega">

<p>Our <strong>brand new</strong> site is on it's way, not long to go now. <a href="http://twitter.com/mothore" target="_blank">Keep checking</a> with us for updates, we'll be offering <strong>news, advice & freebies</strong> for everyone that helps <a href="http://twitter.com/mothore" target="_blank"> get the word out</a>.</p><!--MAIN COPY, ADD IN WHAT YOU WISH-->
<p>Our <strong>brand new</strong> site is on it's way, not long to go now. <a href="http://twitter.com/mothore" target="_blank">Keep checking in</a> with me for updates.</p><!--MAIN COPY, ADD IN WHAT YOU WISH-->

<p class="half-bottom">Key benefits of use:</p><!--MAIN LIST, ADD IN YOUR FEATURES AND BENEFITS-->
<ul>
<li><i class="icon-check"></i> Super fast (mS) transactions</li>
<li><i class="icon-check"></i> Awesome <strong>JSON API</strong></li>
<li><i class="icon-check"></i> <strong>Postgres</strong> backed storage engine</li>
<li><i class="icon-check"></i> Unilimited life per request</li>
<li><i class="icon-check"></i> <strong>New</strong> <a href="https://chrome.google.com/webstore/detail/pbalkailkgnkbjnbfphpdlhlplnkngcj" target="_blank">Chrome Extension</a></strong>
</ul>

</div><!---/seven columns-->
Expand Down

0 comments on commit 802bf9e

Please sign in to comment.