How to do this ?

aspardeshi

Junior Member
Joined
May 10, 2008
Messages
101
Reaction score
6
Hello Room, :)

I am in the business of outsourcing. I have around 100 branded products for taking outsourced jobs. I have a list of the branded products keywords.

I have to design a page maybe in html or php whatever you may think fit with contents about outsourcing. let us assume this is the below paragraph:-

"We are doing outsourcing for the product xxxx since last many years. We have all the resources to manage the outsourcing of the product xxxx. So if you have to outsource the requirement for xxxx, kindly contact us with the details"


Now if you take my product list in a text file of 100 product list. I want xxxx in the above paragraph to be replaced by the product keyword typed in search engine.

Now let us take for example I have product "H*P La*se*rjet 10*20" suppose if anybody type in the search engine the above keyword and if that keyword is in my list then the xxxx in the above paragraph in yellow should get replaced with the keyword "H*P La*se*rjet 10*20" and presented to the search engine. The output will look similar to the one given below

"We are doing outsourcing for the product H*P La*se*rjet 10*20 since last many years. We have all the resources to manage the outsourcing of the product H*P La*se*rjet 10*20. So if you have to outsource the requirement for H*P La*se*rjet 10*20, kindly contact us with the details"



Please help me know how to do it ? Any help from SEO Experts is highly appreciated.

Kind Regards :o
 
Last edited:
You would do it with a query string and php, or html with javascript. I would suggest PHP.

Then use the mod_rewrite to change index.php?id=HP to index.php/HP/

Very technical, but I am horrible at normal people speak.
 
Well Thank you very much deskcoder.

I appreciate your help. But I am a noob. Can you please put the link for script or rather few lines of script elaborating how to do ?

Thank you once again. :)
 
Put "$_SERVER["HTTP_REFERER"]" in google and read how to parse the search text from it in various ways with php. It's relatively easy if you just give it a good read. The HTTP_REFERER will have the search string/query and you can use it in your text as a dimension.

Cheers.
 
@frequency I dont think there is any need for this.



DeskCoders simply said create the pages dynamically.

Great thing is even thoose dynamic created pages will be indexed in google.

Thinkg though is google likes them better if they look like actual pages and not just php variables, that's why you should use mod_rewrite to change the page urls from the php variables to something like index.php/HP or simply yoururl.com/HP/.

So anyways point is: Google will index every single site even if it's created dynamically and therefore when someone googles for HP he will see your result, click on it and get to that page.

Still need more help ? (Or did I understand you wrong ? )
 
Thanks for response everybody.

The rewrite rule for url is understood as how it will function. but the problem is that I want to collect the keyword from text file and put it in a paragraph (you can call it a common paragraph or a common page for all these keywords.

So I need the actual script which will do this. I have read multiple pages after searching through google though, I was not able to apply the logic of mod_rewrite. I sense though that mod_rewrite may solve my problem. But after going through the pages or blogs or forums on mod_rewrite, it is very difficult to choose a particular code and apply it to this scenario.

That is the reason I am asking for a simple script. I hope being a noob you all understand me.

So, please please help me further. I think if you go through google you will be able to choose a particular code and apply it to this logic, and put it here :)
 
you need more than mod rewrite to modify the content of the page, but if youre just changing a few phrases, google may slap you with duplicate content penalty.

the script is very simple but if you dont' know how to program at all, don't bother with it. just go to getafreelancer and ask someone to do it for you. you're an outsourcing expert after all...
 
My friend tattoo,

I am in the outsourcing does not mean I am rich my friend. I have just started to play with it through this website. Actually I am tight at budget. that is why I am asking for help.

If it is a simple script, please put it here.

Any help will be highly appreciated.

Kind Regards
 
Back
Top