Hot answers tagged google
3
No you shouldn't concern yourself, it makes perfect user sense.
If you want to be nice to those with javascript disabled though you could place a <noscript> element with your hidden images.
I would also put the photo numbers in the alt tags, something like alt="Photo #2 of bmw 328 manual 2008 black 18 inch rims"
2
Google reads content within a element that uses display:none, it also checks to make sure there is a trigger point, i.e that the content can be revealed though JavaScript.
Many people don't put in trust in Google being able to understand their scripts and many people opt to use <noscript> as Anthony has mentioned, using noscript ensures that Google ...
2
In this case how do i add link back in Google plus contributor
section? is just linking from my website to Google plus enough?
Absolutely! Simply link to their Google Plus account, ensure that you only ever have one link on a page at a time otherwise it doesn't work, you can read more by using the link below (No need to do option 1). If you don't want ...
1
The surest way to get those pages out of index is to use this in the html head section:
<meta name="robots" content="noindex" />
Sometimes Google indexes some URLs (but not the content) despite the Disallow in robots.txt. See my answer to this question for details.
1
Google scans your source code for items that look like URLs and will try to crawl them and index them, even if they are not in an <a href.
Based on the crawling that Googlebot has done on my site, Google seems to think that strings in the page source are URLs if:
They end in a common page extension such as "html", "htm", or "php".
They contain a slash ...
Only top voted, non community-wiki answers of a minimum length are eligible

