How long will it take for Google to forgive us?
-
Hi all,
The last few weeks we started working on several affiliate websites. All was fine, the number of pages indexed in Google increased, rankings increased, visitors increased but;
After two successful weeks Google noticed what we were doing and decided to crash our party.
What we did;
Create an affiliate website presenting shoes for ladies (15.000+ pages)
Create an affiliate website presenting brand shoes only (25.000+ pages)
Both sites were new domains and we linked them to each other.Biggest boo boo's we think we have made;
- We didn't put a no follow on the affiliatelinks
- We linked the websites to each other causing google to spot 25K new links to a new domain.
- Stuffed the index with 40K new pages out of nothing
- Didn't exclude the correct parameters in webmastertools so all items got indexed a multiple times.
The above resulted in a drop of 95% of visitors and 3 weeks down the road we gained 10% from our low point. All boo boo's are corrected the last few day's and now we are wondering;
How long will it take for Google to forgive us? And are we correct in concluding we messed up big time?
Hope to hear your insight and let this story be a warning to others trying on this endeavour.
Kind regards,
Gerwin
-
For now we are still "included' and get some nice traffic. But most results are on page 3 instead of the first page and 4 to 5 grouped together. Looks like some penalty tools are correct; they say we have a penalty of -30.
Google sitemap learns that daily more pages are indexed but the number of searched where they appear are almost non existent.
-
Hi Gerwin,
I can't give timeframes but I had a client who had 100+ property sites interlinked (nothing to do with my advice!) and these guys starting to see the sites with no other links in their portfolio get smashed for rankings. One was pretty much de-indexed and was not ranking for its meta title. I sent a re-inclusion request via Google WM tools and after around 5 weeks the site started to rank again. It ranked worse after the drops but I think you'll find that the rankings and traffic were won by an artificially inflated link graph so if you get a re-inclusion request filed and all is forgiven it will be lower down in the SERPs as the site should not have been so high in the first place.
Thats what happened to me anyway but how G react depends on how many other non-reciprocal links you have. When you file a re-inclusion request grovel and come clean. Thats what I did and it seemed to work.
Thanks
Bush
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Will i able to rank in google of i rephrase amazon product description?
Please guide me if I rephrase the information given on Amazon and write a unique article. Will my post rank in Google?
Affiliate Marketing | | Hmzashk512141 -
Will GA Autotrack affect affiliate sites not using autotrack?
I want to add autotrack.js to affiliate quote forms hosted on my site. However, I do not know how it will affect affiliate websites (not associated with my quote forms, but with the same Google Analytics code, that do not use autotrack. I read that "Autotrack is not an official Google Analytics product and does not qualify for GA Premium". Will it harm my affiliates in any way to have autotrack on their quote form but not on their websites? It will have their GA website tracking number.
Affiliate Marketing | | RoxBrock0 -
Google Hotel Finder
Hi, I have a client that wants to get started with Google Hotel Finder, can anyone offer any resources to help me get them started? I've reviewed the documents Google has published regarding hotel finder, but it doesn't really breakdown any information on how to get indexed, only that they're "pulling from a number of different data sources". Any and all insight you guys can offer would be great, thank you in advance!
Affiliate Marketing | | maxcarnage0 -
Affiliate URLs Indexed in Google
We have an active in-house affiliate program which has a create-a-link function where affiliate, as in most affiliate programs, can build links back to our content to produce sales. The problem that I am seeing is that some of the affiliate URL versions are being indexed in Google rather than the original page. For instance.. http://www.ourdomain.com/page_start.aspx?affnum=F025212&Start_Page=RaceCar&referrer=createlink is outranking... http://www.ourdomain.com/racecar This presents 2 issues for us. First, this presents duplicate content issues obviously. Second, we pay our affiliates a portion of the sales so, in order to maximize profitability, we'd like the indexed pages to be the original version. What's the best way to handle this? I want to make sure that affiliates continue to get credit for links from their sites but search engine links should go to the original versions.
Affiliate Marketing | | ATIseo0 -
In what ways would an affiliate site be okay with Google?
I know Google has slammed affiliate sites hard. But affiliate marketing can be a real business and had an idea for one, but I would like to know if ALL affiliate sites are looked at as evil in Google's eyes, or if it's just those with thin and duplicate content in the product descriptions. I know they want brands to come up ahead of affiliates of that brand, and that makes sense. If I sold Acme Widgets products, Acme Widgets itself should come up ahead of my site. But what if the site sold widgets in general, with the term widgets not a branded keyword? If all product descriptions are unique and well-written content, on a site that is high quality, would it still be downgraded by Google just because there are affilate links in it? I guess overall the question could be boiled down to, are affiliate sites hit because they have horrible content or because they have links to affiliate programs in them?
Affiliate Marketing | | bizzer0 -
Google Analytics Tracking Pixels for Third-Party sites???
Hello, Does anyone know if it is possible to track an event on a third party site and have it post back to your Google Analytics account? For example, I am sending traffic to a partners site and I want to know if that traffic I am sending them will hit a specific point of conversion (a sale) and I'm wondering if it possible to place a tracking pixel on their thankyou.html page that gets recorded in my google analytics?
Affiliate Marketing | | shawn810 -
My new site experienced a sudden drop in Google rankings
We launched a new affiliate site at the beginning of April this year dealing in reviews, vouchers and price comparison for a niche product. We had a pretty good start, with some of our target keywords ranking #8 #10 #7 but this week they have suddenly dropped off dramatically - like 36 or 42 places. We haven't made any changes to the site apart from publishing new content pieces, such as news posts and reviews - does anyone know why this would suddenly happen? Thanks
Affiliate Marketing | | JohnHillman0 -
Passing Google Analytics Variables Through Javascript?
Alright so here's my situation and hopefully someone can help... I want to be able to pass Google Analytics variables onto my affiliate links so I have some better conversion tracking data (not PPC traffic so no easy dynamic keyword insertion variables). I want to do something like this: User searches "keyword" in Google > User lands on mysite.com > search data is assigned to global variables that I can use in my affiliate link redirect script. afflink.com/?id=123&keyword=[GA keyword variable] Anybody know how I would go about doing that? I've seen other Non-GA tracking scripts do this but I can't figure it out here and it's driving me crazy! Thanks,
Affiliate Marketing | | drewhammond
Drew EDIT: Just figured it out after a lot of guess and testing... I'm not sure if the way I'm doing it is the fastest, most optimized way but it works. Solution: I can pull the GA cookie and break it down to retrieve the keyword using PHP. For anyone searching for this in the future, here's how I did it: $gacookie = $_COOKIE['__utmz'];
$keyword = substr(strstr($gacookie, 'utmctr='),7); ?> Then I can use the $keyword variable wherever I need it. I haven't actually tested this on a live site yet but everything is working fine as of right now. If anyone has a better solution please feel free to answer.0