The clickable headline and the short block of text in a Google result can be influenced from your own site. In WordPress, an SEO plugin normally gives you two fields per piece of content: an SEO title and a meta description. Google may use them as written, or compose something else for the search it is answering.
What follows is the practical route with Yoast SEO: where the fields live, how to fill them, and how to confirm what your site publishes. The same logic applies to other SEO plugins, even when the labels differ.
Menu names change with the plugin version and with the language of your admin area, so screenshots date quickly. The order of operations does not: identify the right content, edit the fields that feed its HTML, then read the published source code.
Tell the elements apart before you edit anything
| Element | Where it lives | What it does |
|---|---|---|
| Visible title | On the page itself, often taken from the WordPress title | Introduces the subject to readers |
| SEO title | In the HTML title tag, and usually in the browser tab | Names the document; a possible source for the Google title |
| Meta description | In a meta description tag | Offers a summary, which Google is free to ignore |
| Search snippet | In the Google result | Presents information chosen for that particular search |
| URL | The address of the page | Identifies the resource and lets people return |
These five things are often connected by a template, but they are not the same field. Changing the WordPress title can change the SEO title automatically when that title uses a variable. A custom value typed into Yoast stays as you left it.
Google's documentation on title links lists several possible sources for the headline it shows, including the HTML title and headings on the page. Its guidance on snippets explains that the text underneath can come from the page body instead of your meta description. Keeping the set consistent matters more than polishing one field.
Prepare the change before you open the editor
Open the public page and note its exact address. Check what kind of content it is: a page, a post, a product or an archive. A shop category is not a product sheet, and its settings sit elsewhere. Keep a copy of the current title and description so you can put them back without guesswork.
Then sign in with an account allowed to edit that content and find the item matching the URL you noted. Matching by URL rather than by title avoids editing a near-duplicate draft.
Check which plugin already manages your metadata. Do not install a second SEO plugin just to make a field appear: two generators can output competing tags on the same page. If a developer has set up something custom — a theme function, a header snippet — identify how it works first. Where several sources are fighting each other, a technical audit finds the conflict faster than trial and error in production.
Edit a page or a post with Yoast SEO
- Open the content in the WordPress editor.
- Open the Yoast SEO panel, from its icon in the sidebar or from its settings box.
- Go to the search appearance section.
- Fill in the SEO title field. Check any variables it contains: title, site name, separator.
- Write the meta description in the field below it.
- Save or update the content, then look at the public version.
Yoast's help page on the meta description describes reaching the field through the sidebar panel and saving it with the content. Depending on your editor and version, a box under the content area or a search preview exposes the same information, and the plugin's content previews show which fields exist for that content type.
Treat the preview and the coloured indicators as editorial aids, not as a score from Google. Read the final string once more, especially when variables add a site name or a separator.
Handle the home page correctly
WordPress can show either a static page or the list of latest posts at the root of the site. Confirm which one applies under Settings > Reading, described in the WordPress documentation. The two cases are edited in different places.
- Static front page: edit the SEO fields of the page that actually serves as the home page.
- Latest posts on the front page: use the home page settings in Yoast, under its content types settings.
Yoast's guide for the home page separates the two situations. Do not assume a page called "Home" is the one in use: check the setting first, or you may spend an afternoon editing a page nobody sees.
For a shop or an archive, look for the setting that governs the content type rather than an individual item. A global template rewrites many titles at once: test it on one representative page and check how far it reaches before saving it site-wide.
Write a title and a description that match the page
The title should say plainly what the reader will find. Put the distinctive information where it can be read, and avoid near-identical variants. Take a fictional workshop selling glass jewellery: "Glass jewellery: collections and pieces from the workshop" tells you more than a title repeating "jewellery", "jewellery pieces" and "glass" in sequence.
The description can summarise the products, the service or the content available, and point to the next step. Staying with the same invented example: "See the workshop's glass jewellery collections, their characteristics and how to choose a piece." That sentence invents no material, no origin and no free delivery.
Add a commercial promise only when it is true and will stay true: an expired discount or an unconfirmed delivery time mostly disappoints the person who clicks. Important pages deserve a description written for them, not one generic sentence copied across the site — the point where this becomes content work.
No character count guarantees that a description will be shown in full: the space varies by device and result layout, and Google can rewrite the text anyway. Use the plugin's indicators to stay concise, then favour precision over length. The meta keywords tag is not used by Google Search, as its documentation on special tags confirms.
Keep the URL when the change is purely editorial
Changing the SEO title or the meta description does not require a new slug. For a published page, keep its address if your aim is only to improve how it presents itself. You avoid a migration of links and indexing signals for no benefit.
If a change of address answers a different need, handle it as its own piece of work: old URL, new destination, redirect, internal links, canonical tag and sitemap. That is a project, not two form fields, and it should be planned before publication. The same discipline applies during a site redesign, where URL changes arrive in bulk.
Check the tags your site actually publishes
Reload the public page after saving, ideally in a window where you are not logged in. If the site runs a cache, make sure the new version is served rather than a stored copy. In the page source, search for <title>, then for name="description".
The structure you are looking for, to be adapted to your own text, is:
<title>Specific subject of the page | Site name</title>
<meta name="description" content="An accurate summary of this page.">
These tags must be produced in the HTML head by the site's own system. Do not paste that example into the body of an article: it will be ignored or duplicated. Two titles or two contradictory descriptions point to a conflict between theme, plugin and custom code; the fix is to remove one source, not to edit both. Watch, too, for variables that appear literally instead of being replaced.
Wait for the recrawl, then watch what happens
A change that is live on your site does not appear in Google straight away. For a URL you manage, Search Console's inspection tool can request a recrawl. Google's documentation on asking for a recrawl states that it can take anything from a few days to several weeks, and that repeating the request does not speed it up. If pages are routinely slow to be picked up, that belongs with your indexing work.
Note the date of the change, then watch impressions, clicks and click-through rate for that page on comparable queries. A shift in position, a seasonal effect or a different mix of search terms can move click-through rate on its own. Check the context before crediting the new description — or blaming it.
If Google shows a snippet you did not write, compare it with the page and the query concerned. That behaviour is common and does not necessarily indicate a fault. Your goal is a title and a description that describe the page honestly; how they are displayed remains someone else's decision.
Common questions
Are the WordPress title and the SEO title always the same?
No. The SEO title can reuse the WordPress title through a variable, or hold a custom text of its own. Check the Yoast field and the published title tag before assuming one edit changes both.
Do I need to change the slug to change the text shown in Google?
No. You can edit the SEO title and the meta description while keeping the published address. Changing the URL is separate work involving redirects, internal links and canonical tags.
Why can I not see the meta description field?
Check which plugin is active, which content type you are editing, and whether its panel is open. Some configurations hide the box or handle metadata elsewhere. Identify the existing set-up before adding a second SEO plugin.
Where do I edit the meta description of the home page?
If the home page is a static page, edit that page. If it shows the latest posts, use the home page setting in Yoast. Settings > Reading in WordPress tells you which case applies to your site.
Does a green light in the plugin guarantee the right title in Google?
No. It is a guideline from the plugin, not a verdict from a search engine. Google can truncate or recompose the title and pick a different snippet. Accuracy matters more than the indicator.
What should I do if Google still shows the old text?
Check the public page and the cache first, then the last known state in Search Console. A recrawl can be requested for a URL you manage. It is not immediate, and it does not force Google to reuse your description.
