6

I have implemented hAtom microformat on my blog. At least, I think I have, but I can't find any validator (or any software that uses hAtom) in order to determine if I have done this correctly. A Google search for "hatom validator" currently doesn't return anything useful. Does anyone know of a way to confirm that it is implemented correctly?

rene
  • 41,474
  • 78
  • 114
  • 152
Kip
  • 107,154
  • 87
  • 232
  • 265

3 Answers3

9

How about Optimus?

Otherwise, you can slow-validate it by adding it to the list of hAtom examples in the wild. Occasionally someone will go through them and move the bad ones to the list of "Examples with some problems."

Joe Lencioni
  • 10,231
  • 18
  • 55
  • 66
0

You might find these useful

http://microformats.org/wiki/hatom#Examples

http://microformats.org/wiki/hatom#Implementations

Vinko Vrsalovic
  • 330,807
  • 53
  • 334
  • 373
0

Convert it to Atom, validate Atom and manually check if it contains all data you expected.

There's open-source hCard validator. Maybe someone could adapt it to validate hAtom as well…

Kornel
  • 97,764
  • 37
  • 219
  • 309