For jumping on a particular section on the same page we use id attribute, we insert a id in a section and link it to any button to jump to that section.
**Problem:** but the problem is when we create a link like that to a section and when we click on that linked button it will take us to that section and add that id in the url like this (http://www.example.com#id\_for\_that\_section)
and the main problem is these links are indexing on google with the id attribute,
so is there any way by which if we click on a button it will take us to that section without showing id in the url like (http://www.example.com#id\_for\_that\_section) ,
or any way to stop indexing these links on google.
[ad_2]