Tabbed Content Experiment
Tabbed content can improve the mobile user experience. This tabbed content test aims to check different ways of inserting content on the webpage, both on DOM load and onClick events. We shall be monitoring server logs for Googlebot activity and reporting back on the APIs used and crawling path. This web page is only available via the sitemap.
The first tab has static content that is always visible and should be seen.
Content that is not visible on the initial DOM load, but is static should be seen.
Initial content was here before the internal hash was used to generate a new message.
Initial content was here before the external AJAX call to a JSON API.
An internal onClick event will replace this paragraph using an internal hash.
An external onClick event will replace this paragraph using an external AJAX call to a JSON API.