flesler / jquery.localScroll

Animated anchor navigation made easy with jQuery

Home Page:http://demos.flesler.com/jquery/localScroll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hashkey

JaisEdelmann opened this issue · comments

Hey Adam, is it possible to change the hashkey value?

Instead of using
www.example.com/ajax.html#key=value

could it be
www.example.com/ajax.html#!key=value

then google should be able to pickup that theres more "pages".
atleast according to https://developers.google.com/webmasters/ajax-crawling/docs/getting-started

Hi, my name is Ariel :)
Putting #id is what the browser natively support for anchor navigation, this plugin improves that native behavior by making it animated.
If you need custom url mapping you could simply use scrollTo alone and write the custom code you need yourself.
The page you linked, says you can solve this issue by simply adding

I'll look further into this asap.