skip to Main Content

Anchored Links for SEO

I have read a little about this but could not find a definitive answer anywhere. So, I thought of asking this question here. I am building a Travel Guide which has lots of information divided into tabs. Each tab has…

VIEW QUESTION

angular.js how to tell google to index my site? – SEO

I've an angular.js app. I have followed google's guide for ajax based applications. I've done this: meta tags <base href="/"> <meta name="fragment" content="!"> angular.js config $locationProvider.html5Mode(true); $locationProvider.hashPrefix('!'); my html links looks like this(is it wrong?): <a ng-href="/#!/login">Login</a> I submitted sitemap…

VIEW QUESTION

Codeigniter Make URL SEO FRIENDLY

My current URL is like: www.hostname.com/get_city/ (this url is already shorten by using routes) Here get_city is my method name and now what i exactly want is... 1)remove controller name from url 2)pass selected city value from dropdown and set…

VIEW QUESTION
Back To Top
Search