Build a full HTML <head> meta block with title, description, viewport, robots directives, theme color, and canonical URL.
0/70 — under 60 is ideal
0/170 — 150-160 is ideal
Google ignores this; some other engines still use it.
If off, adds noindex
If off, adds nofollow
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index,follow" />How to use
Paste these tags inside the <head> element of your page. After publishing, run the Meta Tags analyzer to validate.