declare(strict_types=1); /** * Project: Cholesterol Coach * Module: Health Partner Landing Pages * File: /p/sunday-abosede-oluwabusola/index.php * Purpose: Public landing page for Sunday Abosede Oluwabusola, * Nutritionist in Abeokuta, Nigeria. * Author: Mario Delaquis / Delaquis Prompt Engineering (Pty) Ltd * Created: 2026-09-22 * Updated: 2026-09-22 * PHP: 8.4+ */ $rootPath = dirname(__DIR__, 2); require_once $rootPath . '/includes/bootstrap.php'; if (!function_exists('cc_sao_h')) { function cc_sao_h(mixed $value): string { return function_exists('cc_escape') ? cc_escape((string)$value) : htmlspecialchars((string)$value, ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8'); } } if (!function_exists('cc_sao_url')) { function cc_sao_url(string $path): string { return function_exists('cc_url') ? (string)cc_url($path) : $path; } } $canonicalAbsolute = 'https://cholesterol-coach.li/p/sunday-abosede-oluwabusola/'; $registrationUrl = cc_sao_url('/r/vvq-sa'); $loginUrl = cc_sao_url('/auth/login.php'); if (!headers_sent()) { header('Link: <' . $canonicalAbsolute . '>; rel="canonical"'); header('X-Robots-Tag: index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1'); } $ccPageTitle = 'Sunday Abosede Oluwabusola | Nutritionist & Cholesterol Coach Health Partner'; $ccPageDescription = 'Sunday Abosede Oluwabusola, Nutritionist in Abeokuta, Nigeria, recommends Cholesterol Coach for practical nutrition tracking, meal planning and progress reports.'; $ccCanonicalUrl = '/p/sunday-abosede-oluwabusola/'; $ccBodyClass = 'partner-landing-page sunday-abosede-oluwabusola-page'; $ccActiveNav = ''; require_once $rootPath . '/includes/header.php'; ?>
Cholesterol Coach helps you record what you eat, understand key nutrition values and follow your progress over time — giving you useful information to support conversations with your nutrition professional.