Question

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?
Was it helpful?

Solution

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!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top