Skip to content

Commit

Permalink
onpage schema
Browse files Browse the repository at this point in the history
  • Loading branch information
altonalexander committed Feb 28, 2023
1 parent 7ad556f commit 2acabd5
Show file tree
Hide file tree
Showing 4 changed files with 726 additions and 10 deletions.
13 changes: 12 additions & 1 deletion analysis-onpage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you would like to support and/or follow along then please consider joining th

Collecting data from a page using beautiful soup


[scraping-tables-for-programmatic-seo.ipynb](https://github.com/FrontAnalyticsInc/data-winners/blob/main/analysis-onpage/scraping-tables-for-programmatic-seo.ipynb)


## Entity extraction
Expand All @@ -22,6 +22,11 @@ Using spacy to extract entities and parts of speach



## Bulk Analysis - Schema Extraction for a SERP





## Bulk Analysis - Internal Link Extraction

Expand All @@ -32,6 +37,12 @@ Getting the most popular internal links for an entire site

## Bulk Analysis - Extracting all headers from single SERP query

Given a search query, scrape the top pages for all the headers (h2,h3,h4, etc).

Return the results as a table of sections:

[SERP-to-sections-jam-session.ipynb](https://github.com/FrontAnalyticsInc/data-winners/blob/main/analysis-serp-scrape-top-results-for-metadata-summary/SERP-to-sections-jam-session.ipynb)




33 changes: 33 additions & 0 deletions analysis-onpage/onpage-entity-extraction.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "3dd96f82",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading

0 comments on commit 2acabd5

Please sign in to comment.