📍 Where to insert?
Insert meta tags inside the <head> tag of your HTML document.
<head>
<!-- Paste meta tags here -->
<title>...</title>
<meta name="description" ...>
</head>
📋 How to insert
1
Click the "Copy" button on the generated meta tag code.
2
Open your HTML file in an editor and find the <head> tag.
3
Paste the copied code right below the <head> tag.
4
Save the file and upload it to your website.
💡 Tips
If you have existing meta tags, remove duplicates before inserting new ones. If using WordPress or other CMS, you can enter these directly in SEO plugin settings.