I am looking for help....I am needing to find the best way to cloak, redirect hoplinks. I am wanting to create links that are well cloaked and also SEO freindly where google will index them. WHat is the best way to go, to redirect to hoplink? to create landing page on my site then redirect? What is the best way to get google to index pages with hoplinks? Thanks,
That is a good plugin, too bad it does not have a way to redirect in mass..... I am asking because I am needing the best way to redirect.....
Lets say I have a link.php file that is capable of "holding" several url redirects based on the parm passed by the url so it would look like http://mysite.com/links.php?id=XYZ123, it would pull up the page for the code XYZ123. Is there any way to PING all the pages in the links.php file? I can create a list of links that are acceptable for the links.php file. Is there a way to let google know about all the links without making them mad? Or should i link it somehow to my website and let google spyder them naturally?
That's just a myth and if you do really care about Google you can add the 'nofollow' attribute to your redirected links so the search engines won't crawl them. Here's a nice tutorial for you to follow on .php redirects: http://php.net/manual/en/function.header.php Al.
Here is my links page....http://ickaboo.com/links.html there is also a links.php file that has all the links in it, they are cloaked.
I have 45 domain names,,,,what do you mean by html redirect you mean like this? <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta HTTP-EQUIV="REFRESH" content="0;url=http://www.ickaboo.com/"> <title>Ickaboo.com</title> </head> <body> </html>
This method is good but put some value more than 2 in the refresh column provided. The above technique will get your redirected as well as get your site indexed.