-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating demo site with crawling information
- Loading branch information
Showing
3 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<header class="jumbotron subhead"> | ||
<h1>Crawling</h1> | ||
|
||
<p class="lead"> | ||
It does not need to be tricky to get your AJAX site indexed correctly by | ||
search engines. | ||
<br/> | ||
<br/> | ||
Your site should be indexed as normal if you use HTML5 History. | ||
<br/> | ||
<br/> | ||
If you use <code>#!/</code> your site can be indexed correctly if you | ||
provide <code>?_escaped_fragment_=</code>-pages. These can be either generated on | ||
the fly or using a tool that generates snapshots. | ||
<a href="https://github.com/finnsson/crawlerjs/">Crawler.js</a> is a Node.js-CLI | ||
that generates static snapshots of your site using PhantomJS. Read more about it | ||
at Googles site about | ||
<a href="https://developers.google.com/webmasters/ajax-crawling/">Making AJAX Applications Crawlable</a>. | ||
</p> | ||
</header> | ||
|
||
<a target="_blank" href="?_escaped_fragment_=/crawling">See the snapshot of this AJAX page.</a>. | ||
|
||
|
||
<div class="form-actions"> | ||
<a class="btn btn-large btn-primary" href="#!/recapitulation">Read a recapitulation about the API</a> | ||
</div> |