![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello everybody,
I am planning to use a PHP framework to develop a site for using 301 redirects to send users to a target url. Each ad link I use is a cleaned up internal url, which activates when clicked. This will fetch a proper ad url from the database and logs some information about the ad that was clicked. The user is then redirected using a 301 redirect to the ad site. My main worry is would this technique lead to bad ratings for the site? Many people say that this might be problematic for search engines? Is this true? |
|
#2
|
|||
|
|||
|
Yes I think so too. 301 redirects are permanent redirects I think you should use 302 redirects which are temporary redirects.
__________________
CodeHill: Resources for webmasters and developers |
|
#3
|
|||
|
|||
|
I totally agree with you admin...
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|