<?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>Forem: 홍다은</title>
    <description>The latest articles on Forem by 홍다은 (@_945813d63f317d087894d).</description>
    <link>https://forem.com/_945813d63f317d087894d</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%2F3504796%2F3cda321a-42c0-4638-ad6d-c2c2dfce27cd.png</url>
      <title>Forem: 홍다은</title>
      <link>https://forem.com/_945813d63f317d087894d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/_945813d63f317d087894d"/>
    <language>en</language>
    <item>
      <title>What I Learned from Studying SEO: Notes, Checklist, and Developer Takeaways</title>
      <dc:creator>홍다은</dc:creator>
      <pubDate>Mon, 15 Sep 2025 20:57:57 +0000</pubDate>
      <link>https://forem.com/_945813d63f317d087894d/what-i-learned-from-studying-seo-notes-checklist-and-developer-takeaways-3ej6</link>
      <guid>https://forem.com/_945813d63f317d087894d/what-i-learned-from-studying-seo-notes-checklist-and-developer-takeaways-3ej6</guid>
      <description>&lt;h2&gt;
  
  
  What I Learned from Studying SEO: Notes, Checklist, and Developer Takeaways
&lt;/h2&gt;

&lt;p&gt;I recently spent time studying &lt;strong&gt;Search Engine Optimization (SEO)&lt;/strong&gt; — not because I wanted to be a marketer, but because I wanted to understand how information should be structured, presented, and optimized.  &lt;/p&gt;

&lt;p&gt;For me, SEO is not just about “ranking higher.” It’s about &lt;strong&gt;clarity, trust, and structure&lt;/strong&gt; — skills that are directly relevant to being a developer. This post is a record of what I learned, the checklist I built, and how I believe this experience connects to my growth as a developer.  &lt;/p&gt;




&lt;h3&gt;
  
  
  Why I Studied SEO
&lt;/h3&gt;

&lt;p&gt;When I build projects or write technical blogs, I don’t just want them to exist — I want them to be &lt;strong&gt;accessible and professional&lt;/strong&gt;.  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Without clear metadata or a sitemap, even a great project can feel incomplete.
&lt;/li&gt;
&lt;li&gt;Without optimized performance, users lose trust quickly.
&lt;/li&gt;
&lt;li&gt;Without structured data, search engines (and people) miss important context.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s why I decided to research SEO and turn my notes into something reusable for both personal and professional projects.  &lt;/p&gt;




&lt;h3&gt;
  
  
  Core Concepts I Learned
&lt;/h3&gt;

&lt;p&gt;Here are the foundational ideas that stood out to me:  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Metadata (Title &amp;amp; Description)&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Each page needs a unique title and meta description.
&lt;/li&gt;
&lt;li&gt;These act like an “elevator pitch” for both users and search engines.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Open Graph &amp;amp; Twitter Cards&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Rich link previews are not just cosmetic — they build credibility when sharing projects.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;robots.txt &amp;amp; sitemap.xml&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;These files are the “map and rules” for crawlers.
&lt;/li&gt;
&lt;li&gt;A well-maintained sitemap makes indexing predictable.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Structured Data (JSON-LD)&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;By using schemas like &lt;code&gt;BlogPosting&lt;/code&gt; or &lt;code&gt;CreativeWork&lt;/code&gt;, content can appear with rich results in SERPs.
&lt;/li&gt;
&lt;li&gt;For portfolios, this means projects can be represented with more detail.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Core Web Vitals&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Metrics like LCP (Largest Contentful Paint), CLS (Cumulative Layout Shift), and FID (First Input Delay) measure real user experience.
&lt;/li&gt;
&lt;li&gt;They connect performance optimization directly with SEO.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Internal Linking&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Consistent linking between related posts and projects builds a logical site structure.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;hreflang for Multilingual Sites&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Essential if content targets multiple languages or countries.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;404 Handling &amp;amp; Redirects&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Broken links hurt authority.
&lt;/li&gt;
&lt;li&gt;Proper 301 redirects preserve reputation and user flow.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;RSS Feeds (Optional)&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;While less common today, they provide syndication and accessibility.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Analytics &amp;amp; Monitoring&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Google Search Console and GA4 aren’t just tools — they’re the feedback loop for improvement.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  My 22-Point SEO Checklist
&lt;/h3&gt;

