fix: SEO meta tags and H1 headings optimization
- Shortened meta titles for better SERP display (businessListings, commercialPropertyListings) - Optimized meta descriptions to fit within 160 characters (3 pages) - Enhanced H1 headings with descriptive, keyword-rich text (3 pages) - Addresses Seobility recommendations for improved search visibility Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
bf735ed60f
commit
e25722d806
|
|
@ -126,7 +126,7 @@ export class HomeComponent {
|
||||||
// Set SEO meta tags for home page
|
// Set SEO meta tags for home page
|
||||||
this.seoService.updateMetaTags({
|
this.seoService.updateMetaTags({
|
||||||
title: 'BizMatch - Buy & Sell Businesses and Commercial Properties',
|
title: 'BizMatch - Buy & Sell Businesses and Commercial Properties',
|
||||||
description: 'Find profitable businesses for sale, commercial real estate, and franchise opportunities. Browse thousands of verified listings across the US.',
|
description: 'Buy and sell businesses, commercial properties, and franchises. Browse thousands of verified listings across the United States.',
|
||||||
keywords: 'business for sale, businesses for sale, buy business, sell business, commercial property, commercial real estate, franchise opportunities, business broker, business marketplace',
|
keywords: 'business for sale, businesses for sale, buy business, sell business, commercial property, commercial real estate, franchise opportunities, business broker, business marketplace',
|
||||||
type: 'website'
|
type: 'website'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
>
|
>
|
||||||
<i class="fas fa-arrow-left text-lg"></i>
|
<i class="fas fa-arrow-left text-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
<h1 class="text-3xl font-bold text-neutral-900 mb-6 pr-14">Privacy Statement</h1>
|
<h1 class="text-3xl font-bold text-neutral-900 mb-6 pr-14">BizMatch Privacy Policy and Data Protection</h1>
|
||||||
|
|
||||||
<section id="content" role="main">
|
<section id="content" role="main">
|
||||||
<article class="post page">
|
<article class="post page">
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
>
|
>
|
||||||
<i class="fas fa-arrow-left text-lg"></i>
|
<i class="fas fa-arrow-left text-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
<h1 class="text-3xl font-bold text-neutral-900 mb-6 pr-14">Terms of Use</h1>
|
<h1 class="text-3xl font-bold text-neutral-900 mb-6 pr-14">BizMatch Terms of Use and User Agreement</h1>
|
||||||
|
|
||||||
<section id="content" role="main">
|
<section id="content" role="main">
|
||||||
<article class="post page">
|
<article class="post page">
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
<!-- SEO-optimized heading -->
|
<!-- SEO-optimized heading -->
|
||||||
<div class="mb-6">
|
<div class="mb-6">
|
||||||
<h1 class="text-3xl md:text-4xl font-bold text-neutral-900 mb-2">Businesses for Sale</h1>
|
<h1 class="text-3xl md:text-4xl font-bold text-neutral-900 mb-2">Businesses for Sale - Find Your Next Business Opportunity</h1>
|
||||||
<p class="text-lg text-neutral-600">Discover profitable business opportunities across the United States. Browse
|
<p class="text-lg text-neutral-600">Discover profitable business opportunities across the United States. Browse
|
||||||
verified listings from business owners and brokers.</p>
|
verified listings from business owners and brokers.</p>
|
||||||
<div class="mt-4 text-base text-neutral-700 max-w-4xl">
|
<div class="mt-4 text-base text-neutral-700 max-w-4xl">
|
||||||
|
|
|
||||||
|
|
@ -87,8 +87,8 @@ export class BusinessListingsComponent implements OnInit, OnDestroy {
|
||||||
|
|
||||||
// Set SEO meta tags for business listings page
|
// Set SEO meta tags for business listings page
|
||||||
this.seoService.updateMetaTags({
|
this.seoService.updateMetaTags({
|
||||||
title: 'Businesses for Sale - Profitable Opportunities | BizMatch',
|
title: 'Businesses for Sale | BizMatch',
|
||||||
description: 'Browse thousands of businesses for sale. Find restaurants, franchises, retail stores, and more. Verified listings from owners and brokers.',
|
description: 'Browse thousands of businesses for sale including restaurants, franchises, and retail stores. Verified listings nationwide.',
|
||||||
keywords: 'businesses for sale, buy a business, business opportunities, franchise for sale, restaurant for sale, retail business for sale, business broker listings',
|
keywords: 'businesses for sale, buy a business, business opportunities, franchise for sale, restaurant for sale, retail business for sale, business broker listings',
|
||||||
type: 'website'
|
type: 'website'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -84,8 +84,8 @@ export class CommercialPropertyListingsComponent implements OnInit, OnDestroy {
|
||||||
|
|
||||||
// Set SEO meta tags for commercial property listings page
|
// Set SEO meta tags for commercial property listings page
|
||||||
this.seoService.updateMetaTags({
|
this.seoService.updateMetaTags({
|
||||||
title: 'Commercial Properties for Sale - Office, Retail | BizMatch',
|
title: 'Commercial Properties for Sale | BizMatch',
|
||||||
description: 'Browse commercial real estate: office buildings, retail spaces, warehouses, and industrial properties. Verified investment opportunities.',
|
description: 'Browse commercial real estate including offices, retail, warehouses, and industrial properties. Verified investment opportunities.',
|
||||||
keywords: 'commercial property for sale, commercial real estate, office building for sale, retail space for sale, warehouse for sale, industrial property, investment property, commercial property listings',
|
keywords: 'commercial property for sale, commercial real estate, office building for sale, retail space for sale, warehouse for sale, industrial property, investment property, commercial property listings',
|
||||||
type: 'website'
|
type: 'website'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue