my question seems to be dumb, but because am making an application that all the pages needs to get the users authentification, and because am using HTML5 so,
- Does Google robots parse those pages?
- if no, so then, is it useful to use Microformats?
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.
It depends on exactly what you are trying to do, but the question Microformats solve is “How can I make this HTML easily understandably by a computer?”.
If you think that a computer will ever need to parse out the data in a meaningful way, then use it.
This could be either Google (though in your case, it won’t be able to log in), an internal search you write at some point, a browser extension to highlight some sort of information etc.
In short though, it’s unlikely to be useful, but on the other hand it’s not hard to implement!