notjulietxd commited on
Commit
b3d1353
·
verified ·
1 Parent(s): 91ee494

update data labelling on backlink file analysis

Browse files
Files changed (1) hide show
  1. 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 rows: {num_rows}\n"
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