Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to let Google crawl my page which contents are changing according to DropDownList's Selected Value. I am changing "Title of Page" with the DropDownList's value. It works fine. But Google only crawls that page with DropDownList's Default value and ignores other values of DropDownList. I am not passing any parameter in this way in URL. So how can I tell Google to crawl my page with changing its content according to DropDownList's value similar to passing URL parameters.
Posted
Updated 14-Feb-14 7:05am
v3
Comments
TryAndSucceed 14-Feb-14 17:12pm    
What do you mean by "Google crawl my page"?
Homero Rivera 14-Feb-14 23:07pm    
Well, only google can answer for certain, but most crawlers work this way: they follow a href in your page. Perhaps, if for every dropdownlist value you enter an a href tag without any content, so it doesnt spoil your layout, somewhere in your page, maybe google will follow them. But f there is no URL you can type to get the 'other pages', then you should include such content hidden somewhere in the page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900