SEO Setup Guide for HoanMy Healthcare Hub
This guide explains how to complete the SEO setup and get your site indexed by Google and other search engines.
✅ Completed SEO Improvements
The following SEO enhancements have been implemented:
1. Robots.txt File
- Created
robots.txtto guide search engine crawlers - Allows all crawlers to access all content
- References sitemap location
2. Enhanced _config.yml SEO Settings
- Added language and timezone settings
- Configured social media metadata (Twitter cards, Facebook)
- Added organization schema data
- Prepared verification fields for multiple search engines
3. Fixed Layout Issues
- Added canonical URL tags to prevent duplicate content issues
- Updated article layout to support both
excerptandsummaryfields - Enhanced Schema.org structured data using
MedicalWebPagetype - Improved meta descriptions to handle both excerpt and summary fields
4. Created HTML Sitemap
- Added user-friendly sitemap page at
/sitemap-page/ - Organized by categories and alphabetically
- Helps both users and search engines navigate content
5. XML Sitemap
- Automatically generated by
jekyll-sitemapplugin - Available at:
https://hoanmy.healthcare/sitemap.xml
🚀 Next Steps: Submit to Search Engines
Google Search Console Setup
- Go to Google Search Console
- Visit: https://search.google.com/search-console/
- Sign in with your Google account
- Add Property
- Click “Add Property”
- Choose “URL prefix” method
- Enter:
https://hoanmy.healthcare
-
Verify Ownership (Choose one method):
Method A: HTML File Upload
- Download the verification file from Google
- Upload to your site’s root directory
- Click “Verify” in Google Search Console
Method B: Meta Tag (Recommended)
- Google will provide a meta tag like:
<meta name="google-site-verification" content="YOUR_VERIFICATION_CODE" /> - Add the verification code to
_config.yml:google_site_verification: YOUR_VERIFICATION_CODE - Rebuild and deploy your site
- Click “Verify” in Google Search Console
- Submit Sitemap
- In Google Search Console, go to “Sitemaps” (left sidebar)
- Enter sitemap URL:
sitemap.xml - Click “Submit”
- Request Indexing
- Use the URL Inspection tool to request indexing for important pages
- Start with your homepage and key category pages
Bing Webmaster Tools Setup
- Go to Bing Webmaster Tools
- Visit: https://www.bing.com/webmasters/
- Sign in with Microsoft account
- Add Site
- Click “Add a site”
- Enter:
https://hoanmy.healthcare
- Verify Ownership
- Choose verification method (meta tag recommended)
- Add verification code to
_config.ymlunderwebmaster_verifications.bing - Rebuild and deploy
- Submit Sitemap
- Go to “Sitemaps” section
- Submit:
https://hoanmy.healthcare/sitemap.xml
📊 Monitoring and Maintenance
After Submission
- Wait for Indexing
- Initial indexing can take 1-7 days
- Some pages may take longer
- Check Indexing Status
- Google:
site:hoanmy.healthcarein Google search - Monitor coverage reports in Search Console
- Google:
- Monitor Performance
- Check Search Console weekly for:
- Coverage issues
- Mobile usability problems
- Security issues
- Search performance data
- Check Search Console weekly for:
Regular Maintenance
- Update Content
- Keep articles current with
last_revieweddates - Add new content regularly
- Keep articles current with
- Fix Errors
- Monitor Search Console for crawl errors
- Fix broken links promptly
- Ensure all pages are mobile-friendly
- Submit New Content
- For new important pages, use URL Inspection tool
- Request indexing for priority content
🎯 SEO Best Practices Checklist
- ✅ All articles have unique, descriptive titles
- ✅ Meta descriptions are under 160 characters
- ✅ URLs are clean and descriptive
- ✅ Images have alt text (add if missing)
- ✅ Internal linking between related articles
- ✅ Mobile-responsive design
- ✅ Fast page load times
- ✅ HTTPS enabled
- ✅ Structured data (Schema.org) implemented
- ✅ XML sitemap submitted
- ✅ Robots.txt configured
🔧 Configuration Files Reference
_config.yml SEO Settings
# SEO settings
author: Healthcare Hub Team
lang: en_US
timezone: UTC
# Social media
twitter:
username: healthcarehub
card: summary_large_image
# SEO enhancements
logo: /assets/images/logo.png
social:
name: HoanMy Healthcare Hub
links:
- https://twitter.com/healthcarehub
- https://facebook.com/healthcarehub
# Google Search Console verification
google_site_verification: YOUR_CODE_HERE
webmaster_verifications:
google: YOUR_CODE_HERE
bing: YOUR_CODE_HERE
Article Front Matter Best Practices
---
title: "Descriptive Article Title"
date: 2024-12-12
categories: ["category-name"]
tags: ["tag1", "tag2", "tag3"]
excerpt: "Brief 1-2 sentence summary for SEO (under 160 chars)"
reading_time: 8
medical_author: "Healthcare Professional"
last_reviewed: "2024-12-12"
related_conditions: ["condition-1", "condition-2"]
layout: article
---
📈 Expected Results
Timeline for Indexing
- Days 1-3: Google discovers your sitemap
- Days 3-7: Major pages begin appearing in search
- Weeks 2-4: Full site indexing completes
- Months 1-3: Search rankings stabilize and improve
What to Expect
- Google: Fastest indexing, typically 3-7 days for new content
- Bing: Slightly slower, 7-14 days typical
- Other search engines: May take longer (2-4 weeks)
Improving Rankings
- Content Quality: Ensure medical accuracy and comprehensive coverage
- Regular Updates: Keep content fresh with regular reviews
- Backlinks: Encourage other medical sites to link to your content
- User Engagement: Improve site speed, mobile experience, navigation
- Social Sharing: Promote articles on social media
❓ Troubleshooting
Site Not Appearing in Google
- Check Search Console for coverage issues
- Verify robots.txt isn’t blocking pages:
https://hoanmy.healthcare/robots.txt - Ensure sitemap is accessible:
https://hoanmy.healthcare/sitemap.xml - Use URL Inspection tool to check specific pages
- Request indexing for important pages
Pages Showing “Discovered - currently not indexed”
- This is normal for new sites
- Google has found the page but hasn’t crawled it yet
- Be patient or request indexing via URL Inspection tool
Coverage Errors
- Review specific error messages in Search Console
- Common issues: 404 errors, redirect chains, server errors
- Fix issues and request re-crawl
📞 Support Resources
- Google Search Console Help: https://support.google.com/webmasters/
- Bing Webmaster Guidelines: https://www.bing.com/webmasters/help/
- Schema.org Medical Documentation: https://schema.org/MedicalWebPage
- Jekyll SEO Tag Documentation: https://github.com/jekyll/jekyll-seo-tag
🔄 Keeping This Document Updated
This SEO setup is current as of the implementation date. As search engine algorithms and best practices evolve, review and update these configurations accordingly.
Last Updated: 2024-12-12