- May 1, 2010
- 2,425
- 467
So lets say i use externally hosted images - such as merchantsite.com/picture123.jpg. Off course i am gonna use mod rewrite on those images, so it will look like as image is actually hosted on my site.
Is that much worse when it comes to SEO, compared to (really) hosting those images on my site?
I mean google can notice this way that i am an affiliate.
Code:
RewriteEngine On
RewriteBase /
RewriteRule ^pictures/picture123.jpg$ http://www.merchantsite.com/picture123.jpg [R,L]
Is that much worse when it comes to SEO, compared to (really) hosting those images on my site?
I mean google can notice this way that i am an affiliate.
Last edited: