blurpritn adn site builde cleanup
This commit is contained in:
@@ -102,9 +102,8 @@ class ContentAnalyzer:
|
||||
return ContentClusterMap.objects.filter(content=content).exists()
|
||||
|
||||
def _has_taxonomy_mapping(self, content: Content) -> bool:
|
||||
"""Stage 3: Check if content has taxonomy mapping"""
|
||||
from igny8_core.business.content.models import ContentTaxonomyMap
|
||||
return ContentTaxonomyMap.objects.filter(content=content).exists()
|
||||
"""Stage 3: Check if content has taxonomy mapping (categories/tags)"""
|
||||
return content.taxonomy_terms.exists()
|
||||
|
||||
def _calculate_seo_score(self, content: Content) -> float:
|
||||
"""Calculate SEO score (0-100)"""
|
||||
|
||||
Reference in New Issue
Block a user