category pages product schema crawl budget sell nationwide

eCommerce SEO · Canberra & the ACT

eCommerce SEO in Canberra: sell right across Australia from a Canberra base

An online store lives or dies on its architecture. Category and product structure, filtered navigation, product schema and crawl budget decide whether Google can even find your range, let alone rank it. We fix the technical foundation most stores get wrong, then target the national searches that drive sales, while keeping your Canberra brand signals strong.

  • Category and product pages that rank
  • Filter and crawl-budget traps, fixed
  • Sell nationally, stay a local brand
How a store should be structuredCategory first
Home/
Categoryranks most
Subcategory/cat/sub/
Product/product/
Product/product/
Flat product URLs, so one product is not duplicated
3xMore keywords a category page can rank for
NationalSell Australia-wide from a Canberra base
0Duplicate filter URLs left crawlable
3 to 6 moTypical time to measurable results

What it is

What makes ecommerce SEO different?

eCommerce SEO is search optimisation built for online stores, and it deals with problems a normal website never faces. Large product catalogues, category and product templates at scale, filtered navigation that can spawn thousands of near-duplicate URLs, out-of-stock and discontinued products, and product schema for rich results. The goal is not just traffic, it is qualified buyers landing on pages that are ready to sell.

Scale

Hundreds or thousands of pages on a handful of templates, where one structural mistake repeats across the whole catalogue.

Filtered navigation

Colour, size and price filters that multiply into thousands of crawlable URLs and quietly drain your crawl budget.

Stock changes

Products that sell out or get discontinued, each needing a deliberate URL decision rather than a silent broken page.

Product schema

Structured data for price, availability and reviews, so your listings can show stars and prices right in the search results.

Where the traffic is

Category pages usually out-earn product pages

It surprises most store owners, but your category pages are the real workhorses. They target broader shopping searches, rank for far more keywords, and keep their value even when individual products sell out. Get them right first, then work down to your priority products.

Category pages

Optimise first

Rank for around 3x more keywords than product pages

  • Target broad, high-volume shopping searches
  • Survive when products sell out or change
  • Accumulate authority and links over time
  • A short intro above the grid, richer content below it

Product pages

Then these

Rank for narrow, often branded product searches

  • Capture specific, lower-volume buying queries
  • Do the converting once a visitor arrives
  • Need unique copy, real reviews and clean schema
  • Kept on flat URLs so one product is not duplicated

The trick with a category page is to lead with the product grid, keep the intro short, and put the fuller descriptive content and buying guidance below the grid so the page ranks without pushing products off the screen. The same category-over-listing logic applies to any catalogue-style site, which is why real estate SEO treats suburb and property-type pages exactly the way a store treats its categories.

The biggest technical win

How filters turn one page into thousands

This is the issue almost no store realises it has. Every filter on a category page can create a new URL, and combinations multiply fast. Google calls it an infinite URL space, and it wastes the crawl budget that should be spent finding your real pages. Switch the filters on and watch what one category page becomes.

1
One clean category URLcrawlable URLs from a single category page
Healthy

With no filters, Google crawls one page. Turn a few on and the combinations multiply. Now imagine that across every category in your catalogue.

1
Block crawling with robots.txtGoogle's most effective fix. Disallow the filter parameter patterns, for example Disallow: /*?*colour=, so those URLs are never crawled.
2
Canonical filtered URLs to the base categoryPoint every filtered version back at the clean category URL as a supporting signal, so any that do get crawled consolidate to one page.
3
Return a 404 when a filter combination is emptyAn empty filtered page should return a proper not-found, not a thin 200 page that Google may try to index.
4
Promote the filters people actually searchWhere there is real demand, for example "red running shoes", we build that as a genuine indexable subcategory with its own content, rather than leaving it as a filter.

Source: Google Search Central documentation on faceted navigation. The point is to stop Google wasting crawl budget on junk URLs, not to add more pages.

Stock decisions

What happens to SEO when a product goes out of stock?

There is no single rule, and getting it wrong at scale is costly. Mass-deleting products throws away accumulated link value, while redirecting everything to the homepage looks like manipulation to Google. The right call depends on one question, then a second.

First question: is the product coming back?
Temporarily out of stock

Keep it live 200

The product is returning, so keep the page live, mark it as out of stock in the schema, and show back-in-stock or related options. It holds its rankings and link value for when stock returns.

Discontinued, no links or traffic

Let it go 404 / 410

Gone for good with nothing pointing to it. Return a proper 404, or a 410 to have Google drop it faster. There is nothing here worth preserving, so a clean removal is correct.

Second question: does it have links or traffic?
Discontinued but has links or ranks

Redirect it 301

