fix: Add Google Fonts and proper CSS linking to SEO pages
- Added Google Fonts Inter font family link - Fixed CSS stylesheet path - Ensures consistent styling with main homepage Pages fixed: - reserve-study-software.html - investment-management.html - special-assessment-calculator.html
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
<meta name="description" content="Maximize your HOA's investment income with AI-powered investment management. Smart strategies for reserve funds, operating accounts, and capital projects. Free analysis.">
|
||||
<meta name="keywords" content="HOA investment management, HOA reserve fund investment, HOA investment policy, HOA cash management, HOA investment strategy">
|
||||
<link rel="canonical" href="https://www.hoaledgeriq.com/investment-management" />
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RTWNVXPMRF"></script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user