Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Creating your own SEO tools & SEO automations - Tevfik Mert Azizoglu - International Search Summit - Barcelona

Creating your own SEO tools & SEO automations - Tevfik Mert Azizoglu - International Search Summit - Barcelona

In this session, Mert will talk about how you can create mini SEO tools and SEO automation that include complex functionalities like crawling, data extraction, and building reports automatically by using those outputs.

Tevfik Mert Azizoglu

November 24, 2022
Tweet

Other Decks in Marketing & SEO

Transcript

  1. Barcelona International Search Summit Tevfik Mert Azizoğlu SEO Sherpa Creating

    your own SEO tools & SEO automations #IntSS @mertazizoglu slideshare.net/TevfikMertAzizolu
  2. T. Mert Azizoğlu #IntSS @mertazizoglu crawlt.com 📍 Istanbul & Dubai

    🌴 🎓 Computer Engineer 🔎 Sr. Tech. SEO @SEO Sherpa 🔎 ex: SEO Director @Zeo ⚡ SEO Automation Geek 󰞨 SEO Lecturer
  3. What is XPath? //div[@class="seo-content"] #IntSS @mertazizoglu crawlt.com XPath is a

    syntax for defining parts of an XML document. - w3schools
  4. node • all page elements Example: a, p, h3, div,

    li XPath Syntax #IntSS @mertazizoglu crawlt.com
  5. // • points to all relevant nodes on the page

    Example: //h3 XPath Syntax #IntSS @mertazizoglu crawlt.com
  6. attribute • specifies the property of the node Example: class,

    id, href XPath Syntax #IntSS @mertazizoglu crawlt.com
  7. * Web-based Excel from Google! ❏ Free ❏ Cloud-based ❏

    Easy integrations, Add-ons ❏ Apps Script & JS ❏ Accessibility #IntSS @mertazizoglu crawlt.com Google Sheets
  8. Tools I. On-Page SEO Health Checker II. Sitemap Watcher III.

    Internal Link Catcher * Bonus Zapier G-Sheets What we’ve learnt so far! XPath #IntSS @mertazizoglu crawlt.com
  9. #IntSS @mertazizoglu crawlt.com Tools #3 XPath Helper Chrome Extension //div[@class="div_name"]//a[c

    ontains(translate(.,'ABCÇDEF GĞHIİJKLMNOÖPQRSŞTUÜV WXYZ','abcçdefgğhıijklmnoöp qrsştuüvwxyz'), 'keyword')]//@href = '/url_name'