Nav refactor: fix remaining pages (tools, services, locations, blog articles)

- Updated 30 additional files to use shared includes/nav.php
- Fixed references to old navbar.php and header.php nav includes
- All 52 pages now use single shared navigation
This commit is contained in:
root
2026-02-10 22:24:40 +00:00
parent 1a8d9b4f9d
commit fe70ab53cf
30 changed files with 30 additions and 30 deletions

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -160,7 +160,7 @@ $modified_date = "2025-08-08";
<a href="#main-content" class="skip-to-content">Skip to main content</a> <a href="#main-content" class="skip-to-content">Skip to main content</a>
<!-- Navigation --> <!-- Navigation -->
<?php include '../../includes/header.php'; ?> <?php include '../../includes/nav.php'; ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<div class="breadcrumb"> <div class="breadcrumb">

View File

@@ -128,7 +128,7 @@ $modified_date = "2025-08-08";
<a href="#main-content" class="skip-to-content">Skip to main content</a> <a href="#main-content" class="skip-to-content">Skip to main content</a>
<!-- Navigation --> <!-- Navigation -->
<?php include '../../includes/header.php'; ?> <?php include '../../includes/nav.php'; ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<div class="breadcrumb"> <div class="breadcrumb">

View File

@@ -128,7 +128,7 @@ $modified_date = "2025-08-08";
<a href="#main-content" class="skip-to-content">Skip to main content</a> <a href="#main-content" class="skip-to-content">Skip to main content</a>
<!-- Navigation --> <!-- Navigation -->
<?php include '../../includes/header.php'; ?> <?php include '../../includes/nav.php'; ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<div class="breadcrumb"> <div class="breadcrumb">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -85,7 +85,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -86,7 +86,7 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<article class="blog-article"> <article class="blog-article">
<div class="container"> <div class="container">

View File

@@ -160,7 +160,7 @@ $modified_date = "2025-08-08";
<a href="#main-content" class="skip-to-content">Skip to main content</a> <a href="#main-content" class="skip-to-content">Skip to main content</a>
<!-- Navigation --> <!-- Navigation -->
<?php include '../../includes/header.php'; ?> <?php include '../../includes/nav.php'; ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<div class="breadcrumb"> <div class="breadcrumb">

View File

@@ -128,7 +128,7 @@ $modified_date = "2025-08-08";
<a href="#main-content" class="skip-to-content">Skip to main content</a> <a href="#main-content" class="skip-to-content">Skip to main content</a>
<!-- Navigation --> <!-- Navigation -->
<?php include '../../includes/header.php'; ?> <?php include '../../includes/nav.php'; ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<div class="breadcrumb"> <div class="breadcrumb">

View File

@@ -402,7 +402,7 @@ $breadcrumbs = [
</style> </style>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<section class="breadcrumb"> <section class="breadcrumb">

View File

@@ -402,7 +402,7 @@ $breadcrumbs = [
</style> </style>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<section class="breadcrumb"> <section class="breadcrumb">

View File

@@ -402,7 +402,7 @@ $breadcrumbs = [
</style> </style>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<section class="breadcrumb"> <section class="breadcrumb">

View File

@@ -487,7 +487,7 @@ $breadcrumbs = [
</style> </style>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<section class="breadcrumb"> <section class="breadcrumb">

View File

@@ -394,7 +394,7 @@ $faqPageName = 'Financial Data Services FAQ';
</style> </style>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<main> <main>
<!-- Hero Section --> <!-- Hero Section -->

View File

@@ -495,7 +495,7 @@ $breadcrumbs = [
</style> </style>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<section class="breadcrumb"> <section class="breadcrumb">

View File

@@ -373,7 +373,7 @@ $faqPageName = 'Property Data Extraction FAQ';
</style> </style>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<main> <main>
<!-- Hero Section --> <!-- Hero Section -->

View File

@@ -566,7 +566,7 @@ $breadcrumbs = [
</style> </style>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<!-- Breadcrumb --> <!-- Breadcrumb -->
<section class="breadcrumb"> <section class="breadcrumb">

View File

@@ -65,7 +65,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
</style> </style>
</head> </head>
<body> <body>
<?php include '../includes/navbar.php'; ?> <?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/nav.php"); ?>
<nav class="breadcrumb"> <nav class="breadcrumb">
<a href="/">Home</a> <span></span> <a href="/tools/">Tools</a> <span></span> Data Converter <a href="/">Home</a> <span></span> <a href="/tools/">Tools</a> <span></span> Data Converter

View File

@@ -162,7 +162,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/";
</style> </style>
</head> </head>
<body> <body>
<?php include '../includes/navbar.php'; ?> <?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/nav.php"); ?>
<nav class="breadcrumb"> <nav class="breadcrumb">
<a href="/">Home</a> <span></span> Free Tools <a href="/">Home</a> <span></span> Free Tools

View File

@@ -68,7 +68,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/robots-analyzer";
</style> </style>
</head> </head>
<body> <body>
<?php include '../includes/navbar.php'; ?> <?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/nav.php"); ?>
<nav class="breadcrumb"> <nav class="breadcrumb">
<a href="/">Home</a> <span></span> <a href="/tools/">Tools</a> <span></span> Robots.txt Analyzer <a href="/">Home</a> <span></span> <a href="/tools/">Tools</a> <span></span> Robots.txt Analyzer

View File

@@ -198,7 +198,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
</style> </style>
</head> </head>
<body> <body>
<?php include '../includes/navbar.php'; ?> <?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/nav.php"); ?>
<nav class="breadcrumb"> <nav class="breadcrumb">
<a href="/">Home</a> <span></span> <a href="/tools/">Tools</a> <span></span> Scrapeability Checker <a href="/">Home</a> <span></span> <a href="/tools/">Tools</a> <span></span> Scrapeability Checker