The main thing is to use the 301 redirect code which indicates a permanent redirect so that eBay URLs are associated with the landing page content in search engine listings rather than your redirect URL. At least, this is how I understand it.
So in PHP where there is a redirect, use the code as follows:
header(“Location: $url”, [...]
In some ways it is easier to code a WordPress side bar widget than a WordPress plugin and they are generally cooler IMO.
So I want to give you an example that you can use for a template.
I got the impetus to write this post after really enjoying reading Udi Schlessinger’s blog archive of Crazy Funny Posts [...]
Here’s a fun thing: suggest your idea for a script that you can’t find anywhere.
This script can be a plugin or script that you simply upload to your site and it gets to work.
Let your imagination run wild and suggest your fantasy script.
If you could command a genie to generate an Internet-marketing related script, what would [...]
First off, you do have a responsibility to disclose affiliate links but I think it is a requirement also, to instruct web bots to ignore these links and to clean up the URL of the link to remove your affiliate details.
Copy and pasting the actual affiliate link that you are given directly to your site is [...]
Let’s kick off with the kinds of code that we will be using here.
First off we will have code that runs on a PC, code that runs on a Web Server and code that runs on a Web Browser.
(more…)
Recent Comments