&lt;p&gt;To make my learning actionable, I created a checklist that I can apply to any future project.  &lt;/p&gt;

&lt;h4&gt;
  
  
  Metadata &amp;amp; Previews
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Unique &lt;code&gt;title&lt;/code&gt; and &lt;code&gt;description&lt;/code&gt; per page
&lt;/li&gt;
&lt;li&gt;Consistent Open Graph and Twitter Card metadata
&lt;/li&gt;
&lt;li&gt;Standard preview images (1200×630 px)
&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Search Engine Indexing
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Valid &lt;code&gt;robots.txt&lt;/code&gt; file
&lt;/li&gt;
&lt;li&gt;Dynamic &lt;code&gt;sitemap.xml&lt;/code&gt; with lastModified dates
&lt;/li&gt;
&lt;li&gt;Canonical URLs defined
&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Structured Data
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Blog posts use &lt;code&gt;BlogPosting&lt;/code&gt; schema
&lt;/li&gt;
&lt;li&gt;Projects use &lt;code&gt;CreativeWork&lt;/code&gt; or &lt;code&gt;Project&lt;/code&gt; schema
&lt;/li&gt;
&lt;li&gt;Author and date metadata included
&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Performance &amp;amp; Core Web Vitals
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Optimized and lazy-loaded images
&lt;/li&gt;
&lt;li&gt;Fonts with &lt;code&gt;display=swap&lt;/code&gt; or subsets
&lt;/li&gt;
&lt;li&gt;Largest Contentful Paint under 2.5s
&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Navigation &amp;amp; Linking
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Internal links between posts/projects
&lt;/li&gt;
&lt;li&gt;Consistent use of categories and tags
&lt;/li&gt;
&lt;li&gt;Custom 404 page in place
&lt;/li&gt;
&lt;li&gt;301 redirects for old URLs
&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Advanced Considerations
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;hreflang for multilingual targeting
&lt;/li&gt;
&lt;li&gt;Breadcrumb structured data
&lt;/li&gt;
&lt;li&gt;RSS feed for subscribers
&lt;/li&gt;
&lt;li&gt;Integrated analytics and monitoring
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  What Surprised Me
&lt;/h3&gt;

&lt;p&gt;The biggest insight I had was that SEO is not just about “visibility.” It’s about &lt;strong&gt;thinking structurally&lt;/strong&gt;:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How should information be organized?
&lt;/li&gt;
&lt;li&gt;How do we make it accessible for both humans and machines?
&lt;/li&gt;
&lt;li&gt;How do we align technical performance with user trust?
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As a developer, this way of thinking directly overlaps with API design, data modeling, and performance optimization.  &lt;/p&gt;




&lt;h3&gt;
  
  
  How This Helps Me as a Developer
&lt;/h3&gt;

&lt;p&gt;This SEO study wasn’t just a side hobby — it was professional development.  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Communication &amp;amp; Documentation&lt;/strong&gt;: Writing meta descriptions is like writing concise commit messages or technical summaries.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Performance Awareness&lt;/strong&gt;: Core Web Vitals trained me to think about real-world speed and UX, not just code correctness.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Structured Thinking&lt;/strong&gt;: Learning structured data reinforced my ability to design clear data schemas.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Professional Presentation&lt;/strong&gt;: A well-optimized project reflects attention to detail, which is exactly what hiring managers look for.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In short: I don’t just build features. I care about &lt;strong&gt;how projects are experienced, discovered, and understood&lt;/strong&gt;.  &lt;/p&gt;




&lt;h3&gt;
  
  
  Conclusion
&lt;/h3&gt;

&lt;p&gt;Studying SEO gave me practical knowledge and a mindset shift. For me, SEO means:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clearer communication of project goals
&lt;/li&gt;
&lt;li&gt;Stronger technical foundation for professional blogs and apps
&lt;/li&gt;
&lt;li&gt;A more holistic view of what “quality” means in software
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This post is both a study log and part of my portfolio. &lt;/p&gt;

</description>
      <category>seo</category>
      <category>study</category>
      <category>devjournal</category>
      <category>portfolio</category>
    </item>
  </channel>
</rss>
