Comprehensive SEO and UI improvements across site
SEO Improvements: - Add Twitter/OG meta tags to gdpr-compliance.php and terms-of-service.php - Add author bios with E-E-A-T signals to all blog articles - Add breadcrumb schema markup to key pages - Create new service pages: price-monitoring.php, competitive-intelligence.php - Create location pages: london.php, manchester.php, birmingham.php - Update sitemap.xml with new pages UI/CSS Improvements: - Move testimonials section from inline styles to CSS classes - Standardize hero gradients to #144784 → #179e83 across all pages - Unify card border styles to border-left: 4px solid #179e83 - Fix CTA gradient direction consistency on location pages - Standardize breadcrumb colors to #144784 - Replace all purple accent colors (#667eea, #764ba2) with brand colors - Add CSS variables for brand consistency in main.css Code Cleanup: - Delete 6 emergency CSS fix files (button-emergency-fix.css, etc.) - Remove related-articles-fix.css references from blog articles - Consolidate styles into main.css 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -711,7 +711,11 @@ $read_time = 8;
|
||||
<span class="read-time">9 min read</span>
|
||||
<a href="data-quality-validation-pipelines.php" class="read-more">Read →</a>
|
||||
</div>
|
||||
</article>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<article class="article-card">
|
||||
<h3><a href="business-intelligence-dashboard-design.php">Designing Effective Business Intelligence Dashboards</a></h3>
|
||||
@@ -720,7 +724,11 @@ $read_time = 8;
|
||||
<span class="read-time">11 min read</span>
|
||||
<a href="business-intelligence-dashboard-design.php" class="read-more">Read →</a>
|
||||
</div>
|
||||
</article>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<article class="article-card">
|
||||
<h3><a href="financial-services-data-transformation.php">Financial Services Data Transformation Success Story</a></h3>
|
||||
@@ -729,7 +737,11 @@ $read_time = 8;
|
||||
<span class="read-time">7 min read</span>
|
||||
<a href="financial-services-data-transformation.php" class="read-more">Read →</a>
|
||||
</div>
|
||||
</article>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="category-links">
|
||||
@@ -738,7 +750,11 @@ $read_time = 8;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="cta">
|
||||
|
||||
Reference in New Issue
Block a user