Photograph of a person using Google on a laptop computer
How to Set Up Google Business Profile for a Welsh Business

RECENT POST

How to Set Up Google Business Profile for a Welsh Business

How to Set Up Google Business Profile for a Welsh Business

Google Business Profile is the single most important free tool for local SEO. A business without a verified, accurate profile is effectively invisible in the map pack and local search results for its area.

Setting one up takes less than an hour. Getting it right, and keeping it right, requires a bit more attention. This guide covers the process from first registration through to ongoing management.

Why Google Business Profile Matters for Local Search

When someone searches for a service near them, Google shows a map pack: a set of three local businesses with their ratings, address, and opening hours. The businesses shown there are drawn from verified Google Business Profile listings.

According to Google's own research, businesses with complete profiles are significantly more likely to be considered reputable by searchers. The profile also affects how the business ranks in standard organic results for location-specific queries.

For a business in Cardiff, Swansea, Newport, or any other Welsh town, appearing in this map pack is often worth more than ranking on the first page of standard results for a national keyword.

Creating Your Profile

Go to business.google.com and sign in with a Google account. Search for your business name to check whether a listing already exists. If it does, you can claim it. If it does not, select the option to add your business.

Enter your business name exactly as it appears on your signage and other official materials. Inconsistency between your Google profile and your website or other directory listings is a negative signal for local SEO.

Select your primary business category carefully. This is the most important field on the form. Choose the category that most accurately describes what your business does, not the broadest one available. A solicitor's firm should select Legal Services or Solicitor, not Professional Services.

Verifying Your Listing

Google requires businesses to verify their listing before it appears in search results. Verification is usually done by postcard: Google sends a card with a PIN to the business address, and you enter that PIN in your account to confirm the address is accurate.

Some businesses are eligible for phone or video verification, which is faster. Google determines eligibility based on the business type and location.
Until verification is complete, your listing will not appear in local search results. The postcard typically arrives within five working days.

Completing Your Profile

Once verified, complete every section of the profile. Add your full address, phone number, website URL, and opening hours. Incomplete profiles rank lower than complete ones.

Write a business description of 250 to 750 characters. Focus on what you do, who you serve, and where you operate. Do not stuff keywords into this field. Write it for a person reading your profile, not for an algorithm.

Add photos. According to data from Google, businesses with photos receive significantly more direction requests and website clicks than those without. Upload at least five images: your premises exterior, interior, team, and any products or work samples relevant to your sector.

Managing Reviews

Reviews are a confirmed ranking factor for local search. Businesses with a higher number of recent, positive reviews tend to rank higher in the map pack than those with fewer or older reviews.

Ask every satisfied customer to leave a review. The easiest way to do this is to send a follow-up message with a direct link to your Google review page. That link can be generated in the Google Business Profile dashboard.

Respond to every review, positive and negative. A professional response to a negative review demonstrates to potential customers that you take feedback seriously. Do not argue, do not apologise for things that are not your fault, and do not offer compensation in a public reply.

Keeping Your Profile Updated

An outdated profile is worse than a sparse one. If your opening hours change, update them immediately. If you add a new service, add it to the profile. If you move premises, update the address and go through the verification process again.

Google Posts allow you to publish short updates directly on your profile. These can be used to announce offers, share news, or promote specific services. Posts remain visible for seven days and can help maintain activity signals on the listing.

Frequently Asked Questions


Do I need a physical address to create a Google Business Profile?

No. Service-area businesses that operate from a home address or visit customers at their premises can hide their address and set a service area instead. This is common for tradespeople, cleaners, and other mobile service businesses. You still need a valid address for verification purposes, but it does not need to be displayed publicly.

Can I have more than one Google Business Profile?

Yes, if you have more than one distinct physical location or service area. Each location should have its own profile. Creating multiple profiles for the same location in an attempt to dominate search results is against Google's guidelines and can result in profiles being removed.

How long does it take for a new profile to appear in search results?

After verification, most profiles become visible within a few days. In some cases it can take up to two weeks. If your profile has not appeared after two weeks, check the dashboard for any outstanding actions or flags on the account.

