Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Yoast seo filter

$meta_query = array(
	array(
		'key'     => 'seo_filter',
		'value'   => 'na',
		'compare' => '=',
	),
);