#[snarfed]sivy_ you probably want to decouple webmention verification from post type discovery. the former is easier with the raw HTML. (i literally just do a string search across the whole doc.) for the latter, you follow the PTD algorithm against the parsed mf2. very different tasks