Google search engine

Hi Team i need one information . want to do one website using framework 7.

When user search in google with keyword if any link he clicks on the search page can it be direct landed to that particular page ?

example : https://subdomain.domain.com/about/

does framework 7 supports that feature ? how we can achieve that functionality

Take a look at https://framework7.io/docs/routes.html#route-path

Thanks @kerrydp for your response.I have used Push state and routable tabs and the urls are updating in address bar successfully but when i refresh page it is going by default to first tab.its not opening respective tab

example
www.domain.com – by default its opening first tab
when we click on second tab its showing http://www.domain.com/tab2 in address bar

when i referesh the page its showing first tab content instead of second tab content .
How we can achieve this