A developer shares three SEO mistakes made while running a Gatsby blog hosted on Netlify, and how fixing them grew daily impressions from under 50 to over 1000. The issues covered are: inconsistent trailing slashes causing 301 redirects and broken Open Graph previews, duplicate content from migrating Medium posts without setting canonical URLs, and blindly trusting Gatsby plugins that incorrectly inject meta tags. Each problem is explained with concrete fixes, including disabling Netlify's Pretty URLs, adding canonical link tags to the HTML head, and verifying page source rather than relying solely on browser dev tools.