Can I extract the search term or keyword of the search engine address using javascript in my html website? I already have made a javascript showing the address of the incoming address of the referrer using the
document.write(document.referrer);
but I can't figure out how to extract or parse the search term and displaying it it in my website with backlinks for the referrer.
I want to make it a javascript code that could generate the incoming search term for me with backlinks to the referrer. I'm new to JavaScript stuff perhaps you could provide me a simple and understandable steps in making it . Thanks