I want to consult about the syntax of the meta description
tag that throws me error when checking SEO
.
Currently in my code the meta description line is like this:
<meta name="description" content="<?php isset($metadescription) ? $metadescription : $quickrabbitalias ?>" />
However, the report of SEO
continues throwing the error on it. I would appreciate guidance on this subject as it is urgent.