Forum Moderators: open
For example, if in page HTML the link reference is:
<a href="javascript: parsedQueryString['page']='2'; parsedQueryStringGo()" id="Pages_ctl00_Page" class="page">2</a>
and the actual page link, when clicked on it in browser, resolves to:
www.site.com/something.aspx?page=2
Can Google decode javascript and follow the link to page 2 or would the page 2 never be visited by Google?