Source: Search Engine Roundtable by barry@rustybrick.com (Barry Schwartz). Read the original article
TL;DR Summary of How to Optimize for Google’s “Read More” Links in Search Snippets
Google introduced “Read more” links within search result snippets to enhance user engagement. To increase the chances of these links appearing, websites should ensure content is immediately visible without hidden tabs or expandable sections. Additionally, avoid using JavaScript that manipulates scroll position or removes URL hash fragments, as these can disrupt deep linking functionality.
Optimixed’s Overview: Boosting Click-Through Rates with Google’s “Read More” Deep Links
Understanding Google’s “Read More” Links Feature
Google’s introduction of “Read more” links in search snippets aims to provide users with quick access to additional relevant content directly from the search results page. This feature not only improves user experience but can also increase your site’s click-through rates (CTR) by encouraging deeper engagement.
Best Practices to Encourage “Read More” Links
- Immediate Content Visibility: Ensure that the content you want Google to feature is visible right away on page load, rather than hidden behind expandable elements like tabs or accordions.
- Avoid Scroll Manipulation on Load: Do not use JavaScript to force the user’s scroll position (e.g., scrolling to top) when the page loads, as this can interfere with Google’s ability to deep link properly.
- Preserve URL Hash Fragments: If your site uses history API calls or modifies
window.location.hashon load, make sure the URL’s hash fragment remains intact to maintain deep linking functionality.
Why Following These Practices Matters
Implementing these guidelines helps Google recognize and display your site’s deep links with “Read more” prompts, making it easier for users to find specific content snippets. This can lead to higher visibility, better user engagement, and ultimately, improved organic traffic performance.