HTML elements providing metadata about a web page to search engines and social media platforms.
Definition
Meta tags are HTML elements placed in the `<head>` section of a web page that provide structured information about the page to search engines, social media platforms, and browsers. They are invisible to visitors but essential for how your content is discovered and displayed. The most important meta tags include the title tag (which sets the page title in browser tabs and search results), the meta description (a summary shown below the title in search results), [Open Graph tags](/glossary/og-tags) (which control social media preview cards), the [canonical URL](/glossary/canonical-url) (which prevents duplicate content issues), and the robots meta tag (which tells search engines whether to index or follow links on the page).
Why It Matters
Meta tags are the first impression your content makes in search results and social feeds. A well-crafted title tag with relevant keywords signals what the page is about and encourages clicks. A meta description between 120 and 155 characters provides a compelling summary that differentiates your listing from competitors. Open Graph tags determine whether a shared link displays a professional card with an image, title, and description — or an empty placeholder that nobody wants to click. For publishers distributing flipbooks and documents, strong meta tags transform every shared link into an invitation to engage, directly affecting traffic, engagement rates, and conversions.
How It Works in FlipLink
FlipLink's [SEO and social previews](/features/seo-and-social-previews) feature gives you full control over the meta tags for each publication. You can set a custom title, description, and preview image that appear when your flipbook link is shared on LinkedIn, Facebook, X, or any other platform. FlipLink automatically generates the appropriate Open Graph tags (`og:title`, `og:description`, `og:image`, `og:url`, `og:type`) and Twitter Card tags based on the values you provide — no HTML editing required. The FlipLink marketing site itself follows meta tag best practices on every page: titles stay under 60 characters including the brand suffix, descriptions fall within 120-155 characters, and every page includes a complete set of OG tags with `og:type` specified.
Best Practices
**Title tags**: Keep them under 60 characters so Google displays the full title without truncation. Place your primary keyword near the beginning. Use a consistent format like "Page Topic | Brand Name" for recognizability across search results.
**Meta descriptions**: Write 120-155 characters that summarize the page's value and include a call to action. Avoid duplicating the title — the description should add new information. Each page needs a unique description; duplicate descriptions across pages dilute their effectiveness.
**Open Graph tags**: Always include `og:type` (use "website" for general pages, "article" for blog posts), `og:title`, `og:description`, `og:image` (minimum 1200x630 pixels for best display), and `og:url`. Test your OG tags with platform-specific debuggers before publishing.
**Canonical tags**: Set a canonical URL on every page to tell search engines which version is the authoritative source, especially if the same content is accessible through multiple URLs or query parameters.
**Robots meta tag**: Use `index, follow` for public pages. Apply `noindex` selectively to pages you want to keep out of search results, such as thank-you pages, staging previews, or gated content behind [password protection](/features/password-protection).
Common Misconceptions
**"Meta keywords still matter for SEO."** Google has officially ignored the meta keywords tag since 2009. Bing gives it minimal weight. Spending time on meta keywords has no measurable SEO benefit — focus your effort on title tags, descriptions, and structured content instead.
**"Search engines always use your meta description."** Google rewrites meta descriptions in roughly 60-70% of search results, choosing a snippet from the page content that better matches the search query. Writing a strong meta description still matters because Google uses it when it closely matches user intent, and it consistently appears in social media previews.
**"Longer meta descriptions rank better."** Descriptions over 160 characters get truncated in search results, wasting the effort you put into the ending. The ideal range is 120-155 characters — long enough to convey value, short enough to display completely.
Frequently Asked Questions
**What is the difference between meta tags and [schema markup](/glossary/schema-markup)?**
Meta tags provide basic page-level information (title, description, social preview data) and are processed by browsers and social platforms. Schema markup is structured data in JSON-LD format that describes the content's type and properties for search engines, enabling rich results like FAQ accordions and star ratings. They serve complementary purposes — meta tags handle presentation in search results and social feeds, while schema markup adds semantic meaning for search engine understanding.
**Do meta tags affect page load speed?**
No. Meta tags are lightweight HTML elements measured in bytes, not kilobytes. They add negligible weight to your page and have zero impact on loading performance. The only exception is if you include an excessively large number of unnecessary meta tags, but in normal usage this is not a concern.
**How often should I update my meta tags?**
Review meta tags whenever you update page content significantly, launch a new product or feature, or notice declining click-through rates in Google Search Console. For evergreen content, an annual review is sufficient. For time-sensitive content like event pages or seasonal campaigns, update meta tags to reflect current information promptly.