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:
@@ -87,8 +87,8 @@ export class BusinessListingsComponent implements OnInit, OnDestroy {
|
||||
|
||||
// Set SEO meta tags for business listings page
|
||||
this.seoService.updateMetaTags({
|
||||
title: 'Businesses for Sale - Profitable Opportunities | BizMatch',
|
||||
description: 'Browse thousands of businesses for sale. Find restaurants, franchises, retail stores, and more. Verified listings from owners and brokers.',
|
||||
title: 'Businesses for Sale | BizMatch',
|
||||
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',
|
||||
type: 'website'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user