i'm creating a project which needs the keywords from search engines to show users.
i have tried document.referrer but it shows only referrer domain.
if user searches like "buy a pc" then this url is generating by google
now i need this url when user choose the my website or my site page from google results to extract keywords from url but i have to do this by javascript only.
Thanks.