Is URL Masking OK with Adwords?
-
korkmaze
- Posts: 8
- Joined: 20 Jan 10
28 Jan 10 11:55 am
Is URL Masking OK with Adwords?
When i visit a site (lets say [http://www.xxx.com]) it redirects me to [http://www.yyy.com] but is still see [http://www.xxx.com] in the address bar.
How can i do this, and is it OK with Adwords?
thank you
How can i do this, and is it OK with Adwords?
thank you
-
faradina
- Posts: 2171
- Joined: 01 Jun 09
- Location: Philippines
28 Jan 10 12:30 pm
What you described is url masking and this can be done by putting up a 100% frame page.or by using apache rewrite or by using page retrieval software. You can do a search on google for url masking for the details on how to set it up.
And, NO, it is NOT ok with adwords. Look it up on https://adwords.google.com/support/aw/bin/static.py?page=guidelines.cs&adtype=text&topic=23208
And, NO, it is NOT ok with adwords. Look it up on https://adwords.google.com/support/aw/bin/static.py?page=guidelines.cs&adtype=text&topic=23208
-
jcdean
- Posts: 461
- Joined: 24 Nov 09
- Location: United States
28 Jan 10 11:22 pm
Here is a code that will do what you want. Put between the head tags on a HTML document.
I don't think Google will know as long as no one else is linking to the same page.
I am not sure why you would want to do this, it won't get you around the double serving rule, but will mask your affiliate link.
The vendor probably will not like it either.
<title>::YourPageTitle::</title>
<meta HTTP-EQUIV="REFRESH" CONTENT="0;
URL=http://Yourhoplink>
You can also simply have your URL Directed to a Hoplink by your host.
I don't think Google will know as long as no one else is linking to the same page.
I am not sure why you would want to do this, it won't get you around the double serving rule, but will mask your affiliate link.
The vendor probably will not like it either.
<title>::YourPageTitle::</title>
<meta HTTP-EQUIV="REFRESH" CONTENT="0;
URL=http://Yourhoplink>
You can also simply have your URL Directed to a Hoplink by your host.