It carries backlinks, traffic or rankings worth keeping. Redirect it to the closest equivalent product or its parent category, so that earned ranking strength is passed on rather than thrown away.

Discontinued but still useful

Keep and mark it 200

Manuals, care guides or a page that still gets useful traffic. Keep it live, clearly mark the product as discontinued, and link to its replacement so the visitor is not stuck.

Rich results

Product schema, so your listings stand out

Product structured data tells Google your product name, price, availability and rating in a format it can read directly. Done properly, it makes your listings eligible for rich results, so a search page can show star ratings, price and stock status before anyone even clicks.

Product schema · JSON-LDon every product page
{
  "@type": "Product",
  "name": "Merino Wool Jumper",
  "image": "/img/jumper.jpg",
  "brand": { "name": "Your Brand" },
  "offers": {
    "@type": "Offer",
    "price": "149.00",
    "priceCurrency": "AUD",
    "availability": "InStock"
  },
  "aggregateRating": {
    "ratingValue": "4.8",
    "reviewCount": "126"
  }
}

Required: name, image and an offer with price and currency. Recommended: availability, brand and an aggregate rating. Marked-up price and stock must match the visible page.

The payoff is what a shopper sees before they click. With complete markup, your listing can show a star rating, the price and whether the item is in stock, which lifts click-through against plainer results. It also feeds the Google Shopping and merchant experiences where product searches increasingly happen.

yourstore.com.au · Merino Wool Jumper
Merino Wool Jumper | Your Brand
★★★★★ 4.8 (126) $149.00 In stock

Markup makes you eligible for these, it does not guarantee them, and Google shows them at its own discretion. Keep the data accurate and in sync with the page, because mismatched price or stock can trigger a structured-data penalty. If your store runs on WordPress, this ties into our WordPress SEO work.

Speed sells

Core Web Vitals: the speed thresholds stores keep failing

Google measures three loading and stability signals, and online stores fail them more than any other type of site, because product images, tracking scripts and app widgets pile up fast. A slow store loses rankings and sales at the same time. These are the exact targets we build to.

LCP ≤ 2.5s

Largest Contentful Paint

How fast your main content, usually the hero product image, actually appears.

INP ≤ 200ms

Interaction to Next Paint

How quickly the page responds when a shopper taps add-to-cart or a filter.

CLS ≤ 0.1

Cumulative Layout Shift

How much the layout jumps as it loads, the thing that makes you tap the wrong button.

INP replaced First Input Delay as a Core Web Vital in March 2024, so any guide still citing FID is out of date. Google measures these at the 75th percentile of real visits, meaning most of your shoppers must have a good experience, not just your test on a fast connection. The deeper diagnostics live in our technical audit stores need.

Your platform

Shopify, WooCommerce or Magento: what changes for SEO?

Every platform can rank, but each has its own quirks, ceilings and traps. Pick yours to see what genuinely matters, and where the usual advice is wrong for it.

What works in your favour

Strengths
  • Fast, well-maintained hosting and clean core code out of the box
  • Product schema and clean templates are usually handled by the theme

Where it needs help

The traps
  • Forced URL structure duplicates products across collections; canonicals matter
  • App overload silently wrecks Core Web Vitals; every app adds script weight

What works in your favour

Strengths
  • Full control of URLs, content and structure, the most flexible for SEO
  • Runs on WordPress, so blog content and product pages live in one system

Where it needs help

The traps
  • Speed is on you: hosting, caching and a lean plugin stack decide your vitals
  • Faceted filters can spiral without proper indexing control

What works in your favour

Strengths
  • Built for large catalogues, with powerful native SEO and multi-store controls
  • Fine-grained control of canonicals, indexing and URL rewrites

Where it needs help

The traps
  • Heavy and complex; speed and crawl budget need real engineering attention
  • Default layered navigation generates crawlable filter URLs by the thousand

On WooCommerce we go deeper on speed and the plugin stack in our WooCommerce SEO work. Note the network rule: our national Shopify guide lives on the Brisbane site; here we cover Shopify as it applies to a Canberra store.

Words that sell

Content that catches shoppers ready to buy

A product grid alone rarely ranks for the searches with the strongest buying intent. The stores that win pair clean architecture with real content: category copy that explains the range, buying guides that answer the questions a shopper has just before they purchase, and comparison pages that catch people weighing two options.

This is where commercial-intent keywords live: best, versus, how to choose, for a specific use. A buying guide ranking for one of those brings a warm shopper straight to your range, then your category and product pages close the sale. We write it as part of your plan, the same craft behind our category and product copy, and place it so it feeds your money pages rather than sitting off to the side as a blog.

Category copyA short, useful intro that helps shoppers and gives Google real text to rank, above or below the product grid.
Buying guidesThe how-to-choose and best-for content that captures a shopper in the research moment, then links to the products.
ComparisonsHead-to-head pages that catch high-intent "X vs Y" searches and settle the decision in your favour.

