hello, I have a question concerning the url of some websites which dont change even if you click on some links of the website. the problem is that all the subpages are not indexed by SEs. Is it possible to change this? here is an example of what I mean: http://kch-computer.de/
The site you referred uses "dynamic urls" to pull out data from database. It is quite natural that such dynamic urls aren't properly indexed by Search Engines. To get your site indexed by Search Engines you need to convert those dynamic urls to static urls (SEO friendly urls). Check this: http://www.webconfs.com/url-rewriting-tool.php
I think you are both referring to something different. the url of this site NEVER changes even if you go to the deepest page of the site. it must solved somehow differently. but how?
Take a look at this http://www.kch-computer.de/store/index.php?cat=c5_Arbeitsspeicher.html now navigate around. The links change now, don't they? The reason being is that I am inside the internal frame. You have a frame keeping the URL the same, but inside, things are working as they should (link above is inside the frame). What makes you think the pages aren't being indexed? The search engine WILL see the links for what they are and index them accordingly. To fix the problem, remove the frame. Really easy
This is the relevent code <frameset cols="100%,*"> <frame name="mainframe" src="/store/"> <frame src="http://www.kch-computer.de/store/"></frameset><noframes></noframes> <NOFRAMES> HTML behauptet, dass ihre Browser NICHT framefähig sei! Eine automatische Weiterleitung ist deshalb leider nicht möglich. Bitte klicken sie hier: <A HREF="http://kch-computer.de/weiter.htm">KCN-Computer Ihr Hardware Shop</A> </NOFRAMES>
well, this is interesting. but I cant change anything there as it is not my site but what about this site: www.lastminutejoy.de this is a travel site and you can book your travel by using the booking form on the top right. when you choose any destination the url remains the same. however, I would like to appear in this way: when you want to travel to india and you have chosen this palce from the booking form the url should change to something like: www.lastminutejoy.de/india-lastminute.asp so, in other words: I want that every destination is indexable by SEs. how would that be possible? thanks
The address I want to use as my frame src changes according to the users selection. How can I get this variable address to show?
You could use rewrite rules to do what you want. It takes a bit of getting used to though and may be hard if you have never used them before.