From d857843dd95f6b18277b7c8ab16cc8898a050a37 Mon Sep 17 00:00:00 2001 From: Smoke-ck <2056sanya9snake@gmail.com> Date: Wed, 12 Feb 2025 12:14:01 +0200 Subject: [PATCH] Fix links redirects --- _config.yml | 1 + _data/navbar.yml | 10 +++++----- about.html | 4 +++- blog/index.html | 3 +++ contacts.html | 3 ++- expertise.html | 3 ++- faq.html | 4 +++- reviews.html | 4 +++- services.html | 4 +++- 9 files changed, 25 insertions(+), 11 deletions(-) diff --git a/_config.yml b/_config.yml index b399713c..b6dc41ef 100644 --- a/_config.yml +++ b/_config.yml @@ -41,6 +41,7 @@ plugins: - jekyll-minifier include: ['_solutions'] +permalink: pretty pagination: enabled: true diff --git a/_data/navbar.yml b/_data/navbar.yml index f648d86a..573670f8 100644 --- a/_data/navbar.yml +++ b/_data/navbar.yml @@ -5,9 +5,9 @@ links: - section: Team link: /about/team - page: Expertise - link: /expertise + link: /expertise/ - page: Services - link: /services + link: /services/ items: - section: Web Development link: /services/web-development @@ -20,7 +20,7 @@ links: - section: Project Development link: /services/project-development-cooperation - page: Solutions - link: /solutions + link: /solutions/ items: - section: HealthTech/HIPAA-compliant link: /solutions/healthcare-hipaa-case @@ -33,9 +33,9 @@ links: - section: Travel/Logistic link: /solutions/taxi-and-transportation-case - page: Reviews - link: /reviews + link: /reviews/ - page: FAQ - link: /faq + link: /faq/ - page: Blog link: /blog/ reviews: Reviews diff --git a/about.html b/about.html index 457e53c7..8639784b 100644 --- a/about.html +++ b/about.html @@ -1,5 +1,5 @@ --- -permalink: /about +permalink: /about/ layout: default relative_css_url: /assets/css/about.css title: IT Staffing Firm, Remote Development Teams | Active Bridge @@ -9,6 +9,8 @@ their in-house teams. scripts: [carousel, details] json-ld: about +redirect_from: + - /about.html ---
diff --git a/blog/index.html b/blog/index.html index 94ca6d58..028fccd3 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,4 +1,5 @@ --- +permalink: blog/ layout: blog-template title: "Active Bridge Insights: Ruby on Rails & Web Dev Innovation" date-modified: "2024-04-01" @@ -11,4 +12,6 @@ permalink: /:num/ categories: [business_growth, engineering, inside_ab, pm_team_management] json-ld: blog +redirect_from: + - /blog.html --- diff --git a/contacts.html b/contacts.html index 4820e077..a39bd049 100644 --- a/contacts.html +++ b/contacts.html @@ -1,5 +1,5 @@ --- -permalink: /contacts +permalink: /contacts/ layout: default title: Contact us to Get Free Project Consultation | Active Bridge date-modified: "2024-04-01" @@ -9,6 +9,7 @@ json-ld: contacts redirect_from: - /contact + - /contacts.html ---
diff --git a/expertise.html b/expertise.html index db0eabf8..e8cac566 100644 --- a/expertise.html +++ b/expertise.html @@ -1,5 +1,5 @@ --- -permalink: /expertise +permalink: /expertise/ layout: default title: RoR App Development & Cloud Software Expertise | Active Bridge date-modified: "2024-04-01" @@ -10,6 +10,7 @@ json-ld: expertise redirect_from: - /how-we-work + - /expertise.html ---
diff --git a/faq.html b/faq.html index 18e62f75..2c9168ee 100644 --- a/faq.html +++ b/faq.html @@ -1,11 +1,13 @@ --- -permalink: /faq +permalink: /faq/ layout: default title: FAQ | Active Bridge date-modified: "2024-04-01" description: Check our FAQ, if you can't find the right one, feel free to contact our experts scripts: [details] json-ld: faq +redirect_from: + - /faq.html ---
diff --git a/reviews.html b/reviews.html index bf5382ec..7cb2131b 100644 --- a/reviews.html +++ b/reviews.html @@ -1,5 +1,5 @@ --- -permalink: /reviews +permalink: /reviews/ layout: default title: Check out What Clients Say About Active Bridge's Solutions date-modified: "2024-04-01" @@ -8,6 +8,8 @@ In fact, we’re still working with our first client from 2013. scripts: [details, carousel] json-ld: reviews +redirect_from: + - /reviews.html ---
diff --git a/services.html b/services.html index 6e218c9e..7755a4c2 100644 --- a/services.html +++ b/services.html @@ -1,5 +1,5 @@ --- -permalink: /services +permalink: /services/ layout: default title: Take benefit of Rapid Application Development Services | Active Bridge description: At Active Bridge, we follow RAD best practices to provide clients @@ -8,6 +8,8 @@ date-modified: "2024-04-01" scripts: [animation, carousel] json-ld: services +redirect_from: + - /services.html ---