A
Algorithm
The set of rules Google uses to decide which pages rank for which searches. Google's core algorithm is updated thousands of times a year, with major "core updates" published a few times annually. Most algorithm changes are small; the named ones (e.g., "Helpful Content Update") have bigger ranking impact.
C
Canonical tag
An HTML element <link rel="canonical"> that tells Google which version of a page is the "primary" version when duplicates exist. Critical for e-commerce sites with filtered URLs and any site with print/mobile/HTTPS variants.
C
Core Web Vitals (CWV)
Google's measurement of page experience: Largest Contentful Paint (LCP, how fast main content loads), Interaction to Next Paint (INP, responsiveness), and Cumulative Layout Shift (CLS, visual stability). Pages with poor CWV scores lose rankings. See our speed optimisation service.
C
Crawl budget
The number of pages Googlebot will crawl on your site in a given period. For large sites (10,000+ pages), crawl budget management matters, you want Google spending it on important pages, not duplicates or junk.
E
E-E-A-T
Google's quality framework: Experience, Expertise, Authoritativeness, Trustworthiness. Especially important for YMYL topics (health, finance, legal). Content from named experts with credentials outranks anonymous content.
H
Hreflang
An HTML attribute (or sitemap field) telling Google which language and region a page targets, hreflang="en-AU" for Australian English. Critical for international sites to prevent the wrong country version showing in SERPs and to avoid duplicate-content issues.
H
HTTP status codes
200 OK · 301 permanent redirect · 302 temporary redirect · 404 not found · 410 gone · 500 server error · 503 unavailable. Audit your site for 4xx and 5xx errors regularly, they bleed crawl budget and link equity.
H
HTTPS / SSL
Encrypted HTTP. Google has used HTTPS as a ranking signal since 2014, and Chrome marks non-HTTPS sites as "Not Secure". Every Australian business site should be HTTPS, free via Let’s Encrypt or Cloudflare, and table stakes for trust.
I
Indexing
The process where Google adds your pages to its searchable database. A page that isn't indexed can't rank. Check indexation status in Google Search Console.
L
Lighthouse
Google’s open-source page audit tool, built into Chrome DevTools. Measures Performance, Accessibility, SEO, and Best Practices scores out of 100. Our free SEO audit tool uses Lighthouse data via the PageSpeed Insights API.
M
Mobile-first indexing
Since 2020, Google indexes the mobile version of your site by default, even for desktop searches. If your mobile site is missing content, schema, or links that desktop has, those signals are invisible to Google. Build mobile-first.
N
Noindex / Nofollow (meta robots)
HTML meta tags or HTTP headers instructing Google: noindex = don’t include this page in search results · nofollow = don’t follow the links on this page. Powerful tools, a stray noindex on a critical page can erase it from Google overnight.
P
Page speed
How fast a page loads and becomes interactive on a real device. Measured by Core Web Vitals + Lighthouse. Slow pages lose rankings AND conversions. Run a free audit to see your scores.
R
Redirect (301 / 302)
A server instruction that points one URL to another. 301 = permanent (passes ranking signals, use for site migrations and consolidations). 302 = temporary (Google treats it provisionally, passes fewer signals). Get this wrong on a site migration and you can lose months of SEO equity.
R
Render-blocking resources
Scripts or stylesheets the browser has to download and process before it can paint the page. The #1 cause of poor LCP scores. Fix with defer/async attributes, preloaded critical CSS, and code splitting.
R
Robots.txt
A plain-text file at the root of your domain telling crawlers which paths they can or can't visit. Misconfigured robots.txt files have nuked entire sites from Google's index. Audit yours regularly.
S
Schema markup
Structured data (usually JSON-LD) that tells Google what your page means, not just what it says. Powers rich results: star ratings, FAQs, recipes, events, products, local business info. Direct ROI on most pages.
S
Sitemap
An XML file listing all the URLs on your site you want indexed, plus metadata about each. Submitted in Google Search Console. Critical for large or new sites where Google might miss pages on its own.