Google SERP Preview Tool
Preview how your page will appear in Google search results. Check title and description length, get optimization tips for better click-through rates.
A Google SERP (Search Engine Results Page) Preview Tool is a specialized utility that simulates exactly how a webpage's title, meta description, and URL will appear in Google's live search results before the page is actually published. Because search engines strictly limit the visual space allocated to each search listing, understanding and optimizing these text elements is the single most critical factor in improving a webpage's organic click-through rate (CTR). By mastering the mechanics of search result previews, digital marketers, developers, and content creators can engineer highly compelling search snippets that capture user attention, prevent awkward text truncation, and ultimately drive significantly more unpaid traffic to their websites.
What It Is and Why It Matters
A Google SERP Preview Tool functions as a visual sandbox for search engine optimization (SEO), allowing creators to input their proposed HTML title tags, meta descriptions, and URL slugs to see a pixel-perfect rendering of the final search snippet. In the highly competitive landscape of organic search, earning a high ranking is only half the battle; the other half is convincing the human searcher to actually click on your link instead of the nine other options presented to them. The search snippet serves as your webpage's digital storefront, and a preview tool ensures that this storefront looks professional, compelling, and perfectly formatted. Without this simulation, webmasters are effectively publishing blindly, risking the possibility that Google will cut off their carefully crafted marketing message mid-sentence because it exceeded the search engine's strict spatial limitations.
The fundamental problem this concept solves is the disconnect between how text looks in a content management system (CMS) and how it renders on Google's proprietary interface. Google does not measure search snippets by a simple character count, but rather by the actual pixel width of the characters rendered in specific fonts (typically Arial or Google Sans). Therefore, a title containing fifty wide letters like "W" and "M" will take up vastly more space than a title containing fifty narrow letters like "i" and "l". A SERP preview tool calculates these exact pixel dimensions in real-time, warning the user if their text will be truncated with an unsightly ellipsis (...). This matters immensely because truncated titles and descriptions look unprofessional, obscure critical information, and statistically lower click-through rates.
Furthermore, optimizing the search snippet is one of the highest-leverage activities in digital marketing. Consider a webpage that currently ranks in the third position for a keyword searched 10,000 times per month. If the current search snippet is unoptimized and yields a 5% click-through rate, the page receives 500 visitors monthly. By using a preview tool to craft a more compelling, perfectly sized title and description that includes a strong call-to-action and clear value proposition, the webmaster might increase that CTR to 8%. Without changing the page's actual ranking, the site now receives 800 visitors per month—a 60% increase in traffic resulting from a simple metadata adjustment. This demonstrates why previewing and optimizing SERP elements is a mandatory practice for anyone serious about digital visibility.
History and Origin
The concept of optimizing search engine results pages dates back to the late 1990s, but the specific need for precise SERP previewing tools emerged from major structural changes Google made to its interface over the past two decades. In 1998, when Larry Page and Sergey Brin launched Google, the search results consisted of ten simple blue links with brief, often mechanically extracted text snippets beneath them. During these early years, SEO practitioners relied on hard character limits. The industry standard rule of thumb was to keep title tags under 65 characters and meta descriptions under 160 characters. Because Google used a fixed-width font in its earliest iterations, this character-counting method was highly accurate, and webmasters simply counted keystrokes to ensure their snippets would fit.
The landscape shifted dramatically in the early 2010s. The most pivotal moment occurred in March 2014, when Google rolled out a massive redesign of its search results page. This redesign increased the font size of the title tags from 16 pixels to 18 pixels and removed the underlines from the blue links. More importantly, Google firmly transitioned from a character-based limit to a pixel-based limit. The search engine allocated exactly 512 pixels of horizontal space for the title tag. Almost overnight, the old rule of "65 characters" became obsolete. A title with 55 characters could easily be truncated if it contained too many capital letters, while a title with 65 characters might fit perfectly if it contained mostly lowercase, narrow letters. This paradigm shift created mass confusion in the SEO industry, as thousands of previously optimized websites suddenly found their search snippets truncated.
In response to the 2014 redesign, the first modern SERP preview tools were developed by SEO software companies like Moz and independent developers. These tools used custom JavaScript to measure the exact pixel width of text strings rendered in Arial, perfectly mimicking Google's backend logic. In May 2016, Google changed the layout again, increasing the width of the main search results column from 500 pixels to 600 pixels, giving webmasters slightly more breathing room. The evolution continued with the shift to mobile-first indexing in 2018, which introduced varying screen sizes and required preview tools to simulate both desktop and mobile environments. Today, the history of the SERP preview tool is a testament to the ongoing cat-and-mouse game between Google's interface designers and the digital marketers striving to maximize their visibility within Google's ever-changing constraints.
Key Concepts and Terminology
To fully utilize a SERP preview tool, one must master the specific vocabulary used to describe the anatomy of a search result. The most fundamental term is the SERP, or Search Engine Results Page, which is the page displayed by Google in response to a user's search query. The individual listing for a webpage is called a Search Snippet. A standard search snippet consists of three primary components: the URL/Breadcrumb, the Title Tag, and the Meta Description. The Title Tag is an HTML element (<title>) that specifies the title of a webpage; on the SERP, it appears as the large, clickable blue link. The Meta Description is an HTML attribute (<meta name="description">) that provides a brief summary of the webpage; it appears as the block of smaller black text beneath the title.
Pixel Width is the most critical technical concept in modern SERP optimization. Unlike character count, which simply tallies the number of keystrokes, pixel width measures the actual physical space the text occupies on a digital screen. This is heavily influenced by Proportional Typography, a font design where different characters have different widths. For example, in the Arial font used by Google, a lowercase "i" might be 3 pixels wide, while an uppercase "W" might be 15 pixels wide. If a title exceeds Google's allotted pixel width, it undergoes Truncation, which is the cutting off of text, usually indicated by an Ellipsis (...). Truncation is generally viewed as a negative outcome because it hides information and makes the snippet look incomplete.
Another vital metric is CTR, or Click-Through Rate. This is a percentage calculated by dividing the number of clicks a search snippet receives by the total number of times it is viewed (impressions). If your snippet is seen 1,000 times and clicked 50 times, your CTR is 5%. Search Intent refers to the underlying goal or problem a user is trying to solve with their query (e.g., informational, navigational, transactional). A highly optimized snippet must perfectly align with search intent. Finally, Rich Snippets or Rich Results refer to enhanced search listings that include additional visual data pulled from structured data markup, such as star ratings, product prices, recipe cooking times, or event dates.
How It Works — Step by Step
The mechanical operation of a SERP preview tool relies on precise mathematical calculations that mirror the rendering engine of a web browser. When you type text into the tool, it does not simply count the characters. Instead, it measures the cumulative pixel width of the string based on specific font families, font weights, and font sizes dictated by Google's current CSS (Cascading Style Sheets) rules. Currently, Google Desktop results typically render title tags in an 18-pixel Arial or Google Sans font, while descriptions render in a 14-pixel font.
The underlying formula for calculating the width of a title tag can be expressed as: Total Width (pixels) = Σ (Width of Character [n] at 18px font size) + Σ (Kerning between Character [n] and Character [n+1])
Let us look at a full worked example to understand the math. Suppose we have an absolute pixel limit of 600 pixels for our title tag. We want to test two different hypothetical titles to see if they fit. Title A is: "ILLINOIS LIQUOR LAWS" (20 characters). Title B is: "MOMMY BLOGGER PROMOS" (20 characters).
Even though both titles are exactly 20 characters long, their pixel widths are drastically different. Let us assign realistic pixel widths to these uppercase characters in an 18px Arial font:
- 'I' = 5 pixels
- 'L' = 10 pixels
- 'N' = 13 pixels
- 'O' = 14 pixels
- 'S' = 12 pixels
- 'Q' = 14 pixels
- 'U' = 13 pixels
- 'R' = 13 pixels
- 'A' = 12 pixels
- 'W' = 17 pixels
- Space = 5 pixels
- 'M' = 15 pixels
- 'Y' = 12 pixels
- 'B' = 12 pixels
- 'G' = 14 pixels
- 'E' = 12 pixels
- 'P' = 12 pixels
Calculating Title A ("ILLINOIS LIQUOR LAWS"): I(5) + L(10) + L(10) + I(5) + N(13) + O(14) + I(5) + S(12) + Space(5) + L(10) + I(5) + Q(14) + U(13) + O(14) + R(13) + Space(5) + L(10) + A(12) + W(17) + S(12) = 204 pixels.
Calculating Title B ("MOMMY BLOGGER PROMOS"): M(15) + O(14) + M(15) + M(15) + Y(12) + Space(5) + B(12) + L(10) + O(14) + G(14) + G(14) + E(12) + R(13) + Space(5) + P(12) + R(13) + O(14) + M(15) + O(14) + S(12) = 260 pixels.
In this example, Title B takes up 27% more pixel space than Title A, despite having the exact same character count. A SERP preview tool performs this exact calculation instantly as you type. It maintains a running total of the pixel width. If the running total for the title exceeds the 600-pixel threshold, the tool automatically appends an ellipsis (...) and visually cuts off the remaining text, alerting the user that the title is too long. It performs a similar calculation for the meta description, wrapping the text to a second line when it hits the 600-pixel width, and truncating it if it exceeds the maximum two-line pixel allowance (roughly 960 pixels total).
Types, Variations, and Methods
SERP preview tools come in several different variations, designed to accommodate the diverse ways Google presents information to different users on different devices. The most fundamental variation is the Desktop vs. Mobile Preview. Because mobile devices account for more than 60% of all global search traffic, Google formats mobile results differently than desktop results. Mobile screens are narrower but allow for more vertical scrolling. Consequently, mobile title tags often wrap to two lines, and the pixel limits are adjusted. A comprehensive preview tool will feature a toggle switch, allowing the user to instantly swap between a 600-pixel wide single-line desktop view and a narrower, multi-line mobile view, ensuring the snippet is optimized for both environments.
Another critical variation is the Rich Snippet Preview. Standard snippets only show text, but many modern websites utilize Schema.org structured data to generate enhanced results. Advanced preview tools allow users to simulate these enhancements. For an e-commerce product page, the tool will simulate the injection of a star rating (e.g., 4.5 stars), a review count (e.g., 1,204 reviews), the product price (e.g., $89.99), and its availability status (e.g., "In stock"). This is crucial because these additional elements take up pixel space. If a product snippet includes a star rating and a price, the space available for the meta description text is reduced. Previewing these rich elements ensures the text and the data work harmoniously without awkward truncation.
Furthermore, there are variations based on Local SEO Previews. For local businesses like plumbers, restaurants, or law firms, Google often displays a "Local Pack" or Google Business Profile listing alongside traditional organic links. Specialized local preview tools allow users to see how their business name, address, phone number, and operating hours will render in these specific local layouts. Finally, there are Date-Stamped Previews, which simulate how blog posts or news articles will look when Google automatically inserts the publication date (e.g., "Oct 12, 2023 — ") at the very beginning of the meta description. This date injection consumes approximately 100 pixels of space, drastically reducing the room available for the actual description text, making this specific preview method vital for publishers.
Real-World Examples and Applications
To understand the immense value of SERP previewing, we must examine concrete, real-world applications across different industries. Consider a 35-year-old marketing manager for an online shoe retailer. She is optimizing a product page for a highly competitive keyword: "Men's Waterproof Hiking Boots." Without a preview tool, she might write the following title tag: "Buy Men's Waterproof Hiking Boots for Winter and Summer Trekking | The Great Outdoors Shoe Emporium." This title is 88 characters long and clocks in at over 800 pixels wide. When Google renders this, it will look like this: "Buy Men's Waterproof Hiking Boots for Winter and Sum..." The brand name is completely lost, and the value proposition is cut off. By using a preview tool, she realizes the error immediately. She revises it to: "Men's Waterproof Hiking Boots | Outdoors Shoe Emporium." This fits perfectly within the 600-pixel limit, ensures brand visibility, and looks highly professional.
Another example involves a local service business. A plumber in Chicago is trying to rank for "Emergency Plumber Chicago." He writes a meta description: "We are a family owned plumbing business that has been operating in the Chicago area for over 30 years. If you need an emergency plumber in Chicago, call us today for fast and reliable service 24/7." This description is 198 characters long. In the preview tool, he sees that Google will truncate it at: "We are a family owned plumbing business that has been operating in the Chicago area for over 30 years. If you need an emergency plum..." The most critical piece of information—the 24/7 availability and the call to action—is completely hidden from the user. Using the tool, he rewrites it to front-load the value: "Need an emergency plumber in Chicago? Get 24/7 fast, reliable service from a family-owned business with 30 years of experience. Call now!" This fits the pixel limit perfectly and dramatically increases the likelihood of a panicked homeowner clicking the link.
A third application is found in content publishing. A developer working with a 10,000-row dataset has written a highly technical tutorial on Python data analysis. Her CMS automatically generates a title based on the blog post's H1 tag: "How to Use the Pandas Library in Python to Analyze Massive Datasets with Over 10,000 Rows Efficiently." The preview tool shows this will be heavily truncated. Furthermore, she realizes she is targeting the keyword "Python Pandas Tutorial." She uses the preview tool to test different variations, settling on: "Python Pandas Tutorial: Analyze 10K+ Row Datasets Fast." This concise title not only fits the pixel limit but also includes the exact match keyword at the very beginning (front-loading), includes a specific number (10K+) to attract attention, and promises a benefit (Fast). This level of precision engineering is impossible without a visual simulation.
Common Mistakes and Misconceptions
The most pervasive misconception among beginners is the belief that character counts are an absolute rule. Many novice SEOs blindly follow outdated advice stating that "titles must be exactly 60 characters." As established, Google uses pixel width, not character limits. A beginner might write a 58-character title composed entirely of capital letters and wide characters, assuming it is safe because it is under 60 characters. They are then shocked when Google truncates it in the live results. Conversely, they might artificially shorten a perfectly good 65-character title composed of narrow lowercase letters, needlessly deleting valuable keywords just to meet an arbitrary 60-character rule. A SERP preview tool immediately dispels this misconception by visualizing the actual pixel constraints.
Another common mistake is keyword stuffing within the metadata. A novice might write a title like: "Cheap Laptops, Buy Laptops, Best Laptops, Laptops on Sale." While this might technically fit within the pixel limits, it is a disastrous strategy. Google's algorithms are highly sophisticated and heavily penalize keyword stuffing. More importantly, human users find this text spammy and untrustworthy, leading to an abysmal click-through rate. The preview tool should be used to craft compelling, natural-sounding copy that incorporates the keyword seamlessly, not as a container to cram in as many search terms as possible. The goal is to appeal to the human reader first and the search engine second.
A third major pitfall is forgetting the "Brand Append" phenomenon. Many Content Management Systems, such as WordPress with the Yoast SEO plugin, are configured to automatically append the website's brand name to the end of every single title tag (e.g., " - My Awesome Website"). A beginner might use a standalone preview tool, craft a perfect 580-pixel title, and paste it into their CMS, completely forgetting that the CMS will automatically add another 150 pixels of brand text to the end. When the page goes live, the title is massively truncated. To avoid this, professionals always include the brand append in their preview calculations, ensuring the total combined width of the custom text and the automated brand text remains under the 600-pixel threshold.
Best Practices and Expert Strategies
Expert SEO practitioners approach SERP optimization not just as a technical requirement, but as an exercise in high-conversion copywriting. The most critical best practice is Keyword Front-Loading. Eye-tracking studies of search engine results pages consistently show that users scan the left side of the screen vertically. Therefore, the most important words—specifically the primary target keyword—must appear at the absolute beginning of the title tag. If the target keyword is "Vintage Leather Jackets," an expert will write "Vintage Leather Jackets: A Complete Buyer's Guide" rather than "A Complete Buyer's Guide to Buying Vintage Leather Jackets." The preview tool is used to ensure that even if truncation occurs due to unexpected device variations, the front-loaded keyword remains fully visible.
Another expert strategy is the utilization of Power Words and Numbers. Search results are a sea of monotonous text. To break the visual monotony and capture attention, professionals inject specific numbers (e.g., "7 Ways," "2024 Update," "$50 Budget") and emotional power words (e.g., "Exclusive," "Proven," "Effortless," "Ultimate") into their titles. However, these words take up valuable pixel space. The preview tool allows the marketer to play "pixel Tetris," swapping out different power words to find the perfect combination of emotional impact and spatial economy. For example, swapping the 11-character word "Exceptional" for the 4-character word "Best" might save enough pixels to include the brand name at the end of the title.
For meta descriptions, the standard expert framework is the AIDA model: Attention, Interest, Desire, Action. The description must immediately grab attention, build interest in the topic, create a desire to learn more, and end with a clear Call to Action (CTA). An expert will use the preview tool to carefully structure this narrative arc within the roughly 960-pixel (two-line) limit. They will ensure that the CTA (e.g., "Read the full guide," "Shop the sale," "Get your free quote") is positioned at the very end of the description, just before the pixel limit is reached. This ensures the user is left with a direct command on what to do next, maximizing the probability of a click.
Edge Cases, Limitations, and Pitfalls
While SERP preview tools are indispensable, they operate on a fundamental assumption: that Google will actually display the metadata exactly as the webmaster wrote it. This brings us to the most significant limitation of any preview tool—Google's Title and Description Rewriting. In August 2021, Google rolled out a major algorithmic update regarding how it generates webpage titles. Google openly admitted that it will replace a webpage's HTML title tag with its own generated title in roughly 20% of cases. Google does this if it deems the original title tag to be inaccurate, keyword-stuffed, or too long. It often pulls replacement text from the page's H1 tag, image alt text, or even anchor text from external links.
Similarly, Google rewrites meta descriptions at an even higher rate—sometimes ignoring the provided meta description up to 70% of the time. Google's algorithm attempts to dynamically generate a description that best matches the user's specific, long-tail search query by extracting relevant sentences directly from the page's body content. Therefore, a major pitfall is assuming that the perfect snippet you crafted in the preview tool is guaranteed to appear in the wild. The preview tool shows you what should happen, not what will unconditionally happen. The defense against this is to write highly relevant, accurate metadata; Google is far less likely to rewrite a title or description if it perfectly summarizes the page content and matches user intent.
Another edge case involves Dynamic SERP Features and Zero-Click Searches. The layout of Google's search results is not static. Depending on the query, Google might inject massive visual elements like Featured Snippets, Knowledge Panels, Video Carousels, or "People Also Ask" boxes. If a user searches "What is the capital of France?", Google displays "Paris" in massive font at the top of the page. This is a zero-click search; the user gets their answer without ever scrolling down to look at traditional search snippets. In these scenarios, spending hours in a preview tool optimizing the meta description for the third organic position is an exercise in futility, as the CTR will be near zero regardless of how well-crafted the snippet is. Practitioners must analyze the actual live SERP for their target keyword to determine if traditional snippet optimization is even a viable strategy.
Industry Standards and Benchmarks
To use a SERP preview tool effectively, one must understand the exact numerical standards and benchmarks accepted by the SEO industry. The universally accepted maximum width for a desktop title tag is 600 pixels. Because font rendering can vary slightly across different operating systems (Windows vs. macOS) and browsers (Chrome vs. Safari), conservative professionals often aim for a safer threshold of 580 pixels to guarantee no truncation. In terms of rough character counts, this 600-pixel limit generally equates to between 50 and 60 characters. For mobile devices, the title tag limit is slightly wider, often allowing up to 654 pixels, which can sometimes span across two lines depending on the exact mobile device screen size.
For meta descriptions, the industry standard limit on desktop is 960 pixels, which typically accommodates roughly 150 to 160 characters spread across two lines of text. On mobile devices, Google often allows more vertical space for descriptions, sometimes permitting up to 1,300 pixels or roughly 120 to 150 characters spread across three lines. However, because a webmaster cannot provide separate meta descriptions for desktop and mobile users, the industry standard best practice is to optimize for the lowest common denominator. Professionals aim to keep their most critical information and calls-to-action within the first 120 characters, ensuring visibility across all device types.
Understanding Click-Through Rate (CTR) benchmarks is also crucial for evaluating the success of your SERP optimization efforts. According to massive industry studies analyzing millions of search results, the organic CTR curve is incredibly steep. The industry benchmark for the #1 position on Google is a CTR of approximately 28.5%. The #2 position drops to roughly 15.7%, and the #3 position falls to 11.0%. By the time you reach the #10 position at the bottom of the first page, the expected CTR is a dismal 2.5%. If a webpage ranks in the #3 position but is only achieving a 5% CTR, it is performing at less than half of the industry benchmark. This massive underperformance is a glaring signal that the title and meta description are failing, and the webmaster must immediately utilize a SERP preview tool to diagnose the issue and engineer a more compelling snippet.
Comparisons with Alternatives
When it comes to crafting metadata, webmasters generally have three alternatives: using a standalone web-based SERP preview tool, relying on native CMS SEO plugins, or manually editing HTML code without any visual preview.
Manually editing HTML code (e.g., typing <title>My Page Title</title> directly into a text editor) is the oldest and least effective method. It provides zero visual feedback, requires the user to manually count characters, and completely ignores the reality of pixel-based truncation. This method is akin to flying blind and is universally discouraged in modern SEO practice. The risk of publishing truncated, unoptimized snippets is simply too high, guaranteeing a loss of potential organic traffic.
The most common alternative is using native CMS plugins, such as Yoast SEO or RankMath for WordPress, or the built-in SEO settings in platforms like Shopify or Squarespace. These tools are incredibly convenient because they are built directly into the page editor. They usually provide a basic SERP preview directly beneath the content editing window. The primary advantage here is workflow efficiency; the writer can adjust the title and description without leaving the CMS. However, the disadvantage is that these built-in previews are sometimes inaccurate. They often rely on simplified character counts or outdated pixel calculations that do not perfectly mirror Google's latest CSS updates. Furthermore, they frequently fail to accurately simulate complex Rich Snippets, Date Stamps, or mobile-specific layouts.
Standalone web-based SERP preview tools represent the gold standard for accuracy. These are dedicated websites built by SEO software companies specifically for this single purpose. Because their sole function is simulation, they are updated constantly to reflect Google's exact, up-to-the-minute font sizes, pixel limits, and layout changes. They offer advanced features that CMS plugins lack, such as toggling between standard and bold text, simulating exact date injections, previewing local map packs, and allowing for rapid A/B testing of multiple variations side-by-side. While it requires the extra step of copying and pasting text between the tool and the CMS, the tradeoff is absolute precision. For high-stakes pages where maximizing CTR is critical—such as a primary product page or a massive pillar blog post—professionals almost always choose the standalone preview tool over the native CMS plugin.
Frequently Asked Questions
Why did Google truncate my title even though the preview tool said it would fit? Google's search algorithm is dynamic and frequently modifies titles based on the user's specific search query. If your title was technically under the 600-pixel limit but still appeared truncated or altered, Google likely appended your brand name to the end of the title automatically, pushing the total pixel width over the limit. Alternatively, Google may have decided your title wasn't relevant enough to the query and algorithmically rewrote it using other text from your page, such as an H1 tag.
Does the meta description impact my actual Google ranking? No, Google officially confirmed in 2009 that the contents of the meta description are not a direct ranking factor in their search algorithm. Stuffing keywords into your description will not push your page higher in the results. However, the meta description heavily influences Click-Through Rate (CTR). Because behavioral metrics like CTR can indirectly influence your overall search visibility and traffic, optimizing the description remains a critically important SEO task.
How often should I update my titles and meta descriptions? You should not change your metadata constantly, as it takes time for Google to crawl, index, and evaluate changes. However, you should audit and update your snippets if a page is ranking well (positions 1-5) but suffering from a below-average CTR. Additionally, updating metadata is highly recommended when refreshing old content; adding the current year (e.g., "Best Laptops in 2024") to the title tag is a proven strategy to boost CTR for informational queries.
What is the difference between a character count and a pixel limit? A character count simply measures the number of letters, numbers, and spaces in a string of text, treating an "i" and a "W" as equal values of one. A pixel limit measures the actual physical width of the text as rendered on a screen. Because Google uses proportional fonts where letters have different widths (an "i" is narrow, a "W" is wide), a 55-character title with many wide letters might exceed the pixel limit and be truncated, while a 60-character title with many narrow letters might fit perfectly.
Should I optimize my search snippet for desktop or mobile? Because you can only define one title tag and one meta description in your HTML code, you cannot provide separate versions for desktop and mobile. Since mobile traffic accounts for the majority of global searches, and mobile screens have different truncation points, best practice dictates optimizing for the lowest common denominator. Ensure your primary keyword and most compelling call-to-action are front-loaded so they remain visible regardless of which device the searcher is using.
Why is Google ignoring my meta description and showing random text? Google ignores hard-coded meta descriptions in roughly 70% of searches. This happens when Google's algorithm determines that your provided description does not adequately answer the user's specific search query. Instead, Google scrapes your webpage's body content and dynamically generates a snippet containing the exact keywords the user searched for. To minimize this, ensure your meta description accurately summarizes the core topic of the page and naturally includes the primary keywords users are likely to search.