Fix comma
All checks were successful
Deploy (stellaamor) / deploy (push) Successful in 2s

This commit is contained in:
edsea
2025-11-20 02:55:53 +01:00
parent 392fc4497d
commit 5190c9b17c

View File

@@ -83,7 +83,7 @@ $currentPage = $page === 'index' ? 'Home' : ucwords(str_replace('-', ' ', $page)
"name": "Stella Amor", "name": "Stella Amor",
"url": "https://stellaamor.com/" "url": "https://stellaamor.com/"
} }
<?php if (!empty($pageInfo['rich_service_type'])): ?> <?php if (!empty($pageInfo['rich_service_type'])): ?>,
"mainEntity": { "mainEntity": {
"@type": "Service", "@type": "Service",
"serviceType": "<?php echo htmlspecialchars($pageInfo['rich_service_type'], ENT_QUOTES, 'UTF-8'); ?>", "serviceType": "<?php echo htmlspecialchars($pageInfo['rich_service_type'], ENT_QUOTES, 'UTF-8'); ?>",