How to Leverage BigQuery for Advanced Internal Link Analysis
The author uses BigQuery, part of the Google Cloud ecosystem, to analyze internal links for large websites. BigQuery allows analysis of large data sets, reducing analysis time. The author provides a guide on importing internal link data from an SEO tool into BigQuery and visualizing it in Looker Studio.
BigQuery and Google Cloud BigQuery is a cloud database for storing and analyzing large data. Google Cloud is a cloud computing service by Google, offering functionalities like Cloud storage, Cloud function, and Compute engine.
Getting started with BigQuery The author provides a guide on starting with BigQuery, from navigating to Google Cloud's home page to creating a new project.
Injecting data into BigQuery The author explains the prerequisites for injecting data into BigQuery, which include a CSV containing all your internal links. He provides two options for importing the CSV file into BigQuery: direct upload via the BigQuery interface for files under 100 MB, or using Cloud Storage for larger files.
Enhancing analysis with SQL and ChatGPT The author discusses how to deepen analysis by categorizing the table using SQL and ChatGPT. He provides a guide on how to categorize each URL based on primary categories and save it as a new table for use in Looker Studio.
Visualize the data with Looker Studio integration The author briefly explains how to integrate the data with Looker Studio for visualization. He provides a guide on how to add the table as a data source and create visually appealing graphs.
Going further The author suggests ways to expand the analysis, such as merging Search Console data, incorporating backlinks data, using SQL to determine each page's level, integrating GA4 data, and including a “date” column in the categorized table.
Why should SEO professionals consider BigQuery? BigQuery becomes invaluable when the output from crawlers may not suffice for a deep website analysis. It allows importing data from your computer to cloud storage in a few clicks, creating a table for easy filtering and categorization with SQL.
The author concludes by encouraging SEO professionals to embrace BigQuery for in-depth analysis, emphasizing its adaptability to various use cases and the insights it can provide when integrated with diverse data sets.