Quantcast
Channel: Static HTML Snapshot in Django for SEO - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by j7nn7k for Static HTML Snapshot in Django for SEO

We ended up writing a custom jquery library called pjaxr inspired by pjax. Find more about it here: https://github.com/iekadou/django-pjaxr We also wrote a Django specific implementation:...

View Article



Answer by orokusaki for Static HTML Snapshot in Django for SEO

I'd suggest looking into Selenium. You can use it to generate your page in the context of a browser (e.g., including things like Ajax). It's designed to be a testing tool, but that shouldn't matter.

View Article

Static HTML Snapshot in Django for SEO

We make use of ajax in our Django web app pretty extensively. It's not a one page design but in most cases we just serve a HTML skeleton with Django's build in template engine and load most of the...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images