Meta tags found outside the head section may have an effect on a page’s optimization or its rankings. The meta description must be added to the <head> section of the HTML, for example.
Tags that exist outside the <head> can be removed and re-added. Here’s how to do it.
Meta tags should be in the <head> of a page if you want them to serve a purpose for your overall SEO program.
You’ll want to check that the key meta tags are included in the <head> section of the page HTML.
To solve this issue, you’ll need to delete the current meta tag that is outside the <head> and add it again in the correct location.
A meta tag outside the <head> will look something like this:
<head> … </head>
<body> …
<meta name="description" content="This meta description exists outside the head.">
</body>
To make the deletion and addition, you’ll need to have certain access to your site’s code. If you can’t make changes to the code, you may need to ask the engineering team to help remove the tag.
Luckily, you can also use an SEO execution platform to implement the change on your own — all within a matter of minutes. Here’s how.
Updating a page in which the meta tag is outside the <head> can be completed in two steps.
The first step of the process is to delete the current meta tag. You can do that using ClarityAutomate.
Removing meta tags involves making adjustments to the page’s code.
In this case, a site element needs to be deleted before it can be added again.
This step specifies the location of the tag that will be deleted.
This optimization starts off the same as above, by selecting “Code” in ClarityAutomate.
The meta tag can be re-added in the appropriate location.
Lastly, enter the new meta tag, and the change is ready to be implemented.
A few clicks in ClarityAutomate is all it takes to remove meta tags and add them again — this time in the right location.