Working from here: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=174992
An html snapshot of the page is advised for indexing. How can I do this with watij? With htmlunit?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s what I came up with:
https://gist.github.com/3702913
Basically, we use capybara to load and then render the page. Simple.
I tried WebSpec and HtmlUnit first, but didn’t have as much luck. (Then again, JRuby can complicate things.)