I've been playing around with URL structure to see if it had any impact on the google ads I was serving up. I was amazed at the difference it made by showing more relevant ads just by changing a few items. I'll give you an example.
Let's say I was doing a page on blue, round, wickedfire widgets. My URL would look like this:
wickedfire.arbidomain.com/blue_round_wickedfire_widgets/
I made the page index.html in the blue_round_wickedfire_widgets/ directory.
Under this method, I was seeing a lot of ads that were close to my keyword, but not correct. Even if I loaded up the page with keywords, I might still see an ad for Red, Square Wickedfire Widgets. I also saw a lot of blank ads using this method.
I would like to note that I was using a php script to generate the index.html page and Mod_Rewrite to create the pages on the fly based on the keywords of the directory part of the URL. I don't know if this matters, but it might be worth mentioning.
I decided to experiment and see if I could better target the ads. Using the exact same webpage, I changed the URL structure, then viewed the page to see if the ads were any better. Not only were they better, but I stopped seeing those dreaded PSA's.
Using the same example as above, here is how I changed my URL:
www.arbidomain.com/wickedfire-widgets/blue_round_wickedfire_widgets.html
Now, I use www instead of a subdomain based on the keyword. I also started using dashes in the directory and underscores in the page name. Last, these pages are static HTML and Mod_Rewrite is no longer being used.
It has made a huge difference in the ad relevance shown on the page. I went from seeing 2 ads to seeing 4 ads in the large rectangle. I also have not seen a single PSA during my tests, where as I was seeing them a lot before.
I don't know if this will help anyone, but it has improved my CTR tremendously. On one particular keyword, I went from a 20% CTR to a 40-50% CTR just by making these changes.
As always, test this for yourself. I hope it helps you as much as it has helped me.
Atomm
Let's say I was doing a page on blue, round, wickedfire widgets. My URL would look like this:
wickedfire.arbidomain.com/blue_round_wickedfire_widgets/
I made the page index.html in the blue_round_wickedfire_widgets/ directory.
Under this method, I was seeing a lot of ads that were close to my keyword, but not correct. Even if I loaded up the page with keywords, I might still see an ad for Red, Square Wickedfire Widgets. I also saw a lot of blank ads using this method.
I would like to note that I was using a php script to generate the index.html page and Mod_Rewrite to create the pages on the fly based on the keywords of the directory part of the URL. I don't know if this matters, but it might be worth mentioning.
I decided to experiment and see if I could better target the ads. Using the exact same webpage, I changed the URL structure, then viewed the page to see if the ads were any better. Not only were they better, but I stopped seeing those dreaded PSA's.
Using the same example as above, here is how I changed my URL:
www.arbidomain.com/wickedfire-widgets/blue_round_wickedfire_widgets.html
Now, I use www instead of a subdomain based on the keyword. I also started using dashes in the directory and underscores in the page name. Last, these pages are static HTML and Mod_Rewrite is no longer being used.
It has made a huge difference in the ad relevance shown on the page. I went from seeing 2 ads to seeing 4 ads in the large rectangle. I also have not seen a single PSA during my tests, where as I was seeing them a lot before.
I don't know if this will help anyone, but it has improved my CTR tremendously. On one particular keyword, I went from a 20% CTR to a 40-50% CTR just by making these changes.
As always, test this for yourself. I hope it helps you as much as it has helped me.
Atomm