What should I do if a competitor has submitted false information about my business?

You can report inaccurate information through the Suggest an Edit option on the listing, or by flagging it through Google Business Profile support. Keep records of your correct information and, if the issue persists, contact Google support directly through the Business Profile help centre.

Author: Editorial Team, SEO Agency Wales. Internal links: /local-seo/, /business-growth/ External links: support.google.com/business, google.com/intl/en_uk/business/

Scrabble tiles spelling out SEO
Technical SEO
Technical SEO

What a Core Web Vitals Audit Actually Involves

Core Web Vitals became a Google ranking factor in 2021. Three years on, a significant proportion of small business websites in Wales still fail to meet the threshold scores for any of the three metrics.

That matters because Google uses these scores, alongside other signals, to decide how to rank pages. A site with poor Core Web Vitals scores is at a disadvantage relative to a competitor with similar content but better performance.

The Three Metrics

Largest Contentful Paint (LCP) measures how long it takes for the largest visible element on the page to load. This is usually a hero image or a large block of text. Google's threshold for a good LCP score is 2.5 seconds or less.

Interaction to Next Paint (INP) measures how quickly the page responds when a user interacts with it, such as clicking a button or a menu item. A good INP score is 200 milliseconds or less.

Cumulative Layout Shift (CLS) measures how much the page layout shifts unexpectedly while loading. If an image loads and pushes the text you are reading down the page, that is a layout shift. A good CLS score is 0.1 or less.

How to Check Your Scores

Google provides two free tools for checking Core Web Vitals scores. Google Search Console, available at search.google.com/search-console, provides field data: scores based on real visits to your site from Chrome users. PageSpeed Insights, at pagespeed.web.dev, provides both field data and lab data from a simulated test.

Field data is more meaningful than lab data because it reflects actual user experiences on your site. New sites or low-traffic pages may only have lab data available.

Check scores for your most important pages first: the homepage, your main service pages, and any pages that receive significant organic traffic. Individual pages can have very different scores depending on their content and structure.

Common Causes of Poor Scores

Unoptimised images are the most common cause of poor LCP scores on small business websites. Images that are not compressed, not sized correctly for the device they are being viewed on, or not in a modern format like WebP, take longer to load and push LCP scores above the threshold.
Slow server response times affect LCP scores directly. Shared hosting plans, particularly inexpensive ones, often have slower response times than managed hosting solutions.

Third-party scripts, including analytics tools, social media widgets, and chat functions, can significantly affect INP scores. Each external script the browser has to load and execute adds to the total interaction delay.

Layout shifts are often caused by images or embeds that do not have explicit dimensions set in the page code. When the browser loads a page, it needs to know how much space to reserve for each element. If dimensions are not specified, the layout shifts when the element loads.

Fixing the Issues

Image optimisation is usually the highest-impact starting point. Compress all images before uploading. Use WebP format where possible. Set explicit width and height attributes on all image elements. Use lazy loading for images that appear below the fold.
For server response times, the options are to upgrade hosting, implement server-side caching, or use a content delivery network to serve the site from servers closer to the user's location.

For third-party script issues, audit which scripts are actually necessary and remove those that are not. Load non-critical scripts after the main page content has loaded rather than in the document head.

Frequently Asked Questions

Do Core Web Vitals scores affect mobile and desktop rankings separately?
Yes. Google measures Core Web Vitals separately for mobile and desktop users. A site can have good scores on desktop but poor scores on mobile, or vice versa. Since the majority of local searches are conducted on mobile devices, mobile scores are generally more significant for local business websites.

How often should I check my Core Web Vitals scores?
Checking quarterly is reasonable for most small business websites where content and structure do not change frequently. Check immediately after any significant changes to the site, such as a redesign, a new page template, or the addition of new third-party scripts.

Can I improve my scores without a developer?
Some improvements can be made without technical knowledge. Many website builders and content management systems have built-in image optimisation settings. Removing unused plugins or third-party scripts can be done through a CMS dashboard. More significant fixes typically require developer involvement.

