Found it ! I've to set all my links as data-ajax="false" to avoid the links sharing the same meta-tags !
On Wednesday, 23 January 2013 22:18:19 UTC-5, GeeksRule wrote: > > This is interesting ! > I think the problem is happening since a new page is actually not getting > generated when I click on a link -- Jquery-Mobile ?? > When a link is being clicked I see that the resulting URL is > http://domain.com/*#*/function/9025 > That "*#*" probably means a link on the same page !! not a new page ! > When I type in the url without the *#*, all my meta-tags etc. get loaded > correctly !!! > > Anyone has any clue about this mystery ?! > > > On Wednesday, 23 January 2013 22:11:54 UTC-5, GeeksRule wrote: >> >> If I change the meta-tags in the layout, then all pages have the same >> meta-tag values. >> >> I want to change the content inside the meta tags for each page. >> e.g. *description* or the *og:title* >> >> e.g. <meta name="description" content="{{=response.description}}" /> >> But when I do the above, it change the *response.description* on the >> main page and after that it remains the same for the rest of the pages even >> though I'm setting *response.description* in each controller function. >> >> *Note *: I'm using *jquery-mobile* plugin - not sure if that matters. >> >> I'm sure I'm missing something simple here.. >> > --

