Spaces:
Runtime error
Runtime error
update data labelling on backlink file analysis
Browse files- classes/Seo_Off_Page.py +1 -1
classes/Seo_Off_Page.py
CHANGED
|
@@ -115,7 +115,7 @@ class SeoOffPageAnalyst:
|
|
| 115 |
df['Source Domain'] = df['Source url'].apply(lambda x: urlparse(x).netloc)
|
| 116 |
unique_domains = df['Source Domain'].nunique()
|
| 117 |
|
| 118 |
-
combined_text += f"Total
|
| 119 |
combined_text += f"Referring Domain: {unique_domains}"
|
| 120 |
|
| 121 |
# OUTPUT FOR SEO ANALYST
|
|
|
|
| 115 |
df['Source Domain'] = df['Source url'].apply(lambda x: urlparse(x).netloc)
|
| 116 |
unique_domains = df['Source Domain'].nunique()
|
| 117 |
|
| 118 |
+
combined_text += f"Total Backlinks Count: {num_rows}\n"
|
| 119 |
combined_text += f"Referring Domain: {unique_domains}"
|
| 120 |
|
| 121 |
# OUTPUT FOR SEO ANALYST
|