What is the difference between field data and lab data in PageSpeed Insights?
Field data comes from real users visiting your site via Chrome. Lab data comes from a simulated test run in a controlled environment. Lab data is useful for diagnosing specific issues, but field data is what Google uses for ranking purposes. Where both are available, prioritise improving your field data scores.

Author: Editorial Team, SEO Agency Wales. Internal links: /technical-seo/, /seo-news/ External links: pagespeed.web.dev, search.google.com/search-console

Picture of an influencer creating content using his phone and a notepad.
Content Marketing
Content Marketing

How Welsh Businesses Can Use Long-Form Content to Rank

Most small business websites in Wales have fewer than ten pages of content. A home page, a services page, an about page, a contact page, and perhaps a few more. That is enough to have a web presence. It is not enough to rank for much.

Search engines rank pages, not websites. A site with 50 well-written, relevant pages targeting real search queries will almost always outrank a site with five pages, regardless of how polished those five pages are.

What Long-Form Content Actually Means

Long-form content, in the context of search engine optimisation, refers to articles or guides of roughly 1,000 words or more that address a specific topic in depth. The length is not the point. The depth is the point.

A 1,500-word article that genuinely answers a question, covers the main sub-questions a reader would have, and links to relevant supporting material will outperform a 2,500-word article padded with repetition and filler.

The reason longer content tends to rank better for informational queries is that it has more opportunity to cover the topic thoroughly, match a wider range of related search terms, and earn links from other sites that find it useful enough to reference.

Finding What to Write About

Keyword research is the process of identifying what your potential customers are actually searching for. The goal is to find topics where there is genuine search demand, where your business has relevant expertise, and where the competition for the top ranking positions is not so strong that a new page has no realistic chance of ranking.

Google Search Console shows you what queries your site is already appearing for, even if it is ranking on page two or three. These are strong candidates for new content: topics where you already have some relevance signal and where a more thorough article could improve your position.
Google's autocomplete function shows real queries that people are entering. These suggestions are based on actual search volume and provide free insight into what your audience is looking for.

Structuring an Article for Search

Start with the main answer. Do not build to it. A reader who lands on your page from a search result wants to know within the first two sentences whether you have what they are looking for. If you make them read five paragraphs of context before getting to the point, most will leave.

Use subheadings to break the article into sections. Each section should address one aspect of the topic. The subheadings should be written as questions or statements that a reader would genuinely use to navigate the article.

One H1 per page, containing the primary keyword. H2s for major sections. H3s for subsections within a major section where needed.

How Long It Takes to See Results

Content marketing is a long-term investment. A new article on a new website can take three to six months to appear in meaningful search positions. On an 
established site with existing authority, well-targeted content can rank faster.

According to data published by Ahrefs, the majority of pages in the top ten results for competitive queries are at least two years old. This does not mean new content cannot rank. It means patience and consistency are required.

Publishing one well-researched article per week over six months produces 24 indexed pages. Over 12 months, 48. The cumulative effect of consistent publishing compounds over time in a way that occasional publishing does not.

Measuring Performance

Google Search Console shows impressions and clicks for each page on your site. An article that is generating impressions but few clicks is ranking for relevant queries but not attracting searchers: often a sign that the title or meta description needs improvement.

An article generating no impressions at all either has not been indexed yet, is targeting queries with very low search volume, or is not relevant enough to the topic to rank for anything.

Frequently Asked Questions

How do I know if a topic has enough search volume to be worth writing about?
Free tools including Google Keyword Planner and Google Search Console can give you an indication of search volume for specific queries. Very low search volume is not always a reason to avoid a topic: a highly specific article targeting a small number of highly relevant searches can produce better business results than a general article targeting a large volume of low-intent traffic. Consider the intent behind the query, not just the number.

Should I write the content myself or hire a writer?

Content written by someone with genuine knowledge of the subject tends to rank better than content produced by a generalist writer, because it is more likely to contain specific, accurate detail that readers and search algorithms both value. If you have the expertise but not the time, a hybrid approach works well: you provide an outline or key points, and a writer structures and edits the final article.

How do I avoid my content being seen as thin or low quality?

