This is a post to remind me how to add sub-category pages on a specific e-commerce site, but most of the instructions are universal to M1
Go to Catalog – Manage categories
Leave on “All Store Views”
Click into folder you want to put a sub-category
Press “Collapse All” at the top to keep folders tidy
Highlight the Category/Folder you want to add the new sub-category into
Click the “+ Add SubCategory” button (blue)
For a new sport category, click “”NWS UK” and then “+ Add Subcategory”
First Tab – if the H1 is too long for the menu – populate Category Name and Category Heading differently
eg.
First Tab – General Information
– is main tab to fill in – URL Key, meta title, page title (name), meta description
– “Include in Navigation Menu” – “NO”
Second Tab – General
Define Filter menu for left of page “Filter Select Mode” – Enable Selected Filters with the drop down menu
Add “price” as a filter
Add anything else relevant
“Display Settings” Tab
-Products only
Is Anchor – “Yes“
Make a note of ID Number of sub cat.
“Category Products” Tab
Add with product ID or search by name – then tick checkbox on left
Position – uses box on the right. Add in tens – 10, 20, 30, not 1,2,3*
*This makes it easier to add new products in order. If you order everything 1,2,3,4 etc, then you have to change all the order numbers when you add in a new product. Whereas if you order them 10,20,30, then you can add a new product with an order number of 15 and it will sit 2nd.
!Don’t drag the category folders into other folders!
Remember to enable the new Sub-category on the first tab when it’s ready!
Double check – “NO” in “include in menu”
Check added category products – not related products
For personal reference
Remember to keep on “All Store VIews” when adding to es and de too
Thanks to all the external sheets, this has become tricky.
I’ve been using this technique, because I’m an SEO Executive, developing pages for our Magento site, without any dev help – so I’m using existing pages and robbing bits of code to help me layout images properly.
This is for personal reference – so apologies if it doesn’t work for you (let me know)
Right click – Inspect Element
Click the pointer near the top left of the inspect element window – or hover in the code until the area you want to copy is highlighted.
In the elements window, find the element you want to rob the code for and hover over it with the pointer
Move upwards, until the entire section is highlighted – if you move upwards with the pointer and it selects the element/section above, then you’ve gone too far, so move down one
Right click – Copy – Copy Element
Paste into your own code
Note – unlike me (I’m updating the same site as I’m stealing code from) if you are trying to get the code form another website, you’ll need to get the style sheet.
Right click on the webpage and “View source” – then look for:
<link rel=”stylesheet” type=”text/css” href
and click the link after “href” – that should take you to the CSS sheet
Semantic search adds context and meaning to search results. For example, if someone is searching for “Lego” – do they want to buy Lego toys, or see a Lego movie or TV show (Ninjago is great). Another example might be “Tesla” – do people want to see the latest self-driving car, or learn more about Tesla the scientist and inventor?
How to Optimise for Semantic Search
Make sure you understand search intent and any confusing searches like Tesla(inventor or car?), Jaguar (car or animal?), etc
Look for structured data opportunities
Optimise internal links – especially if you are using a “Pillar Post” and “Cluster Page” structure
Follow traditional on page SEO best practices with headers, meta titles, alt tags etc
Tools for Semantic Search
SMA Marketing have done a cool YouTube video about Semantic Search and they recommend tools including:
Wordlift
Frase
Advanced Custom Fields for WordPress
Google Colab with a SpaCy
Before you publish a post – look at the search results for the keyword(s) you are optimising the post for. Check in incognito in Chrome to remove most of the personalisation of the results.
For any answer boxes or snippets, you can click the “3 dots” to get information about the results:
As well as the snippets, you can click the 3 dots next to any organic result. Here’s another result for “MMA training program pdf” with some additional information:
With this in mind – if you are looking to rank for “MMA training program pdf” then you will want to include the search terms highlighted in the “About this result” box: mma, training, program, pdf and ideally LSI keywords “workout” and “plan”.
It’s also a good idea to scroll down to the bottom of the SERP and check out the “related searches”
Take a look too at any breadcrumb results that pull through below the organic listings. Combining all this information will give you a good idea as to what Google understands by your search query and what people are looking for too.
Hover over [1] and click the play icon that appears (highlighted yellow in screenshot below)
When that section has finished loading and refreshing, scroll down to the “Installation tensorflow + transformers + pipelines” section and click the play icon there.
When that’s finished doing it’s thing, scroll down again, and add your search query to the uQuery_1: section:
add your query and then press the “play” button on the left hand side opposite the uQuery_1 line
You should then see the top 10 organic results from Google on the left hand side – in the form of a list of URLs
Next, you can scrape all the results by scrolling down to the “Scraping results with Trafilatura” section and hover over the “[ ]” and press play again:
Next, when the scraping of results is done – scroll down to “Analyze terms from the corpus of results” section and click the play button that appears when you hover over “[ ]”
Next! when that’s done click the play button on the section full of code starting with:
“df_1[‘top_result’] = [‘Top 3’ if x <= 3 else ‘Positions 4 – 10’ for x in df_1[‘position’]] # add top_result = True when position <=3 “
Finally – scroll down and click the play button on the left of the “Visualizing the Top Results” section.
On the right hand side where it says “Top Top 3” and lists a load of keywords/terms – these are frequent and meaningful (apparently) terms used in the top 3 results for your search term.
Below that, you can see the terms used in the results from 4-10
Terms at the top of the graph are used frequently in the top 3 results e.g. “Mini bands”
Terms on the right are used frequently by the results in positions 4-10
From the graph above, I can see that for the search term “resistance bands” the top 3 results are using some terms, not used by 4-10 – including “Mini bands”, “superbands” “pick bodylastics”
If you click on a term/keyword in the graph – a ton of information appears just below:
e.g. if I click “mini bands”
It’s interesting that “mini bands” is not featured at all in the results positioned 4-10
If you were currently ranking in position 7 for example, you’d probably want to look at adding “mini bands” into your post or product page
You can now go to the left-side-bar and click “Top 25 Terms” and click the “play icon” to refresh the data:
Obviously – use your experience etc and take the results with a pinch of salt – some won’t be relevant.
Natural Language Processing
next click on “Natural Langauge Processing” in the side-menu
Click the “play” icons next to “df_entity =df_1[df_1[‘position’] < 6]” and the section below.
When they have finished running click the play icon next to “Extracting Entities”
Click “play” on the “remove duplicates” section and again on the “Visualising Data” section
This should present you with a colourful table, with more terms and keywords – although for me most of the terms weren’t relevant in this instance 😦
You can also copy the output from the “Extracting the content from Top 5” section:
Then paste it into the DEMO/API for NLP that Google have created here:
You can then click the different tabs/headings and get some cool insights
Remember to scroll right down to the bottom, as you’ll find some additional insights about important terms and their relevance
The Google NLP API is pretty interesting. You can also copy and paste your existing page copy into it, and see what Google categories different terms as, and how “salient” or important/relevant it thinks each term is. For some reason, it thinks “band” is an organisation in the above screenshot. You can look to improve the interpretations by adding relevant contextual copy around the term on the page, by using schema and internal links.
An Analytics account is your gateway to Analytics. An account can include multiple properties and property types, but a property can belong to only one Analytics account.
A property lives within an account. Properties are the containers for your reports based on the data you collect from your apps and sites. It’s the level at which Analytics processes data and where Analytics can connect with other Google products, like Google Ads.
A data stream lives within a property and is the source of data from your app or website. A property can have one or many data streams.
When structuring your Analytics account, remember this guiding principle: Each property should represent a specific user base.
Use separate properties to collect data from each user base you’re interested in understanding better — for example, a specific brand or region.
The new version of Google Analytics – Google Analytics 4 – has less pre-made reports and users are prompted to customise their own dashboards and use the search function.
You can literally ask questions, using the search bar. Which is fun.
Instead of pageviews and sessions, GA 4 is built around events.
Pre-configured reports are limited in GA 4. It’s a good idea to have Universal Analytics in addition to GA4
You can’t yet link GA 4 to Search Console
You can Can store raw data in BigQuery
when you install GA4 on your site, the reports don’t import data from GA universal – start from scratch – no historical data is passed over to GA4 when you install it on your site.
GA4 is Built Around Events.
Events:
You can track pageloads, elements clicked, product details, and loads more
Parameters:
Parameters are info that are sent to GA4 with the events.
Eg. Pageview is sent to GA4 with URL of the page, page title and the referral details
Automatic Events:
First Visit – first time someone visits site (this even populates the new user report too)
Page View – same as normal pageviews
Session Start – new session after 30 mins of inactivity
User Engagement – starts whens someone on your site for at least 10 secs
Enhancement Measurement
GA4 automatically tracks:
Scrolls – 90% of a page
Outbound Clicks –
Site Search – search queries
Video Engagement – for embedded YouTube videos
File Downloads
To edit the Enhancement Measurement reports go to “Data Streams” in the Admin area:
Click on data stream and check to see that “Enhanced Measurement” is switched to the on position. If you click on the cog icon, you can then switch different measurements on and off.
They’ll be set to “on” by default.
There are advanced settings for pageviews and site search – just click “Show advanced settings”.
Recommended Events
Google provides a list of recommended events for all websites and apps, and then by industry.
Retail & eCommerce
Jobs, Education, Local Deals & Real Estate
Travel
Games
Custom Events
Custom events allows you to name your events.
Google’s naming convention is probably best to copy – [action]_[object/item]
For example, if you create an event to track when people rate your website, call it:
Rate_item
Instead of
Product-rate
Add parameters such as product, item_id and rating – so you know which product is rated and what rating the user gave it.
You’ll need to register the parameters as custom dimensions or metrics
To make a new event – in the left hand nav/side bar – click –
Events – Create Event – Name the event
Enter the parameters to tell Google when to trigger the new event
E.g. page_location – contains – thank-you
Click “create” in top right corner.
You can create brand new events in Tag Manager – rather than basing them on existing events
Data Settings>Data Retention
By default GA4 only stores data for 2 months – in the Admin area, you can change this to 14 months.
Go to Admin>Data Settings>Data Retention and change it to 14 months on the drop down menu.
Brief Run Down of GA4 Reports (in the left hand side-menu)
REPORTS
Acquisition Reports – Where are visitors coming from? Looks at channels e.g. organic, and New Users Vs Returning Visitors
Click the “+” above the table, to add an additional dimension
1. Click the + above the table on one of the reports:
2. Add an additional dimension to the table, e.g. Page/Screen > Landing Page
Engagement Reports – What are visitors doing on your site?
To see pageviews and users per page:
Reports>Engagement>Pages and Screens
Monetization – New term for eCommerce Reporting in GA 4
See what items people are buying and how much money their spending
Retention – Looks at new users/visitors and returning visitors. See what percentage of different cohorts come back to the site etc
Demographics – Where are people based and what type of people are coming to your site?
Tech – what computers, tablets and phones are people using?
EVENTS
Conversions – conversions can be customised. But typically include “Begin_checkout” and “purchase”
All Events – basically less important events – compared to conversions. Include clicks, scrolls etc.
EXPLORE
Analysis – There is a Template Gallery (top right of screen)
You can look into funnels, acquisition etc and get cool reports
CONFIGURE
Audiences – you can build different audiences by location, device etc and analyse them
Remember, a property is the container for your reports based on the data you collect from your apps and sites.
A data stream lives within a property and is a source of data from your app or website.
Once you’ve identified a user base you’re trying to measure, create a property for that user base.
Then create a data stream for each of the ways these users interact with your business. For example, if you’re an app developer, you could create one data stream for your iOS app, one for your Android app, and one for your app’s marketing website.
Conversions are events that are assigned a value – such as a purchase, a lead or a download.
To mark events as conversions
In the left-hand side-menu, go to the bottom option “configure” – then “go to admin”
Click “events”
You can now turn on events like 100% scroll, to conversions.
Modelled Conversions
Browsers that don’t allow conversions to be measured with third-party cookies have conversions modeled based on a website’s traffic. Browsers that limit the time window for first-party cookies have conversions (beyond the window) modeled.
Some countries require consent to use cookies for advertising activities. When advertisers use consent mode, conversions are modeled for unconsented users.
When trying to understand user journeys, Analytics can use several different user identifiers, such as the IDs you assign users logged into your website, Google signals, and device ID. These groups of identifiers are called identity spaces.
Reports & Explorations
Free From Exploration
The free form exploration allows you to visualize your data with flexibility and ease.
To conduct an ad hoc analysis, just drag and drop the variables you’re interested in onto a canvas to see instant visualizations of your data. Don’t see the variable you’re looking for? Select the plus icon to view the full list of dimensions and metrics you can use.
This tool presents your data in a cross-tab layout, where you can arrange the rows and columns as you like and add the metrics you’re most interested in. You can also apply different visualization styles, including bar charts, pie charts, line charts, scatter plots, and maps.
If you spot a significant data point, right-click on that data point to easily create an audience or segment from it and use it in other explorations. If you use the line chart visualization, you’ll see an automatic feature enabled called anomaly detection. This feature uses machine learning to identify outliers in your data according to your parameters.
Funnel Exploration
Funnel exploration lets you visualize the steps your users take toward a key task or conversion. This tool helps you identify sequences of key events and understand how your users navigate these steps. You’ll be able to see where users enter your funnels, as well as where they drop off.
You can use this information to improve your site or app and reduce inefficient or abandoned customer journeys. You can also easily create audiences of users based on where they enter or exit the funnels you define.
With this tool, you can define up to 10 steps in your funnels, up from five steps in UA properties’ Custom Funnels. Plus, you can now analyze both closed funnels (where users must enter at the beginning of the funnel) and open funnels (where users can enter the funnel at any point).
Path Exploration
Path exploration lets you understand how people progress from one stage in the customer journey to the next.
Like funnel exploration, path exploration uncovers the steps users take through your site or app. But while funnels only analyze a single, predefined path, path exploration is free-flowing and can follow any number of undefined paths, even ones you weren’t aware of or didn’t intend. For example, it could uncover looping behavior, which may indicate users becoming stuck.
Plus, you can define paths using either a starting point or an ending point. This helps you understand how users got to a certain step on their journey and shows you what they did after.
Segment Overlap
Segment overlap lets you compare up to three user segments to quickly see how those segments overlap and relate to each other. This can help you isolate specific audiences based on complex conditions. You can then create new segments based on your findings, which you can apply to other exploration techniques and Google Analytics reports.
Explorations are private by default. If you’re the creator, only you can view and edit them unless you choose to share.
Understand the Analytics property structure
You can use GA4 properties exclusively for web data, exclusively for app data, or for both app and web data together. No matter what your setup is, it’s important to understand how to structure your new Analytics property.
Introducing data streams
Data streams are a feature of GA4 properties that allow you to connect a single Analytics property to the various places where your users interact with your business. For example, a company that has both a website and an app would need a separate data stream for each platform to combine their reporting and insights into a single Analytics property.
Once you have set up your GA4 property and data stream(s), you can add different events.
For an eCommerce store, Google recommends setting up:
Google Analytics 4 filters are applied at the property level, and affect data from all data streams in that property. All reports for a property use the same filtered data.
Analytics collects and stores user interactions with your website or your app as events. Events provide insight into what’s happening on your website or app, such as page views, button clicks, user actions, or system events.
Conversions
It’s easy to create conversions, from events.
Got to EVENTS in the side-bar/menu on the left of GA4, then “All events”.
You can then mark existing events as conversions:
See also:
GA 4 SEO Reports – for step by step instructions on setting up some useful SEO reports in Google Analytics 4
Speed Up Data Studio Reports (Significantly) – Extract Data
To speed up your reports – you can “Extract Data” and cache it.
It can help to have 2 copies of the report up – so you can see which metrics and dimensions you need to select when adding the data to extract and cache (also a good idea to test the extract data method on a copy of the report in case you faff anything up)
Go to “Add Data” in the top menu-bar
Click on “Extract Data”
Choose the data you need – eg Google Analytics
Add the dimensions and metrics you need for the report
On the Right hand side – click to turn “Auto Update” on
Select “daily”
Click “Save and Extract”
Sometimes you have to faff around a bit with the dimensions – Google Analytics doesn’t seem to like caching a dimension, but still goes super-quick if you cache the metrics only.
Edit in Bulk
If you want to edit all of the charts or tables on the page, in “Edit” mode, right click – go to “Select” and then choose “Tables on page” or whatever type of chart, scorecard or table you’ve selected.
This works instead of CTRL clicking or SHIFT clicking – but you can only change charts or visualisations of the same type at the same time. You can change the style, add a comparison date range etc.
Brand Colour Theme in Data Studio
Click on “Them and Layout” at the top of the screen and then, near the bottom right click “Extract Theme from Image” – you can then upload your logo and choose a theme with your brand colours.
If your shite at presentation like me, this is helpful.
Copy & Paste Styles
In Data Studio – If you want to copy a style from a chart or table, right click it, then choose “copy”
Click another chart/table and the right click – Paste Special – Paste Style Only
Add Chart Filters to an Entire Report
If you want to add a filter to all the data in a report, then it can be a pain going through the charts individually.
Right click on a blank part of the page –
Click “Current Page Settings”
On the right hand side – click “Create a Filter”
Choose or create a filter to apply to all the page
To add a filter to multiple pages
Right click on a blank part of the page
click “Report Settings”
click “Add a filter” in the right side-menu
Add Elements to All Pages of a Report in Data Studio
If you want to add a header and date range selector, for example, to all the pages in the report – add the elements to a page, then right click on the element – and choose “Make report-level”
Quickly Align Elements in Data Studio
Click and drag to select all the elements
Right click – choose “align” – “middle” to get everything inline horizontally
To get an equal space between all the elements, so they’re spaced evenly:
– click and drag to select the elements
– right click – select “Distribute”
– “horizontally” to space evenly across the page, or “vertically” to distribute evenly in a vertical manner.
You can also tidy up individual tables to align the columns vertically – right click and select “”Fit to data”
There are a few ways to blend data, here’s my fave:
Go to “Resources” in the main menu at the top
Click “manage blended data” option
Click “Add a Data View”
Choose a Data Source e.g. Search Console
Then “Add a Table” and include another data Source for blending – e.g. GA or click “blend data” on an existing table or chart – and select another data source
Choose a common “key” to both data sources e.g. “Date”
Choose the metrics you want from each Data Source – I wanted to get daily revenue into my search console reports:
Using the blended data above, I can now add Revenue from Google Analytics to my search console reports. I have to remember however, that the revenue is simply attributed to each day and not any queries
**Update to the screenshot –
add a table filter to get organic only revenue from GA.
To be able to filter Revenue to organic only – you need to add a “Dimension” to the table on the right – click the “+” next to “Add dimension” in the GA data and then “Default Channel Grouping” – you can then create a filter in the report:
Blending Search Console Data in Data Studio
Another common reason to blend data – is to get average position data from Search Console “Site Impression reports, added to “URL Impression” data:
URL impression vs site impression
Incidentally –
the main difference between Data Studio Search Console URL Impression Vs Site Impression data – is that Site Impression contains the Average Position metric and URL Impression contains the Landing Page metric. So when you’re blending the data from both sources, make sure you have “Landing Page” as a metric and “Average Position”.
For lead generation websites, if you are a local tradesman for example, you’ll want a Call to ACTION button on the homepage, and probably all of your other pages – a Contact Now button for example
Homepage Call to Action
Strong Call To Action
You will probably want a “Call to Action” or “CTA” button, such as “Buy Now”, “Learn More” or “Contact Us”
This CTA button is generally placed “above the fold” on most pages, so that people don’t have to scroll down or look for a way to get in touch or buy from you.
“Join Free for a Month” – is the CTA on Netflix’s homepage (at the time of writing)
For more expensive, high end or though-out purchases such as – buying a car or contacting a therapist, sometimes it’s better to have the CTA below the fold. The best thing to do is test it, with Google Optimize.
For more information about “Conversion Rate Opimization” (CRO), see this article:
For a full SEO (Search Engine Optimization) checklist for your website – to help get visibility on Google – see this article – https://backlinko.com/seo-checklist
Google My Business
Register your website and your office with Google My Business
Google will send out a postcard to your office (or home) address
The postcard has a code – so you can confirm you are at that address
Local Directories
Register your business with high quality, local directories such as
Bing Places
Yelp
Yell
Free Index
Open Di
Try and get on any local government directories too.
Social Media & Captioned Videos
If relevant, register your business on:
Linkedin
Facebook
Instagram
TikTok
Arguably the best way to get noticed on social media at the moment, is to create videos with captions – so they can be watched on mute.
Linkedin is said to have the greatest organic reach at the moment too – meaning you can get your video, image or text-post in front of more people, without paying for ads.
Social media sites like people posting videos too – because they drive a high rate of engagement and keep people on the site for longer.
Do NOT post to YouTube and then post a link on social media
Instead – upload your video direct to the platform.
For example, if you have a Facebook page, upload the video directly to Facebook, so that Facebook hosts the video and not YouTube.
Social media sites will tend to kill your reach if you post a link – they don’t want people to click and leave their website
YouTube is also showing on more and more Search Results Pages on Google.
Consider creating a YouTube channel with lots of informative, helpful and entertaining content.
You can then edit the videos and post to specific social media platforms.
Find out the pain point of your target audience and create video content that helps with those pain points.
Take long form videos and edit them into YouTube shorts, and shorter clips for social media.
If you work in b2b for example, you could do a webinar on digital marketing for small businesses, create some 1 minute highlights of the most informative points and create a YouTube short, and create lists of 30 second clips for tiktok, Facebook, twitter, Instagram and LinkedIn.
Make sure you add captions to your videos for social media!
80% of social media videos ate watched muted.
Jab, Jab, Jab – Right Hook
General principle of content and social media marketing by Gary V.
Identify your target market
Identify their issues and pain points
Post helpful content related to their pain points and problems
Do NOT constantly promote your business – slip in the odd “Right Hook”, every 3 or 4 posts
People do not want to be sold to constantly, they want helpful, insightful and funny content.
For example.
If you target market is small business owners, take a look on Quora and Reddit and see what people are talking about. If a common theme is Facebook advertising for example, make some helpful videos and blog posts about Facebook marketing.
SEO, PPC and More
The above is just a foundation.
If you have the time and resources, you will ideally produce lots of insightful blog content, earn lots of inbound links and work your way to the top of Google.
You will also want to consider “PPC” – Pay Per Click ads on Google, Facebook and Linkedin.
One beginner mistake to avoid with ads – is sending people to your homepage.
Have a specific “landing page” for each advertising campaign.
oh – make sure you have a good looking logo too. You can use Canva or hire someone on PeoplePerHour.com
Google ads is changing all the time, but generally speaking you’ll want to use exact match keywords and create very specific ads for each keyword or group of keywords.
A good place to start with SEO is to check your website using an On-Page SEO Checklist.
Videos can also be used as aa way to gain presen o Google.
Videos are great for social media, and YouTube is also starting to show more and more often in the Google results. I would personally have a good go at gaining an online presence using videos and social media – particularly Linkedin at the moment.
Build a Brand
Here’s a good article that some hero wrote about building your brand as a small business
Identify other propositions “why use me/us and not the competitor?”
Write down your brand story
Use high quality photography & videography (avoid stock pictures)
Consider making customer support a key element of your brand – this can help with online reviews too. Pre-purchase, purchase and post-purchase consumer stages are all opportunities to impress and help.