Slide 3
Slide 3 text
With Python and Data Science Practices
● SEO Tools
● Crawling Tools, Audit Tools, Keyword Research,
Content Analysis, Crawlability, Indexability, Rank
Tracking, Web Analytics, Social Listening,
Backlink Analysis, etc.
● Analysis of Data
● Data often ends up in a spreadsheet.
● You sort, filter, join with Vlookups, summarize
with Pivot tables, visualize with charts and
graphs
● Recommended Action Items
● Update content
● Update code
● Update server setting
● Try to get other sites to update their sites
● Implementation
● SEO / Marketers / Content Managers / Writers
with CMS Access
● Developers with Backend Code Access
● IT / Network Admin / Server Admin with Server
Access
Export as Spreadsheets, or Use
APIs
Export Results of Analysis
Integrate with CMS for
Automated Updates
Converting your manual
analysis into steps your Python
script will do
Typically, the biggest challenge is: (1) converting your manual analysis into distinct steps and
(2) turning these steps into Python instructions.
Python
Analysis of
Data and
Integration
with CMS’ for
Automated
Updates may
take time to
setup, but
once
completed,
everything
will be faster