2573729db5
Build and Deploy to Kubernetes / build-and-deploy (push) Has been cancelled
- Added SEO configuration settings in appsettings for both development and staging environments, including site URL, name, and default description. - Registered SEO-related services in the dependency injection container, including `SeoMetadataProvider` and `SitemapGenerator`. - Updated the main program to configure SEO settings and map a new endpoint for generating the sitemap. - Enhanced the `_Host.cshtml` page to utilize SEO metadata, including title, description, and Open Graph tags, improving search engine visibility and user engagement. These changes significantly enhance the SEO capabilities of the application, ensuring better indexing and presentation in search results.
24 lines
685 B
JSON
24 lines
685 B
JSON
{
|
|
"Seo": {
|
|
"SiteUrl": "https://kbs1.ir",
|
|
"SiteName": "کارابازار سلامت",
|
|
"DefaultDescription": "باشگاه مشتریان کارابازار سلامت (KBS) — فروشگاه محصولات سلامت، پاداش شفاف، کیف پول و شبکه فروش."
|
|
},
|
|
"GwUrl": "https://cms.se.kbs1.ir",
|
|
"DownloadUrl": "",
|
|
"EncryptionSettings": {
|
|
"Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=",
|
|
"IV": "1wyF3Tt142MOkCpIyCxh/g=="
|
|
},
|
|
"SignalR": {
|
|
"HubPath": "/hubs/token-notification"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|