In short: Promoting an online store on Google runs on four complementary channels: organic SEO for category and product pages, Google Shopping and Performance Max fed by your product feed, paid search for high purchase-intent queries, and remarketing that brings cart abandoners back. A new store starts with a clean Merchant Center feed and a focused Shopping campaign, because that is the fastest route to real sales data; a store with existing traffic gains more from deepening the organic SEO of its category pages. In 2026 there is a new consideration: Google AI Overviews now appear on roughly 14% of shopping queries, and they draw directly from structured data and the product feed - which means a clean feed has become an organic asset too.
My name is Shay Cohen, CEO and founder of SFB Digital Marketing. I have been working with ecommerce stores in Israel for over 11 years as a certified Google Partner, managing tens of millions of shekels in media for our clients. I wrote this guide to give one thing that most ecommerce content is missing: a clear order of operations. What you do first in an online store, what it actually costs in numbers, and what changed in 2026 because of product feeds and AI search.
The four channels for promoting an online store
The difference between promoting an online store and promoting a brochure site is that a store has hundreds or thousands of pages all competing for attention, plus one asset a regular site does not have at all: the product feed. These four channels are everything Google offers a store, and each works on a different timeline and cost model:
- Organic SEO: appearing in natural results on category, product and content pages. Slow to build, but it becomes an asset that keeps producing traffic after you stop paying.
- Google Shopping and Performance Max: product ads with an image, price and store name, fed automatically from your product feed in Google Merchant Center. The most efficient channel for stores in return-on-spend terms.
- Paid search: text ads on queries with clear purchase intent. More expensive per click, but it owns the terms that lead straight to a sale.
- Remarketing and dynamic remarketing: bringing back shoppers who viewed a product or abandoned a cart. Cost per acquisition here is usually the lowest in the account, because the audience already knows you.
Before going channel by channel, it helps to see all four side by side:
Channel comparison: cost, time to results and who it fits
| Parameter | Organic SEO | Shopping / PMax | Paid search | Remarketing |
|---|---|---|---|---|
| Cost model | Management and content cost, no cost per click | Pay per click | Pay per click | Pay per click or impression |
| Time to results | 3 to 12 months | A few days | Immediate | Days, once an audience builds |
| What feeds it | Category and product pages, content, links | The Merchant Center product feed | Keywords and ad copy | Tags and ecommerce events |
| Main lever | Category pages | Feed quality and completeness | Purchase intent in the query | Segmenting by cart stage |
| What happens when you stop | Traffic stays | Stops immediately | Stops immediately | Stops immediately |
| Best fit for | A stable catalog with a long horizon | Any store with accurate stock and pricing | Brand terms, hero products, seasonality | Stores with existing traffic |
The practical conclusion: Shopping is the natural starting point for an online store, organic SEO is the investment that lowers customer acquisition cost over time, and both are fed by the same underlying assets - an organized catalog, accurate prices and unique product descriptions.
Organic SEO for an online store: the levers that actually move
In organic SEO for an online store, most of the upside sits in four specific places, and the blog is not one of them:
- Category pages are lever number one. The money terms in a store are category terms, not product names, so every category page needs a unique title, original copy explaining what is in the category and how to choose, and internal links to its subcategories.
- Unique product descriptions. A manufacturer description appears almost identically across dozens of stores, and Google has no reason to rank yours. Original copy, a structured spec and real reviews are the difference.
- Control over faceted URLs and duplicates. Colour, size and sort filters generate thousands of near-identical URLs that burn crawl budget. The fix is correct canonicals plus blocking filter combinations with no search value.
- Out-of-stock products. Do not delete the page. Keep it with updated availability and links to alternatives, otherwise you delete the ranking you built along with it.
On top of that, site speed matters more for stores than for any other site type, because every extra second on a product page meets abandonment head on. We covered organic SEO for a Shopify store at the settings and template level in a dedicated guide, and query mapping is best built through keyword research that separates category intent from product intent.
Faceted navigation and filter URLs: the number one technical problem in a store
This is where most stores lose their organic visibility, and it is barely covered in the average guide. Faceted navigation is any mechanism that lets a visitor narrow a product list: colour, size, brand, price range, sort order. Each combination usually generates its own URL.
The maths is brutal. One category with 6 colours, 5 sizes, 10 brands and 4 sort options produces 1,200 combinations, before pagination inside each one. A store with 40 categories easily reaches tens of thousands of URLs that all show variations of the same content. Google describes the consequence in two terms: overcrawling, meaning crawl resources spent on URLs of little or no value, and slower discovery, meaning important new content is found later. For a store that adds products weekly, slower discovery is the more expensive damage.
The common answer in the market is "just add a canonical". Google's own documentation on managing the crawling of faceted navigation URLs presents a different order of preference, and canonical is not at the top of it:
| Method | What it actually does | The limitation Google states explicitly | When to use it |
|---|---|---|---|
| Disallow in robots.txt | Stops crawlers reaching the filtered URLs at all | This is the method Google presents first. Often there is no good reason to allow crawling of filtered items | The default for most filter and sort combinations |
| Fragment-based filtering (#) | Google generally does not crawl URL fragments, so filtering produces nothing to crawl | Requires client-side filtering | Stores able to change the filtering mechanism |
| rel="canonical" | May, over time, decrease the crawl volume of non-canonical versions | Google words it as "may, over time". It is not immediate and it does not block crawling | A backup layer, never the only measure |
| rel="nofollow" | May help crawl efficiency | Only works if every anchor pointing to that URL carries the attribute. One missed link cancels the effect | Almost unenforceable on a large store |
The practical conclusion: relying on canonical alone means using a tool Google itself describes as slow and partial against a problem measured in tens of thousands of URLs. The stable fix is to decide in advance which filter pages have genuine search demand, allow crawling only for those, and block the rest.
How do you decide what deserves indexing? The test is simple: is there real search demand for the combination itself. "Men's running shoes" and "grey three-seater sofa" are phrases people actually search, so they deserve a dedicated page with its own title and copy. "Running shoes in grey, size 43, sorted by price descending" is not a search query and should not be crawlable. For the combinations you do choose to index, Google recommends three technical rules: use & as the standard parameter separator, keep filter order consistent in the URL, and return a 404 for filter combinations that do not exist rather than serving an empty page.
URL structure and product variants: what Google actually recommends
Product variants are the second source of duplication in a store. The same shirt in six colours can become six pages whose content is identical apart from one word. These are Google's documented recommendations, stated precisely:
- Use
?key=valueparameters rather than?value. That means/t-shirt?color=greenand/photo-frames?page=2, not/photo-frames?2. This format is what lets Google work out what each parameter does. - Avoid duplicate parameters.
?type=candy,sweetis preferred over?type=candy&type=sweet. - Keep session IDs and timestamps out of URLs. Temporary values create a fresh URL per visitor and inflate crawling for no benefit.
- A variant has two valid forms: a path segment such as
/t-shirt/green, or a query parameter such as/t-shirt?color=green. Both are acceptable. - The rule most stores miss: when the variant parameter is optional, the canonical URL should be the URL without the parameter. The base product page is the primary version, and the variant pages point to it.
One point worth absorbing before investing in a URL restructure: Google states that it generally does not work out site structure from URL structure, but analyses the links between pages to understand relative importance. The budget implication is direct. A painful URL migration will return less than a properly organised internal linking structure. Descriptive words in the path still help, but they are no substitute for link architecture.
At platform level, each system has one default defect that shows up in almost every audit we run:
| Platform | Common defect | What to do |
|---|---|---|
| Shopify | The same product is served at two URLs, /products/x and /collections/y/products/x, duplication created by category navigation itself | Ensure the canonical on every version points to the clean /products/ URL, and link internally only to that |
| WooCommerce | Filter and sort parameters crawlable by default, including sort-by-price and display options | Block sort and display parameters, leave open only filter combinations with search demand |
| Custom builds | Filter pages returning 200 even for empty or non-existent combinations | Return 404 for combinations that do not exist, as Google recommends |
We covered the template-level settings in our Shopify organic SEO guide.
Category pages vs product pages: splitting search intent
This question comes up in every project, and the answer is not "category" or "product" but a precise split of intent:
| Query type | Example | Page that should rank | What decides it |
|---|---|---|---|
| Generic, high volume | "orthopaedic mattress" | Category page | Original copy explaining how to choose, plus links to sub-categories |
| Generic with an attribute | "double orthopaedic mattress" | Sub-category or an indexed filter page | Real search demand for the combination, and a unique title |
| Exact model name | "Hollandia Nirvana 160 mattress" | Product page | Unique description, structured specification, genuine reviews |
| Choice question | "spring vs foam mattress" | Content page or guide | A direct answer up front, which also makes it a candidate for AI citation |
The rule that follows: category pages are the money terms and therefore take most of the internal links, and product pages inherit authority through them. A sound structure has the homepage linking to top categories, each category linking to its sub-categories and best-selling products, and each product page linking back to its category through breadcrumbs. That is precisely the mechanism Google describes when it says it learns relative importance from links rather than from URLs.
Out-of-stock products and products removed from the catalogue
This is the cheapest mistake to fix and the most expensive to make. A store that deletes a product page every time stock runs out also deletes the ranking built over months and the external links pointing at it. Google's guidance is clear: it is better to keep the page and mark it out of stock, so people can still understand what is going on even if they cannot buy. If the site uses structured data, availability should be updated to match.
One warning almost nobody knows: Google explicitly advises against disabling the add-to-cart function as a way of stopping purchases, because Google may use add-to-cart as part of verifying final price details, including tax and shipping costs. A store that disables the button during a stock-out risks damaging its own price verification.
| Situation | Correct action | Why |
|---|---|---|
| Temporarily out of stock, returning | Keep the page live, update availability in structured data, show alternatives and a back-in-stock option | Preserves ranking and links ahead of restocking |
| Permanently discontinued, replacement exists | 301 redirect to the closest replacement product page | Passes accumulated value to a page that will keep selling |
| Permanently discontinued, no replacement | Redirect to the relevant category, or keep the page with an explanation and category links | Avoids leaving the visitor on an error page |
| Seasonal product | Keep the page live all year | Building ranking for next season starts months ahead |
What does promoting an online store cost? The 2026 numbers
The table below collects current 2026 ecommerce industry benchmarks. Read them as reference ranges rather than promises: the spread between categories is enormous, and electronics for example is significantly more expensive than most other categories.
| Metric | 2026 average | What it means for your store |
|---|---|---|
| Average ecommerce conversion rate | About 2.6% | Below 1.5% the problem is usually the site, not the campaign |
| Shopping campaign conversion rate | About 1.8% to 1.9% | The basis for sizing budget against a sales target |
| Shopping cost per click | About $0.66 global average | Far cheaper than a search click, which is why you start here |
| Search cost per click (retail) | Several times higher than Shopping | Reserve search for proven purchase-intent queries |
| Typical ROAS range | 3x to 8x | A realistic starting target is 3x to 5x |
| Top-quartile Shopping ROAS | Around 6x | The excellence bar to aim for after optimization |
| Performance Max vs standard Shopping | Roughly 15% to 20% higher ROAS | Worth the move, but only once feed and conversion tracking are clean |
How do you turn that into a budget? The formula is simple: the number of monthly sales you want, divided by your conversion rate, multiplied by cost per click. A store targeting 100 sales a month at a 1.8% conversion rate needs roughly 5,500 clicks. If the resulting media budget is larger than the gross profit on 100 sales, the problem is not the campaign - it is the unit economics of the product. We expanded on this in our paid advertising guide.
What to do first: priorities by store stage
The most common mistake is spreading budget across all four channels on day one. The right order depends on the stage the store is in:
| Store stage | Do this first | What waits for the next stage | Success metric |
|---|---|---|---|
| New store, no traffic | A clean Merchant Center feed plus a focused Shopping campaign | Organic SEO and remarketing | First sale and a known acquisition cost |
| Store with first sales | Accurate conversion tracking plus cart-abandonment remarketing | Moving to Performance Max | Stable ROAS above 3x |
| Store with steady traffic | Organic SEO for the leading category pages | Catalog expansion and supporting content | Falling customer acquisition cost |
| Established store | Complete structured data plus AI search visibility | Expansion to new markets or platforms | Citation rate in AI answers |
The product feed and Merchant Center: what changed in 2026
The product feed is the most underrated asset in an online store today. It powers Shopping campaigns, free product listings, and AI search answers. Google updated its product data specification during 2026, and these are the changes worth knowing:
- A higher minimum image resolution. Google began issuing Merchant Center warnings for images that do not meet the new requirement, with actual enforcement starting 31 January 2027. Close this one early, because replacing images across a large catalog is a project.
- A product video attribute. You can start submitting product videos in the feed now, while serving plus quality and policy validation begin on 30 June 2026.
- Product-level shipping controls. New fields cover a handling cutoff time, a minimum order value, and loyalty shipping labels. These directly affect how reliably your offer is presented to shoppers.
- Sale date ranges and a category field. Google expanded its structured data documentation so you can define when a sale starts and ends using validFrom, validThrough and priceValidUntil, and state the product category in a dedicated property.
The key principle: the same product page is now graded by three systems at once - classic organic results, the merchant listing experience, and AI search. All three read the same structured data. A feed with inaccurate prices or wrong availability does not just disqualify ads, it removes you from the answers. If you are starting out, our Google Merchant Center guide walks through the setup step by step.
AI search and shopping: what really changed in 2026
This is the most significant shift online stores have seen in years, and it is no longer theoretical. The picture in numbers:
- AI Overviews on shopping queries jumped from about 2.1% in November 2025 to roughly 14% in March 2026, based on an analysis of more than 20 million shopping search results.
- The traffic impact is real: industry reports point to a steep drop in click-through rate to organic results when an AI Overview is present.
- But being cited is a sharp advantage: brands that earn a citation report roughly 35% more organic clicks, around 91% more paid clicks, and materially higher conversion rates.
- Google AI Mode has become a channel of its own, with tens of millions of daily users, answering free-form shopping questions with product recommendations, pricing, reviews and availability.
The practical conclusion for an online store is that organic SEO is no longer measured by position alone. It is also measured by whether your product appears in the answer. What raises the odds of being cited is exactly what counts as good hygiene anyway: complete and accurate product data, real reviews with ratings, structured specs, direct and concise answers to the questions shoppers actually ask, and content that explains how to choose rather than only what to buy.
Google Shopping and Performance Max: running them properly
Most stores switch on Performance Max and expect the algorithm to solve everything. In practice, a good PMax campaign is mostly the product of good inputs:
- Accurate conversion tracking before anything else. If conversion value is not sent correctly, the algorithm optimises toward the wrong outcome and nothing else matters.
- Segment the catalog by profitability. Do not run the entire catalog in one campaign. Separate high-margin products from the long tail so budget does not leak into items that never pay back.
- Product titles written for search. The feed title is effectively the search field in Shopping. A structure of brand, model, differentiating attribute and size beats generic marketing copy.
- Keep a separate brand search campaign. It is cheap, converts high, and protects your branded traffic.
We detail how we manage this channel on our Google Shopping advertising page, and for Shopify stores on advertising for Shopify sites. It is also worth reading about lowering advertising costs without hurting sales.
A 90-day plan for promoting an online store
- Days 1 to 14 - infrastructure. Set up Merchant Center, validate the feed down to zero critical errors, install conversion tracking with purchase value, and check speed on product and category pages.
- Days 15 to 30 - launch. A Shopping campaign on your 20 most profitable products, a branded search campaign, and the start of audience collection for remarketing.
- Days 31 to 60 - optimise and begin organic. Segment by profitability, switch on cart-abandonment remarketing, and write original copy for your 10 most important category pages.
- Days 61 to 90 - expand. Move to Performance Max if the data is stable, complete structured data across all product pages, and build content targeting the choice questions that appear in AI Overviews.
Seven mistakes that kill online store promotion
- Buying links. This is an explicit violation of Google's spam policies and puts the whole domain at risk. Invest in genuine mentions, partnerships and content worth linking to, not in purchased links.
- Copying manufacturer descriptions. Content identical to dozens of other stores will not rank, and will not be cited in AI answers either.
- Deleting out-of-stock product pages. You delete the ranking and the links accumulated to that page along with it.
- Running the whole catalog in one campaign. Budget leaks into near-zero-margin products and hides the ones that actually work.
- Ignoring the product feed. A feed with availability and pricing errors now damages paid ads, free listings and AI search visibility at the same time.
- Leaving faceted pages open to crawling. Thousands of near-identical URLs waste crawl budget that should have gone to new product pages.
- Measuring success by clicks. In a store the only metric that decides is return on spend and profit, not traffic volume.
Update: Local Inventory Ads default-on for Shopping campaigns
Stores that combine online sales with a physical location have a near deadline: from August 31, 2026 Local Inventory Ads are enabled by default on every Google Ads Shopping campaign. The separation between online and local inventory moves to the Inventory filter, and the API field that used to disable the feature stops working. Audit your campaign structure before the date - full detail in our July 2026 Google Ads updates.
Retail demand is rarely flat across the year. Google Trends seasonality data will show you the two or three weeks where interest in your category climbs fastest, which is when the inventory and the ad budget both need to be ready.
Frequently asked questions about promoting an online store
How long does it take to promote an online store on Google?
On paid channels results arrive within days: a Shopping campaign starts producing traffic and sales almost as soon as the feed is approved. Organic SEO runs on a three to twelve month horizon before meaningful traffic, with category pages in less competitive niches moving faster than product pages in saturated categories.
For a new store, is organic or paid better?
A new store almost always starts with paid, and within paid, with Google Shopping. The reason is that a new store first needs to know whether the product sells and at what acquisition cost - an answer paid gives in weeks and organic gives in months. You start organic in parallel at the infrastructure level and go deeper once you have real sales data.
How much does it cost to promote an online store on Google?
On paid you pay per click, and the budget derives from your target sales divided by conversion rate multiplied by cost per click. In 2026 benchmarks the average Shopping conversion rate is about 1.8%, so each sale takes roughly 55 clicks on average. Organic SEO involves no payment to Google, but does carry management, content and development costs.
Which matters more in a store, category pages or product pages?
Category pages. They target the high-volume generic terms, they stay stable over time even as products rotate, and they distribute internal authority to the product pages beneath them. Product pages matter mainly for exact model queries and for the Shopping channel.
Do Google AI Overviews hurt online stores?
They change the game in both directions. On one hand AI Overviews appear on a substantial share of shopping queries and reduce click-through to organic results. On the other hand, stores cited inside the overview report more clicks and higher conversion rates. The way onto the winning side is complete product data, real reviews and content that answers choice questions directly.
Do I need Merchant Center even without paid campaigns?
Yes. Merchant Center also powers free product listings and the Google shopping experience, including AI-based answers. A store that skips a clean feed is giving up visibility it would not have paid for.
How is promoting an online store different from promoting a regular site?
Three fundamental differences: scale, because a store has thousands of pages that require automated rather than manual management; the product feed, an entire channel that does not exist on a brochure site; and dependence on dynamic filter and sort URLs, which demand technical control so they do not burn crawl budget.
How do I stop filter pages burning my crawl budget?
Decide in advance which filter combinations have real search demand and leave only those crawlable, blocking the rest. It matters that Google presents a robots.txt disallow as the first method, while rel="canonical" is described in its documentation as something that may reduce crawl volume over time only, and rel="nofollow" works only if every anchor pointing to that URL carries the attribute. Relying on canonical alone is the most common mistake on large stores.
Should I delete the page of a product that is out of stock?
No. Google recommends keeping the page and marking it out of stock so visitors understand what is happening, and updating availability in your structured data. Deleting it also deletes the ranking and links it accumulated. It is also important not to disable the add-to-cart button, because Google may use it as part of verifying final price details including tax and shipping. A permanently discontinued product with a replacement is the one case where a 301 redirect is the right action.
Which URL should be canonical on a product page with variants?
When the variant parameter is optional, Google recommends that the canonical URL be the one without the parameter, that is the base product page. The variant itself can be expressed as a path segment such as /t-shirt/green or as a parameter such as /t-shirt?color=green, and both forms are valid.
Is it worth restructuring my store URLs to improve SEO?
Usually not as a first move. Google states that it generally does not infer site structure from URL structure but analyses the links between pages. A URL migration is a risky project with marginal upside, while organising internal links between the homepage, categories and product pages delivers more for far less risk.
In summary
Promoting an online store on Google is not one action but an order of operations: first a clean product feed and accurate conversion tracking, then a Shopping campaign that generates your first real sales data, and in parallel building strong category pages that become a long-term organic asset. In 2026 a third layer joins them: structured data and the product feed now also feed AI answers, which makes catalog hygiene a marketing asset rather than a technical chore. At SFB Digital Marketing we have been working with ecommerce stores for over 11 years and manage tens of millions of shekels in media. Want to know what is right for your store? See our Google Shopping advertising service, review our organic SEO packages or get in touch.
Sources: Google Merchant Center documentation covering the 2026 product data specification update and merchant listing structured data, alongside 2026 ecommerce industry benchmark reports on conversion rates, cost per click and ROAS, and market analyses of AI Overview coverage across shopping queries. Figures are presented as reference ranges and vary substantially between categories and markets.



