niryariv / opentaba-client

BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

look into prerender.io #69

Closed niryariv closed 10 years ago

florpor commented 10 years ago

we can't support it with our current setup. what it does is identify a request as one being sent from a crawler, then fetch a cached version of the page : https://prerender.io/how-it-works since we are running a static website and can't use .htaccess or change nginx.conf files on github pages, we can't identify those requests and act upon them.