turnkey Established Member โ 20 โ Impact 9 Jul 15, 2004 694 views 1 reply #1 If I set a Redirect code from an index page towards a CMS Script in a back directory, How does that effect Search engine ranks and if engines will still crawl my site? thanks Auggie
If I set a Redirect code from an index page towards a CMS Script in a back directory, How does that effect Search engine ranks and if engines will still crawl my site? thanks Auggie
E Ethan Sheriff Of NothingEstablished Member โ 20 โ Impact 1 Jul 15, 2004 #2 I am not sure if that would exactly work, but if the page is PHP why not do on the index page: include '/directory/file.php'; You can also have a frame on the page holding it, but that might not do the best with search engines.
I am not sure if that would exactly work, but if the page is PHP why not do on the index page: include '/directory/file.php'; You can also have a frame on the page holding it, but that might not do the best with search engines.