Thin content is content that adds little value relative to what already exists on the topic. To avoid it, read the top-ranking articles for your target query before writing. Identify what they cover, what they miss, and where your knowledge or perspective adds something different. Do not simply restate what is already on page one of Google.

Does publishing more content always help rankings?

Volume without quality is counterproductive. A site with 200 thin, repetitive, poorly written articles is less likely to rank well than one with 30 thorough, well-structured pieces. Google's quality assessment systems look at the overall quality of a site's content, not just individual pages. Prioritise quality over frequency, particularly when resources are limited.

Author: Editorial Team, SEO Agency Wales. Internal links: /content-marketing/, /local-seo/ External links: search.google.com/search-console, ahrefs.com/blog

Picture of scattered newspapers
SEO News
SEO News

What Google Core Updates Mean for Small Business Sites

Google confirms several broad core algorithm updates each year, with a larger number of unannounced smaller updates running continuously. Each confirmed core update prompts significant discussion in the SEO industry, much of it speculative and unhelpful.
For small business website owners in Wales, the practical question is simpler: has your traffic changed, and if so, what is worth doing about it?

What a Core Update Actually Is


A broad core update is a change to the main algorithm Google uses to rank search results. Unlike specific updates that target particular behaviours, a core update typically recalibrates how Google assesses quality signals across a wide range of sites.
Google's own guidance, published in its Search Central documentation, describes core updates as reassessments of content that may not have been ranked appropriately before, rather than as penalties for specific behaviour. A site that drops after a core update has not necessarily done anything wrong. It may simply have been outranked by content that Google now considers more relevant or more authoritative for those queries.

How to Tell If Your Site Was Affected


Check Google Search Console in the period following any confirmed core update. The Performance report shows clicks and impressions over time. A clear drop in both that coincides with an update's rollout date is a reasonable indicator of impact.
A drop in impressions means Google is showing your pages for fewer queries. A drop in clicks with stable impressions means your pages are still appearing but fewer people are choosing them.

Compare affected pages against competitors that gained rankings for the same queries. What do those pages have that yours does not? More depth, better sources, more specific answers, stronger external links, or better technical performance?

What Usually Causes Small Business Sites to Drop


The most common pattern across small business sites that lose rankings after core updates is thin content: pages that technically cover a topic but do not answer the user's question with enough depth or specificity to compete with pages that do.
Sites with a high proportion of boilerplate service pages, where every page follows the same template with minor variations, are particularly vulnerable. If your Cardiff plumbing page and your Newport plumbing page contain the same text with only the location name changed, Google is likely to treat these as low-quality pages.

Technical issues compound content weaknesses. A slow-loading site with poor Core Web Vitals scores, indexed error pages, or missing structured data is harder for Google to assess accurately.

What Is Worth Doing


If your site has been affected by a core update, the correct response is almost always to improve content quality rather than to make technical changes in hopes of a quick recovery.

Identify the pages that lost the most traffic. Assess them honestly against the top-ranking pages for the same queries. Where your content is shorter, less specific, or less well-sourced than what is outranking you, rewrite it.

Recovery from a core update typically becomes visible after the next core update, not immediately. Google's systems need time to reassess content after changes are made.

Frequently Asked Questions


Should I make changes to my site while a core update is still rolling out?

Waiting until an update has finished rolling out, which typically takes one to two weeks, is advisable before drawing conclusions about impact. Rankings can fluctuate significantly during a rollout. Assessing impact on stable rankings is more reliable than acting on mid-rollout volatility.

Can a site recover from a core update drop?

Yes. Google's guidance explicitly states that sites can recover by improving content. Recovery is not guaranteed and is not immediate. It requires genuine improvement in content quality, not surface-level changes.

Do core updates affect local search results?

Core updates primarily affect standard organic search results. Local search results, including the map pack, are governed by different signals including proximity, relevance, and prominence from reviews and citations. A core update that affects a site's organic rankings may not change its map pack position, and vice versa.

Where can I find confirmed information about core updates?

Google announces confirmed core updates through its official Search Central blog at developers.google.com/search/blog. Third-party tracking tools including Semrush and Moz publish ranking volatility data that can help identify when an update is rolling out.

