SEO/AEO, Farb schema, breadcrumbs
This commit is contained in:
@@ -1,13 +1,45 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Bizmatch - Find Business for sale</title>
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<meta name="description" content="Find or Sell Businesses and Restaurants" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<title>Bizmatch - Find Business for sale</title>
|
||||
<meta name="description" content="Find or Sell Businesses and Restaurants" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<!-- Mobile App & Theme Meta Tags -->
|
||||
<meta name="theme-color" content="#0066cc" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="BizMatch" />
|
||||
<meta name="application-name" content="BizMatch" />
|
||||
<meta name="msapplication-TileColor" content="#0066cc" />
|
||||
|
||||
<!-- Resource Hints for Performance -->
|
||||
<!-- Google Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
|
||||
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
|
||||
|
||||
<!-- Image CDN -->
|
||||
<link rel="preconnect" href="https://dev.bizmatch.net" crossorigin />
|
||||
<link rel="dns-prefetch" href="https://dev.bizmatch.net" />
|
||||
|
||||
<!-- Firebase Services -->
|
||||
<link rel="preconnect" href="https://firebase.google.com" />
|
||||
<link rel="preconnect" href="https://firebasestorage.googleapis.com" />
|
||||
<link rel="dns-prefetch" href="https://firebasestorage.googleapis.com" />
|
||||
<link rel="dns-prefetch" href="https://firebaseapp.com" />
|
||||
|
||||
<!-- Preload critical assets -->
|
||||
<link rel="preload" as="image" href="assets/images/header-logo.png" type="image/png" />
|
||||
<link rel="preload" as="image" href="assets/images/index-bg.webp" type="image/webp" />
|
||||
|
||||
<!-- Prefetch common assets -->
|
||||
<link rel="prefetch" as="image" href="assets/images/business_logo.png" />
|
||||
<link rel="prefetch" as="image" href="assets/images/properties_logo.png" />
|
||||
<link rel="prefetch" as="image" href="assets/images/placeholder.png" />
|
||||
<link rel="prefetch" as="image" href="assets/images/person_placeholder.jpg" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
|
||||
<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
|
||||
@@ -22,9 +54,8 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<base href="/" />
|
||||
<link rel="icon" href="assets/cropped-Favicon-32x32.png" sizes="32x32" />
|
||||
<!-- <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet" /> -->
|
||||
<!-- <link rel="icon" href="cropped-Favicon-192x192.png" sizes="192x192"> -->
|
||||
<!-- <link rel="apple-touch-icon" href="cropped-Favicon-180x180.png"> -->
|
||||
<link rel="icon" href="assets/cropped-Favicon-192x192.png" sizes="192x192" />
|
||||
<link rel="apple-touch-icon" href="assets/cropped-Favicon-180x180.png" />
|
||||
</head>
|
||||
<body class="flex flex-col min-h-screen">
|
||||
<app-root></app-root>
|
||||
|
||||
Reference in New Issue
Block a user