How I write meta tags for a page before publishing it
· 2 min read
Meta tags help browsers, search engines, and social platforms understand a page. They do not replace good content, but they help describe it.
The Meta Tag Generator tool is useful because it lets me check the result in a small, controlled place before I use it in a bigger workflow.
The simple idea
Meta tags help browsers, search engines, and social platforms understand a page. They do not replace good content, but they help describe it.
The goal is not to click buttons quickly. The goal is to understand the input, produce the expected output, and notice anything that could be misleading.
Step 1: Write a clear page title
Write a clear page title.
Start with a small example if possible. Small examples make mistakes easier to see.
Step 2: Write a short meta description
Write a short meta description.
Step 3: Set the canonical URL
Set the canonical URL.
Step 4: Add Open Graph title, description, and image
Add Open Graph title, description, and image.
Step 5: Add Twitter Card fields when needed
Add Twitter Card fields when needed.
Step 6: Check that image URLs are absolute and public
Check that image URLs are absolute and public.
Step 7: Paste the generated tags into the page head and test the preview
Paste the generated tags into the page head and test the preview.
My checklist
Before I trust the result, I check:
- Write a clear page title.
- Write a short meta description.
- Set the canonical URL.
- Add Open Graph title, description, and image.
- Add Twitter Card fields when needed.
- Check that image URLs are absolute and public.
- Paste the generated tags into the page head and test the preview.
The tool handles the mechanical part. I still review the result before I publish it, send it, or use it in production.
Comments
Comments are welcome — please read the comment policy first. Powered by giscus and GitHub Discussions.