xmlns:wfw="http://wellformedweb.org/CommentAPI/" code example
Example: xmlns:wfw="http://wellformedweb.org/CommentAPI/"
// Never 404 for the admin, robots, or if we found posts.
if ( is_admin() || is_robots() || $wp_query->posts || is_feed() ) {
status_header( 200 );
return;
}