Screaming Frog is a great tool that we’ve all leaned on at some point in our SEO lives. But are you getting the most from your Xpaths? This talk detailed how to analyse your competition by addressing important site elements on a granular level — nice.
Overview
- Speaker’s name: Sabine Langmann
- Job role and company: SEO consultant at Sabine Langmann
- Website: https://www.sabine-langmann.com/
- Links to Twitter profile: @SabTheLa
- Link to LinkedIn profile: www.linkedin.com/in/sabine-langmann/
- Link to the slides:
Sabine Langmann delivered a technical rendition on how to analyse the pants off your competitors.
Her impressive talk focused on Screaming Frog and how to properly use XPath, and was complemented by retro Screaming Frog game graphics for good measure and added entertainment value.
Sabine started by explaining how we can use Screaming Frog’s custom extraction + XPath to crawl specific elements of your and your competitors’ sites.
She outlined that XPath (XML Path language) is a query language for selecting nodes from an XML document and offered some examples of this simple syntax:
E.g:
//node[@attribute=”attribute_name”]
//node[@attribute1=”attribute_name1″ and @attribute2=”attribute_name2″]
count(//node[@attribute=”attribute_name”]) bit.ly/sfx-2019
Sabine then put some of these into real world examples to give a better idea of how this syntax could be applied.
Here slides first compared tags used for articles in the politics category page of the BBC site to those of articles in the politics category on the Guardian’s site.
The second example she put together showed the difference in internal and external links on all pages of the yourcat.co.uk site versus all pages on the thefoodaholic.co.uk site.
Aside from the fact that I LOVE @SabTheLa, and she is hilarious she is also slaying it in Syndicate 3&4 at #BrighonSEO
And I will use all the things she is telling me about. Come on Monday for Xpath selector mayhem. pic.twitter.com/I3xxVWsfl5
— Anna Corbett (@AnnaAppenzeller) April 12, 2019
This would be extremely helpful when comparing internal links to certain pages when trying to rank them above a competitor’s page.
The talk was very practical and gave the basic principles needed for an SEO to begin building their own custom XPaths in order to audit pages or entire sites for any specific on-page element.