Forum Moderators: Robert Charlton & goodroi
Google Updates and SERP Changes - June 2017
I received a few emails yesterday, saw some comments on this site and on WebmasterWorld and the tools are still pretty high in tracking volatility - there may be a Google search algorithm update brewing right now. It is way early, the SEO chatter at these levels do not convince me fully that there is an update versus a blip for a couple of hours in the search results.[seroundtable.com...]
Everybody likes to talk about mobile search, and a lot of people seem to think that tablets are yesterday's fad, but we get a lot of search traffic and revenue from tablet users.
Views down by 60% on 24th and 25th
Yesterday I reported about the early chatter and reports of a Google algorithm update brewing. Well it seems to be the real thing based on the feedback I've received over the past 24 hours or so.[seroundtable.com...]
Take a popular product search and it's even more interesting with fewer organic, with "top stories" crowding the measly five organic SERPs on one search.
No wonder we're seeing less organic traffic. And, no wonder you're seeing traffic going up and down as the ads fill the slots and then drop out.
Since that would also always be the last page in a set of documents, those pages would also be quite thin relative to other pages, and the attackers built links to pages as deep as 9774 (across lots of documents that had pages). Needless to say, that created a lot of index bloat, and there's no good way to remove it.
$total = "total number of items per category";
$perpage = "items per page";
$pageid= "page number";
if ($pageid > ($total/$perpage)) {
$metarobots = "noindex,nofollow";
} else {
$metarobots = "index,follow";
}
echo $metarobots;