In Phpld how to make category as subdomain ? Here is the example of how it should come --> topcategory1.mydomain.com/subcategorylevel1/ --> topcategory2.mydomain.com/subcategorylevel2/ Can anyone suggest any solutions for this ?
I'm not sure how to do that. but why do you want to? I don't think its a very wise decision. They will act as sort of different domains and much harder to improve rankings of all of them rather than one unified domain,
Agree with Nima That type of setup would make your life and directory seo very difficult. It's is hard enough with one directory, but maybe you are an extreme over achiever, good luck.
You can do that by parse the url to get the main category and sub category, and then find the category number in your database, and then parse the page the same as phpld do. I think it's very difficult and complicated, and maybe it will make the phpld script not working, just be careful. I think this will help your seo, since keyword in domain will play in a part in google ranking algorithium, and thus maybe you can get pr value for inner pages fast than the standard phpld directory. As phpld display all the categories like index.php?c=xxx, it's easy to get a pr value for index.php, however, it will be very difficult for the index.php?c=224 to get a pr. My directory was 4 years old, and it's pr4 now, but only 1 main category has a pr2 value.
I guess you could do that by uploading the script on each sub domain. If you have 10 main Categories, each of those categories will have it's own scripts. Here is an example of a directory that I think uses that technique: Main site: http://www.ezilon.com/ sub domain category: http://asia.ezilon.com/ Deep level categories: http://asia.ezilon.com/dir/Arts_&_Humanities.php Hopes this help you
I was doing R&D on this. Its almost over. Now i am in bug hunting. I am sure that this can improve SEO thing by this. I am inviting your suggestions also ... Same way i am trying to implement for WordPress (category wise sub domain) also ...