Learn how to strategically hide your Shopify blog posts from site navigation while keeping them accessible to search engines for SEO benefits.
Method 1: Remove Blog from Navigation (Recommended)
Steps to Hide from Menu:
- Go to Shopify Admin → "Online Store" → "Navigation"
- Find the menu containing your blog link
- Remove the blog link from navigation
- Click "Save menu"
Benefits:
- Blog remains indexed by search engines
- Preserves SEO value
- Maintains existing rankings
- URLs remain accessible
Method 2: Using Theme Settings
Option A: Hide Blog Section
- Go to "Online Store" → "Themes"
- Click "Customize"
- Look for "Blog settings" or "Homepage settings"
- Toggle blog visibility off
- Save changes
Option B: CSS Method
/* Add to theme custom CSS */
.blog-section {
display: none !important;
}
/* Hide specific blog elements */
.blog-navigation,
.blog-listing {
display: none !important;
}
Method 3: Password Protection
Steps:
- Go to "Online Store" → "Preferences"
- Scroll to "Password protection"
- Enable password protection
- Set a password
- Add custom message
Note: This method may affect SEO - use with caution.
SEO Considerations
What to Maintain:
- XML Sitemap
- Keep blog URLs in sitemap
- Maintain proper indexing
- Regular sitemap updates
- Meta Data
- Keep titles optimized
- Maintain descriptions
- Use relevant keywords
- Internal Linking
- Preserve blog post links
- Maintain link structure
- Keep anchor text relevant
Best Practices for Hidden Blogs
Content Management:
- Regular updates
- Quality content
- Proper formatting
- Relevant keywords
- Internal linking strategy
Technical Setup:
- Correct robots.txt settings
- Proper canonical tags
- Clean URL structure
- Mobile optimization
- Fast loading times
Common Questions & Solutions
Will Hidden Posts Still Rank?
- Yes, if properly configured
- Maintain quality content
- Keep proper indexing
- Monitor performance
How to Check Indexing?
- Use Google Search Console
- Monitor rankings
- Check cache status
- Verify accessibility
Tips for Success
Content Strategy:
- Create quality content
- Update regularly
- Target keywords
- Maintain relevance
- Monitor performance
Technical Maintenance:
- Check indexing status
- Monitor search rankings
- Verify accessibility
- Update content regularly
- Track performance
Remember: The goal is to hide content from site navigation while maintaining its SEO value. Choose the method that best balances your visibility needs with SEO goals.