<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mateo Lallemand</title>
    <description>The latest articles on DEV Community by Mateo Lallemand (@mateolallemand).</description>
    <link>https://dev.to/mateolallemand</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3832981%2Fbe464826-e6b3-4413-85fa-d5eac5316c6e.png</url>
      <title>DEV Community: Mateo Lallemand</title>
      <link>https://dev.to/mateolallemand</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mateolallemand"/>
    <language>en</language>
    <item>
      <title>I Built a 28-Page SEO Website for a Home Care Agency — Here's the Full Breakdown</title>
      <dc:creator>Mateo Lallemand</dc:creator>
      <pubDate>Fri, 20 Mar 2026 03:02:29 +0000</pubDate>
      <link>https://dev.to/mateolallemand/i-built-a-28-page-seo-website-for-a-home-care-agency-heres-the-full-breakdown-2eao</link>
      <guid>https://dev.to/mateolallemand/i-built-a-28-page-seo-website-for-a-home-care-agency-heres-the-full-breakdown-2eao</guid>
      <description>&lt;p&gt;I run a web design company called &lt;a href="https://mnrdev.com" rel="noopener noreferrer"&gt;MNR Developers&lt;/a&gt; out of Westchester, NY. A client found us through Google and hired us to build a website for his home care agency in North Texas. Here's how I turned a blank slate into a 28-page SEO machine that got indexed by Google within 24 hours.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Client&lt;/strong&gt;&lt;br&gt;
Nick runs a non-medical personal care agency serving 8 cities in the Dallas-Fort Worth area. He had no website, no online presence, and was competing against established agencies with years of SEO history.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Stack&lt;/strong&gt;&lt;br&gt;
No frameworks, no bloat. Just raw HTML, CSS, and vanilla JS. The site needed to be fast, easy to maintain, and deployable on Netlify with zero build step.&lt;/p&gt;

&lt;p&gt;HTML/CSS/JS — custom built, no templates&lt;br&gt;
Netlify — hosting with auto-deploy from GitHub&lt;br&gt;
Decap CMS — so the client can edit content through a GUI without touching code&lt;br&gt;
Google Analytics + Search Console — tracking from day one&lt;br&gt;
Schema markup — HomeHealthCareService and FAQPage structured data on every page&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The SEO Strategy&lt;/strong&gt;&lt;br&gt;
Instead of building one homepage and hoping Google finds it, I built individual standalone pages for every keyword I wanted to rank for.&lt;br&gt;
8 city landing pages — one for each city the agency serves. Each page has:&lt;/p&gt;

&lt;p&gt;Unique title tag and meta description targeting "[service] in [city] TX"&lt;br&gt;
Unique H1 and 3 paragraphs of original content mentioning local neighborhoods&lt;br&gt;
Service cards, "Why choose us" section, and a FAQ section with 5 city-specific questions&lt;br&gt;
FAQPage and HomeHealthCareService schema markup&lt;br&gt;
Cross-links to nearby city pages for internal link equity&lt;br&gt;
Breadcrumb navigation&lt;/p&gt;

&lt;p&gt;6 individual service pages — personal care, companion care, homemaking, respite care, recovery support, extended hour care. Each with unique content and a sidebar linking to all other services.&lt;br&gt;
Resource articles — targeting informational keywords that families search before they're ready to buy. Things like cost breakdowns, signs a parent needs help, and comparisons between different types of care.&lt;br&gt;
Plus a careers page, blog, FAQ, referral sources page, consultation intake form, and a locations hub.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technical SEO&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sitemap.xml with all URLs submitted to Google Search Console&lt;br&gt;
Canonical URLs on every page&lt;br&gt;
JSON-LD schema on every city and service page&lt;br&gt;
Favicon in multiple sizes&lt;br&gt;
Unique title and meta description for every single page&lt;br&gt;
Internal linking strategy — every city page links to 5 nearby cities, every service page links to all other services&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The CMS&lt;/strong&gt;&lt;br&gt;
The client isn't technical, so I set up Decap CMS with a Git-based workflow. He logs into /admin, edits content through a form interface, and changes get committed to GitHub which triggers a Netlify auto-deploy. No database, no server, no maintenance.&lt;br&gt;
Results&lt;/p&gt;

&lt;p&gt;All 8 city pages indexed by Google within 24 hours of requesting indexing&lt;br&gt;
Site shows up in search results with proper meta descriptions&lt;br&gt;
FAQPage schema detected and eligible for rich snippets&lt;br&gt;
PageSpeed score in the 90s since there's no framework overhead&lt;br&gt;
Client can edit content without calling me&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I'd Do Differently&lt;/strong&gt;&lt;br&gt;
Folder-based clean URLs from the start instead of .html extensions. And I'd add a blog from day one with 1-2 posts per month targeting long-tail keywords.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Takeaway&lt;/strong&gt;&lt;br&gt;
You don't need Next.js or a headless CMS or a $10K agency to rank. Raw HTML with good structure, unique content per page, proper schema, and solid internal linking will beat 90% of small business websites that are just a homepage with no SEO thought behind them.&lt;br&gt;
If you're a developer looking to offer web design and SEO to local businesses, this is the playbook. Build standalone pages for every keyword, add structured data, submit to Search Console, and let Google do its thing.&lt;/p&gt;

&lt;p&gt;Check out more of our work at &lt;a href="https://mnrdev.com" rel="noopener noreferrer"&gt;mnrdev.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>seo</category>
      <category>html</category>
      <category>css</category>
    </item>
  </channel>
</rss>
