Tagged Questions
3
votes
1answer
485 views
document.referrer from google searches only showing “https://www.google.com”, no search terms
So I put this basic code on my website, and alert with document.referrer:
alert(document.referrer);
And when I do a search the link is:
...
5
votes
5answers
2k views
Free search tool for static website
I am looking for a free search tool for a website hosting html documentation files. the tool should display the results as listings of page title and few lines of text from that page. It should also ...
3
votes
2answers
193 views
Best approach to have Google index content primarily generated by Javascript
I'm developing an app where customers can drop in a Javascript tag onto their website, and it will generate content. What is the best approach to have Google index this content and associate it with ...
2
votes
2answers
622 views
Google Search iFrame works in Chrome and firefox but not IE8
I use Google site search in a IFrame for my sites search engine. When I search for something in Chrome/FireFox "Flight" I get the results page. When I do the same search in IE8 I get 404 error.
...