@php $path = '/' . trim(request()->getPathInfo(), '/'); $pageMeta = [ '/' => [ 'title' => 'Best Web Hosting in Bangladesh | Affordable Hosting, VPS & Reseller — HostTiller', 'desc' => 'Get the best web hosting in Bangladesh at affordable prices. LiteSpeed NVMe SSD hosting, cheap VPS, reseller & dedicated servers with free SSL, daily backups and 24/7 local support.', ], '/pricing' => [ 'title' => 'Web Hosting Prices in Bangladesh — Cheap & Reliable Plans — HostTiller', 'desc' => 'Compare cheap and reliable web hosting prices in Bangladesh. LiteSpeed NVMe shared, WordPress, VPS and reseller plans with free SSL, free migration and 24/7 support.', ], '/bdix-web-hosting' => [ 'title' => 'Web Hosting in Bangladesh | Cheap NVMe SSD Hosting — HostTiller', 'desc' => 'Cheap web hosting in Bangladesh on LiteSpeed NVMe SSD. Free SSL, daily backups, free migration and 99.99% uptime with 24/7 Bangladesh-friendly support.', ], '/wordpress-hosting-in-bangladesh' => [ 'title' => 'WordPress Hosting in Bangladesh | Managed WP on NVMe — HostTiller', 'desc' => 'Managed WordPress hosting in Bangladesh built for speed. LiteSpeed cache, auto updates, free SSL and daily backups — get more from your WordPress site.', ], '/buy-domain-in-bangladesh' => [ 'title' => 'Buy Domain in Bangladesh | Register & Transfer Domains — HostTiller', 'desc' => 'Buy a domain name in Bangladesh at competitive prices. Register and transfer domains, get free WHOIS privacy and manage everything from one dashboard.', ], '/vps-hosting-bangladesh' => [ 'title' => 'VPS Hosting in Bangladesh | Cheap BDIX KVM NVMe VPS — HostTiller', 'desc' => 'Cheap VPS hosting in Bangladesh with BDIX connectivity. KVM NVMe dedicated cores, instant deployment, full root access and 24/7 support.', ], '/dedicated-server-in-bangladesh' => [ 'title' => 'Dedicated Server in Bangladesh | Affordable Servers — HostTiller', 'desc' => 'Affordable dedicated server hosting in Bangladesh and Germany. Full root access, NVMe storage, DDoS protection and 24/7 engineered support.', ], '/reseller-hosting-in-bangladesh' => [ 'title' => 'Reseller Hosting in Bangladesh | Wholesale BDIX Hosting — HostTiller', 'desc' => 'Start a reseller hosting business in Bangladesh. Wholesale hosting with BDIX connectivity, white-label cPanel/WHM, huge margins and daily backups.', ], '/root-reseller-hosting-bangladesh' => [ 'title' => 'Root Reseller Hosting in Bangladesh | Full Root — HostTiller', 'desc' => 'Root reseller hosting for Bangladeshi providers. Run your own hosting business with full root access, WHM and wholesale BDIX server resources.', ], '/hosting-offers-in-bangladesh' => [ 'title' => 'Hosting Offers & Promo Codes in Bangladesh | Save Now — HostTiller', 'desc' => 'Save on hosting in Bangladesh with exclusive offers and promo codes for shared, VPS and reseller plans at HostTiller.', ], '/about-us' => [ 'title' => 'About Us | Cheap Reliable Hosting in Bangladesh — HostTiller', 'desc' => 'HostTiller is a Bangladeshi web hosting company offering cheap, reliable NVMe SSD hosting, VPS, reseller and dedicated servers with 24/7 support.', ], '/blog' => [ 'title' => 'Blog & Guides | Hosting Tips for Business in Bangladesh — HostTiller', 'desc' => 'Practical web hosting guides and tips for businesses in Bangladesh — build, launch and grow a faster, safer online presence.', ], '/contact' => [ 'title' => 'Contact Us | 24/7 Hosting Support & Sales — HostTiller', 'desc' => 'Contact HostTiller for cheap web hosting in Bangladesh. 24/7 sales and support for shared hosting, VPS, reseller and dedicated servers.', ], '/knowledgebase' => [ 'title' => 'Knowledgebase | Hosting Help & How-To Guides — HostTiller', 'desc' => 'Browse the HostTiller knowledgebase for step-by-step guides on hosting, domains, cPanel and resolving common issues.', ], '/terms-and-conditions' => [ 'title' => 'Terms & Conditions — HostTiller', 'desc' => 'Read the HostTiller terms and conditions covering web hosting, VPS, reseller and dedicated server services.', ], '/privacy-policy' => [ 'title' => 'Privacy Policy — HostTiller', 'desc' => 'Read the HostTiller privacy policy to understand how we protect your personal data.', ], '/serverstatus' => [ 'title' => 'Network Status & Uptime | Live Hosting Status — HostTiller', 'desc' => 'Live network status and uptime for HostTiller servers across Bangladesh, USA and Germany.', ], '/seo-services-in-bangladesh' => [ 'title' => 'SEO Services in Bangladesh | Rank #1 on Google — HostTiller', 'desc' => 'Professional SEO services in Bangladesh to rank your website #1 on Google. Keyword research, on-page and technical SEO built for local success.', ], '/server-maintenance-in-bangladesh' => [ 'title' => 'Managed Server Maintenance Services — HostTiller', 'desc' => 'Managed server maintenance for Bangladeshi businesses — patching, security, monitoring and performance tuning by real engineers.', ], '/syslic-license-combo-bangladesh' => [ 'title' => 'SysLic License Combo Pricing — HostTiller', 'desc' => 'Compare SysLic license combo pricing at HostTiller — affordable cPanel and server license bundles for hosting providers.', ], '/rc-license-combo-bangladesh' => [ 'title' => 'License Combo — Server & Hosting Licenses — HostTiller', 'desc' => 'Compare RC license combo pricing at HostTiller — server and hosting license bundles at wholesale prices.', ], '/web-design-services-in-bangladesh' => [ 'title' => 'Web Design & Development in Bangladesh — HostTiller', 'desc' => 'Web design and development services in Bangladesh — fast, secure, SEO-ready websites built to convert and grow your business.', ], '/affiliate' => [ 'title' => 'Affiliate Program — HostTiller', 'desc' => 'Join the HostTiller affiliate program and earn commissions on web hosting, VPS and reseller sales in Bangladesh.', ], ]; $meta = $pageMeta[$path] ?? [ 'title' => 'HostTiller — Web Hosting, VPS & Reseller in Bangladesh', 'desc' => 'Cheap, reliable web hosting in Bangladesh with LiteSpeed NVMe SSD, free SSL, 24/7 support and more.', ]; @endphp {{ $meta['title'] }} @php $faviconPath = \App\Models\Setting::where('key', 'brand_favicon')->value('value'); $faviconExt = $faviconPath ? strtolower(pathinfo($faviconPath, PATHINFO_EXTENSION)) : 'svg'; $faviconType = $faviconExt === 'ico' ? 'image/x-icon' : ($faviconExt === 'png' ? 'image/png' : 'image/svg+xml'); $faviconUrl = $faviconPath ? asset('storage/'.$faviconPath) : asset('favicon.svg'); @endphp @verbatim @endverbatim @php // Google Search Console verification meta tag (optional). Set in .env: // GSC_VERIFICATION=xxxxxxxxxxxxxxx -> renders line search console meta tag. $gscVerification = env('GSC_VERIFICATION', ''); // Google Analytics 4 measurement id (optional). Set in .env: // GA4_ID=G-XXXXXXXXXX -> injects the gtag.js snippet site-wide. $ga4Id = env('GA4_ID', ''); @endphp @if($gscVerification) @endif @if($ga4Id) @endif @viteReactRefresh @vite(['resources/css/app.css', 'resources/js/app.jsx']) @inertiaHead @inertia {{-- SEO fallback for crawlers that do not execute JS / when SSR is unavailable. Plain server-side HTML so the page always has real words, headings and paragraphs (Google and SEO audits never see an empty ). --}}