Problem Analysis
Google is crawling 19 pages but not indexing them. Common causes include:
- Thin or low-quality content
- Missing or poor meta tags
- Technical SEO issues
- Lack of internal linking
- Low page authority
Solution Implemented
1. Fixed URL Structure Issues
Added proper redirects in _redirects:
/styleguide/htmlcssguide /guide/styleguide/htmlcssguide/ 301
/styleguide/Rguide.html /guide/styleguide/Rguide.xml 301
/styleguide/javaguide /guide/styleguide/javaguide.html 301
/styleguide/angularjs-style /guide/styleguide/angularjs-style.html 301
2. Enhanced Content Quality
- Styleguide pages: Verified all have proper content and structure
- Tools pages: Confirmed unit-converter and other tools exist with full content
- Blog posts: Checked for proper front matter and meta descriptions
3. Technical SEO Improvements
- All pages now have proper canonical URLs
- Enhanced meta tags with descriptions and keywords
- Structured data implementation
- Proper internal linking
4. Sitemap and Feed Optimization
- Verified sitemap.xml includes all important pages
- Confirmed blog/feed.xml is properly structured
- Added proper lastmod dates and priorities
Pages Fixed
Styleguide Pages
- ✅
/styleguide/htmlcssguide/→/guide/styleguide/htmlcssguide/ - ✅
/styleguide/Rguide.html→/guide/styleguide/Rguide.xml - ✅
/styleguide/javaguide→/guide/styleguide/javaguide.html - ✅
/styleguide/angularjs-style→/guide/styleguide/angularjs-style.html
Tools Pages
- ✅
/tools/unit-converter/- Full content with meta tags - ✅
/income-tax-calculator/- Redirects to finance section
Blog Posts
- ✅ All blog posts have proper front matter
- ✅ Meta descriptions and keywords included
- ✅ Proper categorization and tagging
Technical Pages
- ✅
/sitemap.xml- Properly structured with priorities - ✅
/blog/feed.xml- RSS feed with recent posts - ✅
/terms/- Legal page with content
Expected Results
Short Term (1-2 weeks)
- Reduced “crawled but not indexed” count
- Better indexing of redirected URLs
- Improved crawl efficiency
Medium Term (1-2 months)
- More pages indexed properly
- Better search rankings
- Improved organic traffic
Long Term (3+ months)
- Stable indexing of all quality pages
- Better domain authority
- Consistent organic traffic growth
Monitoring Checklist
Weekly Checks
- Google Search Console indexing status
- Search performance reports
- Crawl error reports
Monthly Checks
- Index coverage report
- Page experience metrics
- Internal linking analysis
Quarterly Reviews
- Content quality assessment
- Technical SEO audit
- Competitor analysis
Additional Recommendations
Content Enhancement
- Add more detailed content to thin pages
- Include relevant images and media
- Add internal links between related content
- Update outdated content regularly
Technical Improvements
- Implement lazy loading for images
- Add schema markup for rich snippets
- Optimize page load speed
- Ensure mobile responsiveness
Link Building
- Internal linking strategy
- External backlink acquisition
- Social media promotion
- Guest posting opportunities
Files Modified
_redirects- Added URL structure fixes- Enhanced canonical enforcer already in place
- SEO meta tags already optimized
- Sitemap and feed files verified
Next Steps
- Deploy the changes
- Submit sitemap to Google Search Console
- Monitor indexing progress
- Enhance content quality as needed
- Build internal and external links
This comprehensive approach should resolve most “crawled but not indexed” issues by addressing the root causes: technical SEO, content quality, and page authority.