Commit 6b77ce81 authored by Ivan Tyagov's avatar Ivan Tyagov

Make sure that through Hijax we can make an AJAX site being indexed well in search engines.

parent 74e7b97c
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -3,12 +3,13 @@
<ol>
<li><h3>Filter by type</h3>
<ol>
<li class="selected"><a href="#"
onclick="updateProduct('ecommerce/pc/laptop/thinkpadT400/index.json')">Laptop Thinkpad T400</a></li>
<li><a href="#"
onclick="updateProduct('ecommerce/phone/android/nexus/index.json')">Phone Andoid Nexus</a></li>
<li><a href="#"
onclick="updateProduct('ecommerce/phone/ios/iphone4s/index.json')">IPhone4s</a></li>
<li class="selected">
<a href="laptop-productdetail.html#!"
onclick="updateProduct('ecommerce/pc/laptop/thinkpadT400/index.json'); return false">Laptop Thinkpad T400</a></li>
<li><a href="android-productdetail.html#!"
onclick="updateProduct('ecommerce/phone/android/nexus/index.json'); return false">Phone Andoid Nexus</a></li>
<li><a href="iphone4s-productdetail.html#!"
onclick="updateProduct('ecommerce/phone/ios/iphone4s/index.json'); return false">IPhone4s</a></li>
</ol>
</li>
......
......@@ -103,7 +103,6 @@
<li><a href="">About Us</a></li>
<li><a href="">Customer Service</a></li>
<li><a href="">User Page 1</a></li>
<li><a href="">User Page 2</a></li>
</ol>
......@@ -116,6 +115,18 @@
<div class="sidebar">
<ol>
<li><h3>Filter by type</h3>
<ol>
<li class="selected">
<a href="laptop-productdetail.html#!"
onclick="updateProduct('ecommerce/pc/laptop/thinkpadT400/index.json'); return false">Laptop Thinkpad T400</a></li>
<li><a href="android-productdetail.html#!"
onclick="updateProduct('ecommerce/phone/android/nexus/index.json'); return false">Phone Andoid Nexus</a></li>
<li><a href="iphone4s-productdetail.html#!"
onclick="updateProduct('ecommerce/phone/ios/iphone4s/index.json'); return false">IPhone4s</a></li>
</ol>
</li>
<li><h3>Filter by Brand</h3>
<ol>
<li class="selected"><a href="#">Acuvue (12)</a></li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment