{"id":5042,"date":"2026-03-20T06:18:08","date_gmt":"2026-03-20T06:18:08","guid":{"rendered":"https:\/\/www.webdesigndiscovery.com\/blog\/?p=5042"},"modified":"2026-03-20T06:55:45","modified_gmt":"2026-03-20T06:55:45","slug":"construction-website-design-that-generates-real-leads-in-2026","status":"publish","type":"post","link":"https:\/\/www.webdesigndiscovery.com\/blog\/construction-website-design-that-generates-real-leads-in-2026\/","title":{"rendered":"Construction Website Design That Generates Real Leads in 2026"},"content":{"rendered":"\n<p>It is true that in 2026, most construction projects start with a search online. If you are a homeowner planning a renovation, a business owner seeking a contractor, or a consumer researching local <a href=\"https:\/\/www.webdesigndiscovery.com\/blog\/why-every-construction-company-needs-a-professional-website\/\" title=\"\"><strong>construction companies<\/strong><\/a>, your first step is typically to search a company\u2019s website.<\/p>\n\n\n\n<p>For construction companies, having a website is no longer just about having a digital brochure online. It\u2019s become a powerful way to attract potential clients, prove your expertise, and generate business leads.<\/p>\n\n\n\n<p>Construction company web design is a powerful tool that allows construction companies to present themselves and their projects in a way that establishes credibility and allows potential clients to easily get in touch with them. A well-designed construction company website can be a powerful tool that acts as a 24\/7 sales assistant.<\/p>\n\n\n\n<p>This article will explore what construction web design is, what construction company websites need to have in order to be effective, and how construction companies can create effective construction company websites that generate leads in 2026.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Construction Companies Need a Professional Website in 2026<\/strong><\/h2>\n\n\n\n<p>The construction business is becoming more competitive, and many potential clients may search for contractors online before making a decision. A good website helps construction companies establish trust even before the first phone call is made.<\/p>\n\n\n\n<p>Some of the most important reasons why construction companies need good contractor website design services include:<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Construction Section<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800;900&#038;family=Open+Sans:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n \n  .wdd-cards-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 22px;\n    padding: 40px 0;\n    background: transparent;\n  }\n \n  \/* \u2500\u2500 CARD BASE \u2500\u2500 *\/\n  .wdd-card {\n    background: #ffffff;\n    border-radius: 4px;\n    overflow: hidden;\n    box-shadow: 0 2px 16px rgba(13,42,94,0.08);\n    transition: transform 0.4s cubic-bezier(0.23,1,0.32,1),\n                box-shadow 0.4s ease;\n    opacity: 0;\n    transform: translateY(40px) scale(0.96);\n    position: relative;\n  }\n \n  \/* Scroll-triggered visible state *\/\n  .wdd-card.wdd-visible {\n    animation: wddFadeUp 0.7s cubic-bezier(0.23,1,0.32,1) forwards;\n  }\n \n  .wdd-card.wdd-visible:nth-child(1) { animation-delay: 0.00s; }\n  .wdd-card.wdd-visible:nth-child(2) { animation-delay: 0.12s; }\n  .wdd-card.wdd-visible:nth-child(3) { animation-delay: 0.24s; }\n  .wdd-card.wdd-visible:nth-child(4) { animation-delay: 0.36s; }\n  .wdd-card.wdd-visible:nth-child(5) { animation-delay: 0.48s; }\n \n  @keyframes wddFadeUp {\n    from { opacity: 0; transform: translateY(40px) scale(0.96); }\n    to   { opacity: 1; transform: translateY(0) scale(1); }\n  }\n \n  \/* Hover lift *\/\n  .wdd-card:hover {\n    transform: translateY(-8px) scale(1.01);\n    box-shadow: 0 20px 48px rgba(13,42,94,0.16);\n  }\n \n  \/* \u2500\u2500 RIPPLE on click \u2500\u2500 *\/\n  .wdd-ripple {\n    position: absolute;\n    border-radius: 50%;\n    background: rgba(200,156,42,0.22);\n    transform: scale(0);\n    animation: wddRipple 0.6s linear;\n    pointer-events: none;\n    z-index: 10;\n  }\n \n  @keyframes wddRipple {\n    to { transform: scale(4); opacity: 0; }\n  }\n \n  \/* \u2500\u2500 TOP BAR \u2500\u2500 *\/\n  .wdd-card-bar {\n    height: 5px;\n    background: #0d2a5e;\n    position: relative;\n    overflow: hidden;\n  }\n \n  .wdd-card-bar::after {\n    content: '';\n    position: absolute;\n    top: 0; left: -100%;\n    width: 100%; height: 100%;\n    background: linear-gradient(90deg, #c89c2a, #e8b83a, #f5d980);\n    transition: left 0.5s cubic-bezier(0.23,1,0.32,1);\n  }\n \n  .wdd-card:hover .wdd-card-bar::after { left: 0; }\n \n  \/* \u2500\u2500 BODY \u2500\u2500 *\/\n  .wdd-card-body { padding: 28px 24px 24px; }\n \n  \/* \u2500\u2500 HEAD ROW \u2500\u2500 *\/\n  .wdd-card-head {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 20px;\n  }\n \n  \/* \u2500\u2500 NUMBER \u2500\u2500 *\/\n  .wdd-card-num {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 900;\n    font-size: 2.6rem;\n    color: #e8edf5;\n    line-height: 1;\n    user-select: none;\n    transition: color 0.4s ease, transform 0.4s ease;\n  }\n \n  .wdd-card:hover .wdd-card-num {\n    color: rgba(200,156,42,0.25);\n    transform: scale(1.08) translateX(3px);\n  }\n \n  \/* \u2500\u2500 ICON CIRCLE \u2500\u2500 *\/\n  .wdd-icon-circle {\n    width: 54px; height: 54px;\n    background: #0d2a5e;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    position: relative;\n    transition: background 0.35s, transform 0.35s cubic-bezier(0.23,1,0.32,1), box-shadow 0.35s;\n  }\n \n  \/* Pulse ring *\/\n  .wdd-icon-circle::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    border-radius: 50%;\n    border: 2px solid rgba(200,156,42,0);\n    transition: border-color 0.3s, transform 0.5s;\n  }\n \n  .wdd-card:hover .wdd-icon-circle {\n    background: #c89c2a;\n    transform: rotate(14deg) scale(1.12);\n    box-shadow: 0 0 0 8px rgba(200,156,42,0.14);\n  }\n \n  .wdd-card:hover .wdd-icon-circle::before {\n    border-color: rgba(200,156,42,0.5);\n    transform: scale(1.6);\n    opacity: 0;\n    transition: border-color 0.1s, transform 0.6s ease-out, opacity 0.6s ease-out;\n  }\n \n  .wdd-icon-circle svg {\n    width: 22px; height: 22px;\n    stroke: #ffffff; fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: stroke 0.3s, transform 0.3s;\n  }\n \n  .wdd-card:hover .wdd-icon-circle svg {\n    stroke: #0d2a5e;\n    transform: scale(1.1);\n  }\n \n  \/* \u2500\u2500 SVG STROKE DRAW on hover \u2500\u2500 *\/\n  .wdd-icon-circle svg path,\n  .wdd-icon-circle svg polyline,\n  .wdd-icon-circle svg circle,\n  .wdd-icon-circle svg rect,\n  .wdd-icon-circle svg line,\n  .wdd-icon-circle svg polygon {\n    stroke-dasharray: 120;\n    stroke-dashoffset: 0;\n    transition: stroke-dashoffset 0.5s ease;\n  }\n \n  .wdd-card:hover .wdd-icon-circle svg path,\n  .wdd-card:hover .wdd-icon-circle svg polyline,\n  .wdd-card:hover .wdd-icon-circle svg circle,\n  .wdd-card:hover .wdd-icon-circle svg rect,\n  .wdd-card:hover .wdd-icon-circle svg line,\n  .wdd-card:hover .wdd-icon-circle svg polygon {\n    stroke-dashoffset: 120;\n    transition: stroke-dashoffset 0s;\n    animation: wddRedraw 0.5s ease 0.1s forwards;\n  }\n \n  @keyframes wddRedraw {\n    from { stroke-dashoffset: 120; }\n    to   { stroke-dashoffset: 0; }\n  }\n \n  \/* \u2500\u2500 TITLE \u2500\u2500 *\/\n  .wdd-card-title {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 1.4rem;\n    color: #0d2a5e;\n    margin-bottom: 12px;\n    line-height: 1.35;\n    transition: letter-spacing 0.3s ease, color 0.3s;\n  }\n \n  .wdd-card:hover .wdd-card-title {\n    letter-spacing: 0.3px;\n    color: #071a3e;\n  }\n \n  \/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n  .wdd-card-divider {\n    height: 1px;\n    background: #eef0f5;\n    margin: 12px 0 14px;\n    position: relative;\n    overflow: hidden;\n  }\n \n  .wdd-card-divider::after {\n    content: '';\n    position: absolute;\n    top: 0; left: -100%;\n    height: 100%; width: 100%;\n    background: linear-gradient(90deg, transparent, #e8b83a, transparent);\n    transition: left 0.55s ease;\n  }\n \n  .wdd-card:hover .wdd-card-divider::after { left: 100%; }\n \n  \/* \u2500\u2500 BODY TEXT \u2500\u2500 *\/\n  .wdd-card-text {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 0.9rem;\n    color: #4a5f80;\n    line-height: 1.82;\n    font-weight: 400;\n    transition: color 0.3s;\n  }\n \n  .wdd-card:hover .wdd-card-text { color: #3a4f70; }\n \n  \/* \u2500\u2500 TAG \u2500\u2500 *\/\n  .wdd-card-tag {\n    margin-top: 18px;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.68rem;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #8da0c4;\n    transition: color 0.3s, transform 0.3s;\n  }\n \n  .wdd-card-tag::before {\n    content: '';\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: #8da0c4;\n    flex-shrink: 0;\n    transition: background 0.3s, transform 0.4s cubic-bezier(0.23,1,0.32,1);\n  }\n \n  .wdd-card:hover .wdd-card-tag {\n    color: #c89c2a;\n    transform: translateX(4px);\n  }\n \n  .wdd-card:hover .wdd-card-tag::before {\n    background: #c89c2a;\n    transform: scale(1.6);\n  }\n \n  \/* \u2500\u2500 SHIMMER overlay on card \u2500\u2500 *\/\n  .wdd-card::after {\n    content: '';\n    position: absolute;\n    top: 0; left: -75%;\n    width: 50%;\n    height: 100%;\n    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);\n    transform: skewX(-20deg);\n    transition: none;\n    pointer-events: none;\n  }\n \n  .wdd-card:hover::after {\n    animation: wddShimmer 0.7s ease forwards;\n  }\n \n  @keyframes wddShimmer {\n    from { left: -75%; }\n    to   { left: 125%; }\n  }\n \n<\/style>\n \n<div class=\"wdd-cards-grid\">\n \n  <div class=\"wdd-card\">\n    <div class=\"wdd-card-bar\"><\/div>\n    <div class=\"wdd-card-body\">\n      <div class=\"wdd-card-head\">\n        <div class=\"wdd-card-num\">01<\/div>\n        <div class=\"wdd-icon-circle\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg>\n        <\/div>\n      <\/div>\n      <div class=\"wdd-card-title\">First Impressions Matter<\/div>\n      <div class=\"wdd-card-divider\"><\/div>\n      <p class=\"wdd-card-text\">Many people consider a contractor to be professional based on their website.<\/p>\n      <span class=\"wdd-card-tag\">Credibility &amp; Trust<\/span>\n    <\/div>\n  <\/div>\n \n  <div class=\"wdd-card\">\n    <div class=\"wdd-card-bar\"><\/div>\n    <div class=\"wdd-card-body\">\n      <div class=\"wdd-card-head\">\n        <div class=\"wdd-card-num\">02<\/div>\n        <div class=\"wdd-icon-circle\">\n          <svg viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg>\n        <\/div>\n      <\/div>\n      <div class=\"wdd-card-title\">Online Visibility<\/div>\n      <div class=\"wdd-card-divider\"><\/div>\n      <p class=\"wdd-card-text\">A good website will help construction companies rank in the search engine results when people search for construction services.<\/p>\n      <span class=\"wdd-card-tag\">SEO &amp; Discovery<\/span>\n    <\/div>\n  <\/div>\n \n  <div class=\"wdd-card\">\n    <div class=\"wdd-card-bar\"><\/div>\n    <div class=\"wdd-card-body\">\n      <div class=\"wdd-card-head\">\n        <div class=\"wdd-card-num\">03<\/div>\n        <div class=\"wdd-icon-circle\">\n          <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18M9 21V9\"\/><\/svg>\n        <\/div>\n      <\/div>\n      <div class=\"wdd-card-title\">Project Portfolio Showcase<\/div>\n      <div class=\"wdd-card-divider\"><\/div>\n      <p class=\"wdd-card-text\">Construction companies will be able to show their completed projects and case studies through their websites.<\/p>\n      <span class=\"wdd-card-tag\">Portfolio &amp; Proof<\/span>\n    <\/div>\n  <\/div>\n \n  <div class=\"wdd-card\">\n    <div class=\"wdd-card-bar\"><\/div>\n    <div class=\"wdd-card-body\">\n      <div class=\"wdd-card-head\">\n        <div class=\"wdd-card-num\">04<\/div>\n        <div class=\"wdd-icon-circle\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n        <\/div>\n      <\/div>\n      <div class=\"wdd-card-title\">Lead Generation<\/div>\n      <div class=\"wdd-card-divider\"><\/div>\n      <p class=\"wdd-card-text\">Construction companies will be able to capture leads through their websites.<\/p>\n      <span class=\"wdd-card-tag\">Leads &amp; Revenue<\/span>\n    <\/div>\n  <\/div>\n \n  <div class=\"wdd-card\">\n    <div class=\"wdd-card-bar\"><\/div>\n    <div class=\"wdd-card-body\">\n      <div class=\"wdd-card-head\">\n        <div class=\"wdd-card-num\">05<\/div>\n        <div class=\"wdd-icon-circle\">\n          <svg viewBox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\n        <\/div>\n      <\/div>\n      <div class=\"wdd-card-title\">Establishing Trust and Credibility<\/div>\n      <div class=\"wdd-card-divider\"><\/div>\n      <p class=\"wdd-card-text\">Customer testimonials and certifications will help construction companies establish credibility with their potential customers.<\/p>\n      <span class=\"wdd-card-tag\">Reviews &amp; Certifications<\/span>\n    <\/div>\n  <\/div>\n \n<\/div>\n \n<script>\n  \/\/ \u2500\u2500 Scroll-triggered entrance (IntersectionObserver) \u2500\u2500\n  const wddCards = document.querySelectorAll('.wdd-card');\n  const wddObserver = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('wdd-visible');\n        wddObserver.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.15 });\n \n  wddCards.forEach(card => wddObserver.observe(card));\n \n  \/\/ \u2500\u2500 Ripple effect on click \u2500\u2500\n  wddCards.forEach(card => {\n    card.addEventListener('click', function(e) {\n      const rect = card.getBoundingClientRect();\n      const size = Math.max(rect.width, rect.height);\n      const x = e.clientX - rect.left - size \/ 2;\n      const y = e.clientY - rect.top - size \/ 2;\n      const ripple = document.createElement('span');\n      ripple.classList.add('wdd-ripple');\n      ripple.style.cssText = `width:${size}px;height:${size}px;left:${x}px;top:${y}px`;\n      card.appendChild(ripple);\n      setTimeout(() => ripple.remove(), 700);\n    });\n  });\n \n  \/\/ \u2500\u2500 Tilt effect on mouse move \u2500\u2500\n  wddCards.forEach(card => {\n    card.addEventListener('mousemove', function(e) {\n      const rect = card.getBoundingClientRect();\n      const x = e.clientX - rect.left;\n      const y = e.clientY - rect.top;\n      const cx = rect.width \/ 2;\n      const cy = rect.height \/ 2;\n      const rotateX = ((y - cy) \/ cy) * -5;\n      const rotateY = ((x - cx) \/ cx) * 5;\n      card.style.transform = `translateY(-8px) scale(1.01) perspective(600px) rotateX(${rotateX}deg) rotateY(${rotateY}deg)`;\n    });\n \n    card.addEventListener('mouseleave', function() {\n      card.style.transform = '';\n    });\n  });\n<\/script>\n\n\n\n<p>If construction companies do not have a good website, they will lose out on potential business while their competitors gain more clients through good construction web design services.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is Construction Website Design?<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/www.webdesigndiscovery.com\/construction-website-design\"><strong>Construction website design<\/strong><\/a> is the process of designing websites that are tailored for the needs of construction companies, contractors, builders, and other relevant service providers.<\/p>\n\n\n\n<p>Unlike most business websites, a website designed for the construction industry is designed to focus on aspects that are most relevant to the target clients.<\/p>\n\n\n\n<p>A good design for a construction website should include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Service pages for the construction services offered<\/li>\n\n\n\n<li>Project galleries for the projects executed<\/li>\n\n\n\n<li>Testimonials and reviews from client<\/li>\n\n\n\n<li>Contact forms for clients to request quotes<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Mobile-friendly design for easy viewing<\/li>\n\n\n\n<li>Search engine optimization for better visibility<\/li>\n<\/ul>\n\n\n\n<p>A good design for a website ensures that the website is not only beautiful but also effective in converting visitors into clients.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Features of High-Converting Construction Web Design<\/strong><\/h2>\n\n\n\n<p>Not all websites create leads. A good contractor web design will include features that create leads.&nbsp;<\/p>\n\n\n\n<p><strong>Clear Service Information<\/strong><\/p>\n\n\n\n<p>It is imperative that website visitors understand the services the company provides. The website should clearly indicate services like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Residential construction<\/li>\n\n\n\n<li>Commercial construction<\/li>\n\n\n\n<li>Renovation and remodeling<\/li>\n\n\n\n<li>General contracting<\/li>\n\n\n\n<li>Design build services<\/li>\n\n\n\n<li>Project Portfolio<\/li>\n<\/ul>\n\n\n\n<p>Construction services need to be supported by evidence of previous work. A project gallery will be very important in gaining the trust of potential clients.&nbsp;<\/p>\n\n\n\n<p><strong>Simple Navigation<\/strong><\/p>\n\n\n\n<p>It is imperative that website visitors easily find pages like services, projects, and contact information.&nbsp;<\/p>\n\n\n\n<p><strong>Mobile-Friendly Design<\/strong><\/p>\n\n\n\n<p>More and more people are accessing the web through mobile devices. A good construction web design will be mobile-friendly.&nbsp;<\/p>\n\n\n\n<p><strong>Fast Loading Speed<\/strong><\/p>\n\n\n\n<p>A slow website will lose visitors. A fast website will improve the user experience and improve the website\u2019s ranking.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Strong Calls to Action<\/strong><\/h3>\n\n\n\n<p>Clear prompts such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Request a Quote<\/li>\n\n\n\n<li>Schedule a Consultation<\/li>\n\n\n\n<li>Contact Our Team<\/li>\n<\/ul>\n\n\n\n<p>These encourage visitors to take the next step.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Every Construction Site Web Site Needs?\u00a0<\/strong><\/h2>\n\n\n\n<p>A good design of the construction site needs to have several essential pages that convey information and ensure the visitors navigate the site to get in touch with the company.<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Construction Pages Section<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800;900&#038;family=Open+Sans:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n \n  \/* \u2500\u2500 RESET SAFE (scoped) \u2500\u2500 *\/\n  .wdd-pages-section *, .wdd-pages-section *::before, .wdd-pages-section *::after {\n    box-sizing: border-box;\n  }\n \n  \/* \u2500\u2500 WRAPPER \u2500\u2500 *\/\n  .wdd-pages-section {\n    background: transparent;\n    padding: 50px 0 60px;\n    font-family: 'Open Sans', sans-serif;\n  }\n \n  \/* \u2500\u2500 ITEMS LIST \u2500\u2500 *\/\n  .wdd-pages-list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n \n  \/* \u2500\u2500 SINGLE ITEM \u2500\u2500 *\/\n  .wdd-page-item {\n    display: grid;\n    grid-template-columns: 72px 1fr;\n    gap: 0 28px;\n    position: relative;\n    opacity: 0;\n    transform: translateX(-30px);\n    animation: wddSlideIn 0.65s cubic-bezier(0.23,1,0.32,1) forwards;\n  }\n \n  .wdd-page-item:nth-child(1) { animation-delay: 0.08s; }\n  .wdd-page-item:nth-child(2) { animation-delay: 0.18s; }\n  .wdd-page-item:nth-child(3) { animation-delay: 0.28s; }\n  .wdd-page-item:nth-child(4) { animation-delay: 0.38s; }\n  .wdd-page-item:nth-child(5) { animation-delay: 0.48s; }\n  .wdd-page-item:nth-child(6) { animation-delay: 0.58s; }\n \n  @keyframes wddSlideIn {\n    to { opacity: 1; transform: translateX(0); }\n  }\n \n  \/* \u2500\u2500 LEFT COLUMN: number + line \u2500\u2500 *\/\n  .wdd-page-left {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    padding-top: 6px;\n  }\n \n  .wdd-page-dot {\n    width: 44px;\n    height: 44px;\n    background: #0d2a5e;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    position: relative;\n    z-index: 2;\n    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;\n    cursor: default;\n  }\n \n  .wdd-page-item:hover .wdd-page-dot {\n    background: #c89c2a;\n    transform: scale(1.15);\n    box-shadow: 0 0 0 6px rgba(200,156,42,0.18);\n  }\n \n  .wdd-page-dot svg {\n    width: 20px; height: 20px;\n    stroke: #ffffff; fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: stroke 0.3s;\n  }\n \n  .wdd-page-item:hover .wdd-page-dot svg { stroke: #0d2a5e; }\n \n  \/* vertical connector line *\/\n  .wdd-page-line {\n    width: 2px;\n    flex: 1;\n    min-height: 30px;\n    background: #e4e9f2;\n    margin: 6px 0;\n    position: relative;\n    overflow: hidden;\n  }\n \n  .wdd-page-line::after {\n    content: '';\n    position: absolute;\n    top: -100%;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(180deg, #c89c2a, #e8b83a);\n    transition: top 0.5s ease;\n  }\n \n  .wdd-page-item:hover .wdd-page-line::after { top: 0; }\n \n  \/* hide last item's line *\/\n  .wdd-page-item:last-child .wdd-page-line { display: none; }\n \n  \/* \u2500\u2500 RIGHT COLUMN: card \u2500\u2500 *\/\n  .wdd-page-card {\n    background: #ffffff;\n    border-radius: 4px;\n    border: 1px solid #e8edf5;\n    padding: 24px 28px 22px;\n    margin-bottom: 16px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(13,42,94,0.06);\n    transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.3s;\n    cursor: default;\n  }\n \n  .wdd-page-card::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 0;\n    width: 4px;\n    height: 0;\n    background: linear-gradient(180deg, #c89c2a, #e8b83a);\n    transition: height 0.4s cubic-bezier(0.23,1,0.32,1);\n    border-radius: 0 0 4px 0;\n  }\n \n  .wdd-page-item:hover .wdd-page-card {\n    box-shadow: 0 12px 36px rgba(13,42,94,0.13);\n    transform: translateX(6px);\n    border-color: #c89c2a;\n  }\n \n  .wdd-page-item:hover .wdd-page-card::before { height: 100%; }\n \n  \/* Card header row *\/\n  .wdd-page-card-head {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 10px;\n  }\n \n  .wdd-page-card-num {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 900;\n    font-size: 0.75rem;\n    letter-spacing: 2px;\n    color: #c89c2a;\n    opacity: 0.9;\n  }\n \n  .wdd-page-card-title {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 1.55rem;\n    color: #0d2a5e;\n    line-height: 1.25;\n    transition: color 0.3s;\n  }\n \n  .wdd-page-item:hover .wdd-page-card-title { color: #0a2050; }\n \n  .wdd-page-card-badge {\n    margin-left: auto;\n    background: #f0f4fb;\n    color: #8da0c4;\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.65rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 4px 10px;\n    border-radius: 20px;\n    white-space: nowrap;\n    transition: background 0.3s, color 0.3s;\n    flex-shrink: 0;\n  }\n \n  .wdd-page-item:hover .wdd-page-card-badge {\n    background: rgba(200,156,42,0.12);\n    color: #c89c2a;\n  }\n \n  \/* Divider *\/\n  .wdd-page-card-divider {\n    height: 1px;\n    background: #eef1f8;\n    margin: 10px 0 14px;\n  }\n \n  \/* Body text *\/\n  .wdd-page-card-text {\n    font-size: 0.875rem;\n    color: #4a5f80;\n    line-height: 1.82;\n    margin-bottom: 0;\n  }\n \n  \/* Sub-bullets *\/\n  .wdd-page-card-bullets {\n    margin-top: 12px;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 8px;\n    list-style: none;\n    padding: 0;\n  }\n \n  .wdd-page-card-bullets li {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.78rem;\n    font-weight: 600;\n    color: #0d2a5e;\n    background: #f4f7fd;\n    border-radius: 3px;\n    padding: 7px 12px;\n    transition: background 0.3s, color 0.3s;\n  }\n \n  .wdd-page-item:hover .wdd-page-card-bullets li {\n    background: rgba(200,156,42,0.08);\n    color: #0a2050;\n  }\n \n  .wdd-page-card-bullets li::before {\n    content: '';\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: #c89c2a;\n    flex-shrink: 0;\n  }\n \n  \/* Sub-questions *\/\n  .wdd-page-card-questions {\n    margin-top: 12px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    list-style: none;\n    padding: 0;\n  }\n \n  .wdd-page-card-questions li {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.78rem;\n    font-weight: 600;\n    color: #0d2a5e;\n    background: #f0f4fb;\n    border: 1px solid #dce4f0;\n    border-radius: 20px;\n    padding: 5px 14px;\n    transition: background 0.3s, border-color 0.3s, color 0.3s;\n  }\n \n  .wdd-page-item:hover .wdd-page-card-questions li {\n    background: rgba(200,156,42,0.10);\n    border-color: #c89c2a;\n    color: #0a2050;\n  }\n \n<\/style>\n \n<div class=\"wdd-pages-section\">\n  <div class=\"wdd-pages-list\">\n \n    <!-- 1. Home Page -->\n    <div class=\"wdd-page-item\">\n      <div class=\"wdd-page-left\">\n        <div class=\"wdd-page-dot\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\n        <\/div>\n        <div class=\"wdd-page-line\"><\/div>\n      <\/div>\n      <div class=\"wdd-page-card\">\n        <div class=\"wdd-page-card-head\">\n          <span class=\"wdd-page-card-num\">01<\/span>\n          <span class=\"wdd-page-card-title\">Home Page<\/span>\n          <span class=\"wdd-page-card-badge\">Essential<\/span>\n        <\/div>\n        <div class=\"wdd-page-card-divider\"><\/div>\n        <p class=\"wdd-page-card-text\">The following are some of the questions that the visitors want to be answered by the home page:<\/p>\n        <ul class=\"wdd-page-card-questions\">\n          <li>Who are you?<\/li>\n          <li>What do you do?<\/li>\n          <li>Why should people trust you?<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n \n    <!-- 2. Services Page -->\n    <div class=\"wdd-page-item\">\n      <div class=\"wdd-page-left\">\n        <div class=\"wdd-page-dot\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\/><\/svg>\n        <\/div>\n        <div class=\"wdd-page-line\"><\/div>\n      <\/div>\n      <div class=\"wdd-page-card\">\n        <div class=\"wdd-page-card-head\">\n          <span class=\"wdd-page-card-num\">02<\/span>\n          <span class=\"wdd-page-card-title\">Services Page<\/span>\n          <span class=\"wdd-page-card-badge\">Core<\/span>\n        <\/div>\n        <div class=\"wdd-page-card-divider\"><\/div>\n        <p class=\"wdd-page-card-text\">The information needed on the page is to be the construction services that the company provides, and the manner in which they enable clients to achieve their tasks.<\/p>\n      <\/div>\n    <\/div>\n \n    <!-- 3. Projects \/ Portfolio -->\n    <div class=\"wdd-page-item\">\n      <div class=\"wdd-page-left\">\n        <div class=\"wdd-page-dot\">\n          <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18M9 21V9\"\/><\/svg>\n        <\/div>\n        <div class=\"wdd-page-line\"><\/div>\n      <\/div>\n      <div class=\"wdd-page-card\">\n        <div class=\"wdd-page-card-head\">\n          <span class=\"wdd-page-card-num\">03<\/span>\n          <span class=\"wdd-page-card-title\">Projects or Portfolio Page<\/span>\n          <span class=\"wdd-page-card-badge\">Showcase<\/span>\n        <\/div>\n        <div class=\"wdd-page-card-divider\"><\/div>\n        <p class=\"wdd-page-card-text\">The page ought to contain details concerning the projects completed by the company \u2014 turning past work into powerful social proof that wins new contracts.<\/p>\n      <\/div>\n    <\/div>\n \n    <!-- 4. About Page -->\n    <div class=\"wdd-page-item\">\n      <div class=\"wdd-page-left\">\n        <div class=\"wdd-page-dot\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n        <\/div>\n        <div class=\"wdd-page-line\"><\/div>\n      <\/div>\n      <div class=\"wdd-page-card\">\n        <div class=\"wdd-page-card-head\">\n          <span class=\"wdd-page-card-num\">04<\/span>\n          <span class=\"wdd-page-card-title\">About Page<\/span>\n          <span class=\"wdd-page-card-badge\">Brand<\/span>\n        <\/div>\n        <div class=\"wdd-page-card-divider\"><\/div>\n        <p class=\"wdd-page-card-text\">The history and employees of the company should also be included in the about page \u2014 helping visitors connect with the people and story behind the brand.<\/p>\n      <\/div>\n    <\/div>\n \n    <!-- 5. Testimonials -->\n    <div class=\"wdd-page-item\">\n      <div class=\"wdd-page-left\">\n        <div class=\"wdd-page-dot\">\n          <svg viewBox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\n        <\/div>\n        <div class=\"wdd-page-line\"><\/div>\n      <\/div>\n      <div class=\"wdd-page-card\">\n        <div class=\"wdd-page-card-head\">\n          <span class=\"wdd-page-card-num\">05<\/span>\n          <span class=\"wdd-page-card-title\">Testimonials Page<\/span>\n          <span class=\"wdd-page-card-badge\">Trust<\/span>\n        <\/div>\n        <div class=\"wdd-page-card-divider\"><\/div>\n        <p class=\"wdd-page-card-text\">Testimonials are useful in creating customer trust \u2014 real reviews and success stories from past clients give new visitors the confidence to reach out.<\/p>\n      <\/div>\n    <\/div>\n \n    <!-- 6. Contact Page -->\n    <div class=\"wdd-page-item\">\n      <div class=\"wdd-page-left\">\n        <div class=\"wdd-page-dot\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.37 2 2 0 0 1 3.6 1.18h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.77a16 16 0 0 0 6.29 6.29l.95-.96a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n        <\/div>\n        <div class=\"wdd-page-line\"><\/div>\n      <\/div>\n      <div class=\"wdd-page-card\">\n        <div class=\"wdd-page-card-head\">\n          <span class=\"wdd-page-card-num\">06<\/span>\n          <span class=\"wdd-page-card-title\">Contact Page<\/span>\n          <span class=\"wdd-page-card-badge\">Convert<\/span>\n        <\/div>\n        <div class=\"wdd-page-card-divider\"><\/div>\n        <p class=\"wdd-page-card-text\">Contact page should contain the following information to make it easy for prospects to reach you:<\/p>\n        <ul class=\"wdd-page-card-bullets\">\n          <li>Phone Number<\/li>\n          <li>Email Address<\/li>\n          <li>Contact Form<\/li>\n          <li>Business Location<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n \n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Construction Website Design Tips to Generate More Leads<\/strong><\/h2>\n\n\n\n<p>Creating leads cannot be done by beautiful pictures. Web design of a construction strategy can enhance the conversion and bring in more potential clients.<\/p>\n\n\n\n<p>Some practical tips include:<\/p>\n\n\n\n<p><strong>Use Real Project Images<\/strong><\/p>\n\n\n\n<p>Real-life pictures of projects that have been built make greater plausibility as compared to generic stock pictures.<\/p>\n\n\n\n<p><strong>Highlight Experience<\/strong><\/p>\n\n\n\n<p>Provide experience years, projects done and expertise.<\/p>\n\n\n\n<p><strong>Add Client Testimonials<\/strong><\/p>\n\n\n\n<p>Positive feedback gives credibility to the potential clients with regard to reliability and quality.<\/p>\n\n\n\n<p><strong>Make Contact Easy<\/strong><\/p>\n\n\n\n<p>Clarity of contact information should be constantly evident, e.g., phone numbers, request forms, etc.<\/p>\n\n\n\n<p><strong>Include Local SEO<\/strong><\/p>\n\n\n\n<p>Construction companies are usually oriented to certain cities or areas. The local searches optimization of the site is beneficial in drawing local customers.<\/p>\n\n\n\n<p><strong>Use Clear Messaging<\/strong><\/p>\n\n\n\n<p>Avoid complex language. Short descriptions of services allow the visitors to learn the services the company provides in a short time.<\/p>\n\n\n\n<p>The Selection of the Right Construction Web Design Company<\/p>\n\n\n\n<p>Most construction firms have engaged a construction web designing firm to design their websites.<\/p>\n\n\n\n<p>There are a number of factors that should be considered when deciding on which web design company to use in their web sites.<\/p>\n\n\n\n<p>These include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Knowledge in web design of construction firms.<\/li>\n\n\n\n<li>Lead generation strategy knowledge.<\/li>\n\n\n\n<li>Construction services SEO Knowledge.<\/li>\n\n\n\n<li>\u00a0Knowledge in mobile web site development.<\/li>\n<\/ul>\n\n\n\n<p>The company that is dealing with the right web design ought to be educated in the area of the construction industry, not the part of designing websites.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Latest Construction Website Design Trends in 2026<\/strong><\/h2>\n\n\n\n<p>Website design trends are constantly changing. The current trends in modern construction web design in the year 2026 include the following:<\/p>\n\n\n\n<p><strong>Interactive Project Galleries<\/strong><\/p>\n\n\n\n<p>Interactive project galleries give visitors the opportunity to interact with the project using images.<\/p>\n\n\n\n<p><strong>Drone Photography and Video<\/strong><\/p>\n\n\n\n<p>A drone gives visitors an excellent view of the construction site.<\/p>\n\n\n\n<p><strong>Minimalist Design<\/strong><\/p>\n\n\n\n<p>A minimalist design makes the content easy to read.<\/p>\n\n\n\n<p><strong>Chat Support<\/strong><\/p>\n\n\n\n<p>Chat support gives visitors the opportunity to interact with the site using a chatbot.<\/p>\n\n\n\n<p><strong>Mobile-First Design<\/strong><\/p>\n\n\n\n<p>Designing the site for mobile devices gives the modern user the best experience.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Construction Websites Generate Real Leads<\/strong><\/h2>\n\n\n\n<p>A well-designed contractor website design acts as a lead generator instead of just providing information.<\/p>\n\n\n\n<p>Construction company websites produce leads in a variety of ways:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Quote request forms<\/li>\n\n\n\n<li>Contact forms<\/li>\n\n\n\n<li>Call-to-action buttons for mobile users<\/li>\n\n\n\n<li>Downloadable guides<\/li>\n\n\n\n<li>Consultation booking forms<\/li>\n<\/ul>\n\n\n\n<p>Construction companies also use search engine optimization to ensure that they come up in search results when users search for a contractor.<\/p>\n\n\n\n<p>After users find a construction company\u2019s website, calls to action encourage users to get in touch and start discussing projects.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>Also Read: <a href=\"https:\/\/www.webdesigndiscovery.com\/blog\/website-redesign-increases-sales-leads-by-200-for-construction-company\/\" title=\"\">How Website Redesign Increases Sales Leads for Construction Company<\/a><\/strong><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Mistakes Construction Websites Should Avoid<\/strong><\/h2>\n\n\n\n<p>Common Mistakes Construction Websites Should Avoid<\/p>\n\n\n\n<p>Construction websites often fail to produce leads due to various common mistakes.<\/p>\n\n\n\n<p>Some of the most common mistakes include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Outdated design<\/li>\n\n\n\n<li>Poor mobile experience<\/li>\n\n\n\n<li>Slow loading pages<\/li>\n\n\n\n<li>No project photos<\/li>\n\n\n\n<li>No contact information<\/li>\n\n\n\n<li>Complex navigation<\/li>\n<\/ul>\n\n\n\n<p>Avoiding these mistakes will ensure that construction website design is effective both for users and search engines.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>In 2026, a well-designed website will be a significant factor in helping construction companies acquire more clients and expand their business.<\/p>\n\n\n\n<p>Construction web design is a professional tool that will help construction companies present themselves to potential clients and gain their trust.<\/p>\n\n\n\n<p>By incorporating construction web design into your business strategy, you will be able to generate real leads from your potential clients.<\/p>\n\n\n\n<p>Construction web design incorporates various design elements that will help construction companies design a professional and converting website that will help them generate leads from potential clients.<\/p>\n\n\n\n<p>Convert your visitors into real leads with expert construction web design from <strong><a href=\"https:\/\/www.webdesigndiscovery.com\" title=\"\">Webdesign Discovery<\/a><\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>FAQ Section<\/strong><\/h3>\n\n\n\n<p><strong>1. What is construction website design?<\/strong><\/p>\n\n\n\n<p>Construction website design is the design of websites for construction companies or builders. The website is designed to display the services offered by the company and contact information for potential clients.<\/p>\n\n\n\n<p><strong>2. How much does a construction website cost?<\/strong><\/p>\n\n\n\n<p>The cost of a website for a construction company varies depending on the features included in the website. The cost may be a few thousand dollars for a simple website or even higher for a complex website.<\/p>\n\n\n\n<p><strong>3. What features should a contractor website have?<\/strong><\/p>\n\n\n\n<p>A contractor website should have features such as service pages, project portfolio pages, customer testimonials, contact information, mobile-friendly design, and fast loading speed.<\/p>\n\n\n\n<p><strong>4. Why is SEO important for a construction website?<\/strong><\/p>\n\n\n\n<p>SEO is important for a construction website because it allows the website to be included in search engine results for people searching for contractors or builders.<\/p>\n\n\n\n<p><strong>5. How does a construction website generate leads?<\/strong><\/p>\n\n\n\n<p>A website for a construction company generates leads through contact forms, request for quotes, consultation requests, and contact information.<\/p>\n\n\n\n<p><strong>6. How long does it take to design a construction website?<\/strong><\/p>\n\n\n\n<p>It may take anywhere between four to eight weeks to design a website for a construction company.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It is true that in 2026, most construction projects start with a search online. If you are a homeowner planning a renovation, a business owner seeking a contractor, or a consumer researching local construction companies, your first step is typically to search a company\u2019s website. For construction companies, having a website is no longer just&hellip; <a class=\"more-link\" href=\"https:\/\/www.webdesigndiscovery.com\/blog\/construction-website-design-that-generates-real-leads-in-2026\/\">Continue reading <span class=\"screen-reader-text\">Construction Website Design That Generates Real Leads in 2026<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":5043,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[515],"tags":[],"class_list":["post-5042","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-website-design","entry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/posts\/5042","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/comments?post=5042"}],"version-history":[{"count":12,"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/posts\/5042\/revisions"}],"predecessor-version":[{"id":5059,"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/posts\/5042\/revisions\/5059"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/media\/5043"}],"wp:attachment":[{"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/media?parent=5042"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/categories?post=5042"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webdesigndiscovery.com\/blog\/wp-json\/wp\/v2\/tags?post=5042"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}