So in about an hour's time, I got google slapped hard. 5 cent clicks became $5 clicks! I had the 5 cent clicks with a 1-page "pre-sell". It was quick and dirty and ugly, but it was a landing page. Then, I thought (through reading blogs and posts) that this would be good: <?php header( 'Location: azoogle ref link' ) ;?> Code (markup): Within an hour, SLAP! So, now I'm considering an Iframe approach. I've tried googling iframe, but I can't figure out how to do a full screen iframe and also have include a noframes tag so i can insert Quality score friendly info. Also would like to better understand cloaking. Any basic tutorials using Azoogle and cloaking out there? Need some serious hand holding here folks. Hope you can help!
Spend some time to make a good quality landing page instead of trying to play with google. It doesn't have to look fantastic. Ugly sells!
Okay, well, I switched it back to a landing page and my keywords haven't been repriced yet - or maybe that campaign is just damned for good. Should I delete the campaign and start over?
I'd say build the campaign again just to make it new. Shouldn't take that long anyways. Also check out Scott's blog, he teaches you how to cloak your url's. http://www.afftoolbox.com/2007/11/20/how-to-cloak-your-links/
I wouldn't expect your min. keyword bids to go down for that campaign....ever. Your going to have to start a new campaign. It may even see the same URL and set the min bids to $5 right off the bat but I'm not sure about that.
Thanks for the response. I tried to use Scott's tutorial, but can't get it to work right. A few questions if you will: 1. Does the index page (whereever I have the links displayed) have to be a php file - i.e. index.php? 2. The tutorial says: <blockquote> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^jump/([A-Za-z0-9\.\_]+)/?$ /jump.php?to=$1 [L,NC] </IfModule></blockquote> Code (markup): Does < mean "<"? I'm assuming the code wasn't displayed right on his blog. Thanks in advance!
Yeah, there's definitely a way. There are actually a few ways, but the best way involves setting cookies. If you want, I can write up a post to compliment my post on cloaking your URLs. That's actually a decent idea.
Thanks Shoemoney for your response. I PM'd you about this BTW. Yeah, I finally figured out cloaking (least I think I did). But I got slapped AGAIN! Would you take a peek at what I did and tell me where I went wrong? 1. I created landing pages through a blog I started. (blog shall remain nameless for fear that G is watching and will slap me even if I do things "right". 2. I cloaked my links with the help of Scott's blog: http://www.afftoolbox.com/2007/11/20...ak-your-links/ 3. I created my PPC campaign, linking to the appropriate page of each item I was promoting - wrote some content which I think was decent. 4. I got my ass handed to me by google! Is this because I don't have any other links out to other places? Thanks, lhd333
BTW, anyone else who has input on this - I'd appreciate it too. Didn't mean to just target shoemoney and alienate other contributors. Thanks!
scott... your method still sends a 301 redirect which googles spider (and human viewer will see). again... this is not really cloaking. Its simply telling google search not to count that link. Adwords is a whole different monster. Cloaking would be to show the adwords quality bot (and human agent) 1 thing while showing others something else. This could be based on UA, IP, geotargeting, or combinations.
I don't think you got slapped for the redirect, I think you got slapped for your landing page. Hard to say though without seeing it.
Shoe, You're right, it's not 100% cloaked. My method is more to cloak the keywords and destination URL from the end-user, which wasn't what this guy was asking for. I'll have to code up a true cloaker. However, it would seem to me that with such a cloaker, you'd still need relevant content on the page that the Google bot/peeps see in order to keep from getting slapped. That makes things a bit more interesting. Maybe it'd be a good idea to throw in Wikipedia info on the fly? It's duplicate content, but it's relevant.
I know this is a real rookie question, but I often see landing pages (you know, the narrow 1 column page that goes on for about 5000 words) and then ends with a download of an ebook or some other $37 dollar product. How on earth does that not get slapped? It's 1 page, a ton of text yes, maybe a video or some rev screenshots, and then a buy button - is that enough to not get slapped? Has this been many people's experience? Point is, is this an approach that will prevent slapping? What don't I know about this approach that makes it work?
Im trying to use your jump link to add keyword insertion but having no luck. This part is not working. '.$_GET['kw']; <?php switch(strtolower($_GET['to'])) { case 'jumptexthere'; $URL = 'http://afflinkhere.com/1234?sub='.$_GET['kw']; break; } header("Location: $URL"); ?>
What about using a landing page with the redirect on, it shouldn't slap you for that if your landing page is optimized for Adwords.