The Canberra angle

A local store selling to the whole country

Most Canberra online stores sell Australia-wide from a Canberra base, and that is a strength, not a conflict. The strategy is to keep your local brand signals strong while your money pages compete nationally. You do not put Canberra in every product title, and you do not hide where you are from either.

Your local signals build trust and brand recognition: a real Canberra presence, a consistent business name, address and phone, local schema on your contact and about pages, and mentions from local sources. Those tell Google who you are and that you are a genuine business, which quietly supports everything else. This is where our local SEO work and your store overlap.

Your category and product pages, meanwhile, compete on national product searches, the terms a shopper anywhere in Australia types when they are ready to buy. The one page that should target a Canberra search is this one, because someone looking for ecommerce SEO Canberra wide has local intent. Your store's own pages chase the product intent that drives sales, wherever the buyer happens to live.

Two jobs, one storelocal & national
Brand & contact pagesLocal signals: Canberra presence, NAP, local schema
Category & product pagesNational intent: product searches, no city needed

FAQs

eCommerce SEO Canberra: your questions answered

The questions store owners ask before investing, answered straight: how it differs, where to start, what filters do to your SEO, and how selling nationally from Canberra works.

eCommerce SEO is search optimisation built for online stores. On top of normal SEO it deals with problems most sites never face: large product catalogues, category and product page templates at scale, filtered navigation that can spawn thousands of near-duplicate URLs, out-of-stock and discontinued products, and product schema for rich results. The goal is not just traffic but qualified buyers landing on pages that are ready to sell.

Category pages first, for most stores. They target broader, higher-volume shopping searches, rank for far more keywords than product pages, and keep their value even when individual products sell out. Product pages then capture specific and branded searches and do the converting. We usually fix site structure, optimise your key category pages, then work down to your priority products, tying it together with internal linking.

Faceted navigation is the colour, size, price and brand filters on your category pages. Each filter can create a new URL, and combinations multiply fast, so a single category can generate thousands of near-identical URLs. Google can waste its crawl budget on these instead of your real pages. We control it with robots.txt rules, canonical tags back to the base category, and careful indexing, so search engines spend their time on the pages that earn money.

It depends on whether it is coming back. If it is temporarily out of stock, we keep the page live and mark it unavailable, so it holds its rankings for when stock returns. If it is gone for good with no traffic or links, we let it return a proper 404 or 410. If it has valuable links or traffic, we redirect it to the closest product or category so that ranking strength is not thrown away.

Yes. Product structured data tells Google your product name, price, currency, availability and rating in a format it can read directly. Done properly it makes your listings eligible for rich results, so search pages can show star ratings, price and stock status. That extra detail lifts click-through rates. Price and stock must always be included, and the marked-up data has to match what shoppers see on the page.

Both can rank strongly, so the better platform is the one that fits how you run the business, not a universal winner. Shopify gives you fast, well-maintained hosting and clean templates out of the box, but a rigid URL structure and app bloat to manage. WooCommerce gives you full control of URLs, content and structure, but speed and security sit with you. Magento suits very large catalogues that need serious engineering. The platform tabs above break down the strengths and traps of each. We work across all of them and will not tell you to rebuild on a platform you do not need.

Usually three to six months for meaningful movement, and six to twelve for strong, compounding revenue growth, in line with Google's own guidance. Stores can see technical wins sooner: fixing crawl waste, indexation and Core Web Vitals often lifts existing pages within weeks. The bigger your catalogue and the more competitive your products, the longer the full climb, though Canberra's softer local competition helps on the branded and local-intent searches. A store that keeps publishing category content and earning links keeps pulling ahead after the first year.

That is the common setup, and it is a strength. We keep your local brand signals strong through your Google Business Profile, a real Canberra presence and local mentions, which builds trust and recognition. Your category and product pages then compete nationally on the product searches that drive sales, without stuffing Canberra into every title. Local authority and national commercial reach work together rather than against each other.

Get started

Get an ecommerce SEO audit

Send us your store and we will audit the architecture, the filtered navigation, the product schema and the crawl budget, then show you exactly what is holding your rankings back and what it would take to fix. You get a clear, prioritised read and a fixed quote.

If your store is already technically sound and the gap is content or authority, we will tell you that and point you to our SEO copywriting work instead, where the effort is better spent. We would rather earn a long relationship than sell you the wrong first step.

Your ecommerce auditFixed quote
  • Site architecture and category structure reviewed
  • Faceted navigation and crawl-budget check
  • Out-of-stock and discontinued URL policy
  • Product schema and rich-result eligibility
  • A prioritised plan and a fixed quote