Hi all,
Say we have a title tag like this:
<title>Great Scuba Gear Auction</title>
We have a jquery onLoad function - that updates the title to this:
<title>Deal Ends in 20mins!</title> (Which countsdown)
Google is showing our listings on search pages as:
<title>Deal Ends in 16mins!</title> (Varies depending on the countdown)
Is there any way to stop Google reading the Javascript/Jquery edited title tag - and make it keep the static one the page loads with.
We've tried delaying the loading of script that changes the title tag, but google still reads the js version.
Any help would be great.
Many thanks.