FAQ
Meta tag generator FAQs
Answers about titles, descriptions, canonicals, robots, Open Graph, Twitter cards, hreflang, privacy, and previews.
What is a meta tag generator?
+
A meta tag generator helps you create HTML head tags such as title, meta description, canonical, robots, Open Graph, Twitter/X cards, and hreflang, then preview and validate them before publishing.
Is this tool free?
+
Yes. The Web6 Meta Tag Generator is free, runs in your browser, and does not require an account.
Is my metadata stored on Web6 servers?
+
No. Metadata is generated locally in your browser. Web6 servers do not receive your titles, descriptions, URLs, or social images. Templates are saved only in your browser when you choose Save locally.
What is a title tag?
+
The HTML <title> element defines the primary document title. It often appears as the clickable search result title and in browser tabs, though search engines may rewrite it.
How long should a title tag be?
+
There is no single fixed character limit. This tool estimates pixel width and character count as guidance. Keep titles descriptive and concise; truncation varies by device and query.
What is a meta description?
+
A meta description summarizes the page in the HTML head. It can influence the search snippet, but Google may choose other on-page text when it better matches the query.
How long should a meta description be?
+
Aim for a clear summary in a typical display range (often around 70–160 characters as soft guidance). Longer text may truncate. Exact display varies.
Does Google always use the title tag?
+
No. Google may rewrite title links based on the query, page content, and other signals. Treat your title as a strong suggestion, not a guarantee.
Does Google always use the meta description?
+
No. Google may generate a snippet from page content when it better matches the search. Meta descriptions remain useful when they accurately summarize the page.
What is a canonical tag?
+
A canonical link suggests the preferred URL when similar or duplicate pages exist. It helps consolidate signals but is a hint, not an absolute directive.
Is a canonical tag a directive?
+
No. Canonical tags are hints. Search engines may choose a different canonical when signals conflict.
What is a robots meta tag?
+
A robots meta tag gives crawlers page-level instructions such as index/noindex and follow/nofollow. It is different from robots.txt, which controls crawl access to URLs.
What is the difference between noindex and nofollow?
+
noindex asks crawlers not to show the page in search results. nofollow asks them not to follow links on that page. They can be combined but should be used intentionally.
What is Open Graph?
+
Open Graph tags (og:*) describe how a page should appear when shared on platforms that read OG metadata, including title, description, image, and type.
What is a Twitter Card?
+
Twitter/X Card tags control card style and content for shared links. Platforms may fall back to Open Graph when Twitter-specific tags are incomplete.
Can Open Graph tags affect SEO?
+
Open Graph is primarily for social sharing previews. It is not a substitute for title, description, and canonical SEO tags, though consistent messaging helps users and platforms.
What size should an Open Graph image be?
+
A common general-purpose size is 1200 × 630 pixels (about 1.91:1). Platforms may crop differently, so keep important text in safe zones.
What is hreflang?
+
Hreflang annotations indicate language and regional alternate versions of a page so search engines can serve the appropriate URL to users.
Do hreflang pages need self-references?
+
Yes. Each language version should typically reference itself and the other versions. This tool does not verify reciprocal implementation on live pages.
Can I generate x-default hreflang?
+
Yes. Mark a row as x-default when you have a suitable default or language-selector landing page.
Can I import existing metadata?
+
Yes. Paste HTML head content or upload an HTML/TXT file. The tool extracts title, description, canonical, robots, Open Graph, Twitter, and hreflang tags without executing scripts.
Can I compare title variants?
+
Yes. Compare up to four title and description variants with character counts and estimated pixel widths using transparent rule-based checks.
Can I preview Google search snippets?
+
Yes, as an approximate search preview. It is not exact Google rendering and does not scrape live SERPs.
Is the search preview exact?
+
No. Previews are approximate. Search engines may rewrite titles, snippets, site names, and display URLs.
Can I preview social media cards?
+
Yes. Approximate Facebook-style, LinkedIn-style, X/Twitter-style, WhatsApp-style, and generic cards are available. Platforms may cache or crop differently.
Why does social media show an old image?
+
Platforms often cache link previews. Updating tags does not always refresh cached cards immediately. Use each platform’s debugger or wait for cache expiry.
Can I download the generated tags?
+
Yes. Copy HTML groups, download HTML/TXT/JSON, export hreflang CSV, and download a validation report.
Can I use this tool for Shopify?
+
Yes. Generate tags and place them carefully in theme Liquid or SEO settings. Audit theme and app output first to avoid duplicate titles, canonicals, or Open Graph tags.
Can I use this tool for Astro or Next.js?
+
Yes. The install guide covers Astro layouts, Next.js Metadata API / next/head, React, Vue, Nuxt, Angular, WordPress, Webflow, and Wix patterns.
How do I avoid duplicate meta tags?
+
View page source, search for title/description/canonical/og/twitter/hreflang, review plugins and themes, then remove conflicts before adding new tags.