Tagged Questions
0
votes
0answers
34 views
Google caching issue
I have a situation. I introduced a website redirection with javascript for every user that doesn't support specific browser.
I was sure that Google cache will always put homepage as cached page. But ...
0
votes
0answers
53 views
2 questions about redirect mobile users using javascript
I having two questions about javascript redirection for mobiles.
First: i thought i would use user agent, but also thought about screen size. Why screen size? So much simplier and you dont need to ...
0
votes
2answers
450 views
How to “manipulate” google bot to use dynamic content loading?
i am aware that SEO related questions should be asked at Webmasteres Site, but bare with me i think it's more related here.
From the best i know, if you use AJAX or javascript links in your website, ...
0
votes
2answers
149 views
Googlebot and URLs in Javascript
I work on a site that has some heavy javascript pages. I'm putting url templates into the javascript on the page, for the page's js to use when posting info back to the server. For example:
var ...
1
vote
1answer
76 views
How Googlebot interprets my url
I have a question about how the google crawler (googlebot) will do in this case:
http://www.url.com?query=something#!somethingelse
Will this be changed to:
...
0
votes
1answer
182 views
Googlebot and javascript
My question is whether googlebot can track pages redirected through javascript onchange function:
Example:
<select id="bla">
<option value="1">page1</option>
<option ...
0
votes
4answers
285 views
Does googlebot recognize an HTML <title> tag altered by javascript ?
I have a search engine on my website and it works via ajax. I want to have a specific <title> for each search attempt. To achive that I have to alter every time after I recieve a response from ...
1
vote
1answer
309 views
Does HTML snapshot required by googlebot need to be styled
To make an ajax site web crawlable by googlebot, it requries that your website send back a HTML snapshot when a page with the _escaped_fragment variable set. (for more info see here)
Does this HTML ...
0
votes
3answers
143 views
JS dynamic img change and SEO
I've built a web site using jquery to make nice transitions between content.
The code works this way: there are 2 imgs (body and footer).
When I click on a link (instead of going to another page) I ...
1
vote
2answers
181 views
Will Googlebot read microformat data inserted via javascript?
I have already tried Google's microformat testing tool, but it's not clear to me that it works the same way as Googlebot -- it seems reasonable that Googlebot would have more features than a simple ...
