Update on_page_seo_analyzer.py
This commit is contained in:
@@ -289,7 +289,7 @@ def extract_content_data(soup, url):
|
|||||||
link_insights = []
|
link_insights = []
|
||||||
if internal_links:
|
if internal_links:
|
||||||
link_insights.append("✅ Internal links are present.")
|
link_insights.append("✅ Internal links are present.")
|
||||||
if external links:
|
if external_links:
|
||||||
link_insights.append("✅ External links are present.")
|
link_insights.append("✅ External links are present.")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user