Author: Editorial Team, SEO Agency Wales. Internal links: /technical-seo/, /content-marketing/ External links: developers.google.com/search/blog, search.google.com/search-console

Picture of charts showing the growth of a business
SEO News
Business Growth

How to Measure Organic Growth Without Paid Tools

The paid SEO tool market has expanded significantly over the past decade. Subscriptions to platforms like Ahrefs, Semrush, and Moz can run to hundreds of pounds per month. For a small business in Wales trying to assess whether their SEO efforts are working, that level of investment is rarely justified at the 
outset.

Google provides two free tools that together give a clear picture of organic search performance. Used properly, they answer the questions that matter most to a business owner.

Google Search Console: What It Shows


Google Search Console shows how your site is performing in Google Search. The Performance report shows four metrics: total clicks, total impressions, average click-through rate, and average position.

These metrics can be filtered by query, page, country, device, and date. The query filter is particularly useful: it shows which search terms are bringing visitors to your site, which queries you are appearing for but not attracting clicks on, and which pages are performing well for specific terms.
Search Console also provides coverage reports showing which pages are indexed, which have errors, and which have been excluded from the index. This is the correct starting point for diagnosing technical SEO issues.

Google Analytics: What It Shows


Google Analytics shows what happens after a visitor arrives on your site. The current version, Google Analytics 4, tracks sessions, engaged sessions, engagement rate, and conversion events.
For measuring organic growth, the most relevant reports are the Traffic Acquisition report and the Landing Pages report, which shows which pages organic visitors first arrived on and what they did afterwards.
Setting up conversion events in Google Analytics 4 is important. Without conversion tracking, you can measure traffic volume but not business impact.

Connecting the Two Tools


Search Console and Google Analytics can be linked through the Google Analytics property settings. Once linked, Search Console data appears within 
Analytics reports. This makes it easier to see the full journey from a search query to a visit to a conversion.

The combination of the two tools answers the questions that matter: are more people finding the site through search, are they arriving on the right pages, are they taking meaningful action when they do, and which queries and pages are producing the best results?

What to Track and When


Monthly review is sufficient for most small business websites. Look at organic clicks and impressions over the past 28 days compared to the previous period. Check whether any pages have seen significant drops in ranking position. Review which queries are generating impressions but low click-through rates.
Quarterly, look at year-on-year comparisons rather than month-on-month. Organic search has seasonal patterns for many businesses. A drop in traffic in January compared to December may reflect seasonal behaviour rather than a ranking change.

When to Consider Paid Tools


Free tools have limitations. Search Console does not show you how your competitors are performing. It does not give you keyword difficulty scores or backlink data.

Paid tools become worth considering when you have established a consistent SEO process, used the free tools to exhaust the obvious improvements, and need competitive intelligence to identify new opportunities. Starting with paid subscriptions before the basics are in place is a common and avoidable waste of budget.

Frequently Asked Questions

How long should I wait before assessing whether SEO is working?
Six months is a reasonable minimum for a site that is actively publishing new content and addressing technical issues. At six months, patterns become clearer. At 12 months, year-on-year comparisons become possible, which removes the distortion of seasonal variation.

What is a good click-through rate for organic search?

Click-through rates vary significantly by query type and ranking position. According to research published by Advanced Web Ranking, the average click-through rate for the first organic position is above 25%, dropping sharply for positions two and three. A page ranking in position one with a 10% click-through rate has scope for improvement through title and description optimisation.

My traffic has grown but enquiries have not. What does that mean?

Traffic growth without conversion growth usually means one of three things: the traffic is not well targeted, the landing pages are not converting effectively, or the conversion tracking is not set up correctly. Check all three before concluding that the traffic is genuinely unproductive.

Does Google Analytics 4 replace the need for Search Console?

No. Google Analytics 4 measures what happens on your site after a visitor arrives. Search Console measures what happens in Google Search before a visitor arrives. Both are necessary for a complete picture of organic performance.

Author: Editorial Team, SEO Agency Wales. Internal links: /seo-news/, /technical-seo/ External links: search.google.com/search-console, analytics.google.com