Will having image lightbox with content on a web page SEO friendly?
-
This website is done in CMS. Will having lightbox pop up with content be SEO friendly?
If you go to the web page and click on the images at the bottom of the page. There are lightbox that will display information. Will these lightbox content information be crawl by Google? Will it be consider as content for the url http://jennlee.com/portfolio/bran..
Thanks,
John
-
Hi Dale,
Really stupid question, how do I look at the CSS to identify that? I've viewed source but cant see that information anywhere on the page.
If you wouldn't mind, could you point me in the right direction of some information about this issue, I would be interested in understanding it better, but until you brought it to my attention, I had no idea even to look for it
J
-
Ryan and James,
Take a closer look at the div class of the lightbox (class="contact"). In the CSS for the page in question we find the following:
div.contact {
display: none;
visibility: hidden;}
In my opinion, you're asking the wrong question. This isn't about lightboxes or DA at all; it's about the display:none; and visibility: hidden; elements.
There is no shortage of information about that here on SEOmoz or in the Google Webmaster Forums.
-
Interesting supposition. i've got absolutely no idea if a stronger page changes the specific parts of a page are parsed.
Shouldn't be too difficult to work out though:
If we work on the logic that an exact match search result indicates that the text is being read and used by google, you can then compare javascript parsing across strong and weak pages.
Another way would be to look at the cached text only version across pages and see if there is any difference, although I think I prefer the first suggestion
Seems simple, although it probably isn't
j
-
I agree with your assessment James.
Before I accept this information I would like to ask if you are aware of any other similar examples of lightbox use on a page with better stats? The DA of this page is only 31, and PA is 1. I would like to rule out the idea Google may crawl deeper if the page was deemed more important.
-
James is correct. Your lightbox content is not visible to a Google Bot.
You can see from an exact match search of some text from the page that Google has indexed the visible text: http://bit.ly/nDQLlM
The only place that the exact text from the lightbox appears in the Google index is on this thread: http://bit.ly/mRQICc
-
Sorry for butting in on an old(ish) post, but I have a different opinion on this...
Correct the text used in the example does show up in the source code as HTML, but I dont think that indicates that google is reading that text.
For me there are two ways to check to see if Google is reading text:
1. Do an exact match (quotation marked) search in google.
2. Look at the cached version of the page in google in text only version.
From that information, the lightbox data is not showing up and for me that would indicate that the text is not being read.
Also, an interesting point to note is that 'Fetch as Googlebot' should not be used as a method of identifying what text is being parsed according to searchengineland http://searchengineland.com/see-what-googlebot-sees-on-your-site-27623
Feel free to prove me wrong!
thanks
james
-
I have read that article before. Keep in mind it is from 2008. Technology and Google have advanced substantially in the past 3 years.
100% of the text in all your lightbox is fully viewable by Google presently. William and I both looked and we see the text in your html source code. That means Google can see it as well.
-
Those are not issues on your site.
Your light box images are fully crawlable. Google sees all of the images and the text descriptions. You definitely want to add an ALT description. Otherwise you are in great shape.
-
thanks for all the responses guys.
my thoughts were most of the time it depends upon the script because some script hide data from the viewers while it shows the same data to Search Engine which turns out Clocking issue on website.. this could be proved very dangerous for the website.
Also seems like google does not crawl the images as often than normal web page.. because it hide the contents and creates unauthenticated website.
-
Sure thing brother!
-
Thank you William. Somehow I missed it during my review of the source code.
-
Hi Ryan,
Yes, I just did a search for the text I found in the Lightbox description for the Coco & Max logo. Right there. I've attached a couple images to show what I found.
Is this underneath a Javascript? I'd be interested to learn about the differences between different scripts as I see myself building sites that I would like to use the most SEO beneficial one.
-
Hi William.
Thanks for the feedback. I did look at the HTML and the real text is NOT visible. I am pretty sure that Google can read it even in the javascript, but I am not certain so I did not wish to offer that conclusively. If I knew which version was in use, such as Highslide, I could check and offer a confirmation.
The first image shared is the Coco and Max logo. If you click on that image the Lightbox will appear with a description that says "The Jenn Lee Group developed photography, business cards, expo-banner plus an ecommerce website for Coco and Max using a logo they had already developed. The Jenn Lee Group can pick up the ball at whatever stage you are currently in towards your marketing and advertising initiatives. Call us today! 401-885-3200"
I do not see that text snippet anywhere in the page's source code. Also, there are a total of 7 pictures offered in a group with that first image, each which their own text.
If you have any additional information, I would love to learn as well.
-
Lightbox should have zero negative impact in regards to SEO, providing you have effectively labeled your photos. I love the look of it, and although has a similar effect to flash, they have nothing to do with eachother in regards to negative SEO.
-
Hey Ryan,
The Original Poster is actually talking about the text descriptions of each logo that is listed.
The easy way to figure this out is to look in the HTML. If it's real text, then Google can crawl it. In your case it is.
So the content you have will be indexed.And you can do as Ryan suggested and add Alt Attribute to each image. It will help as well.
-
The biggest gap I see on your site is your images are all missing ALT tags. Search engines don't see images the way people do. By providing an alt tag, you can offer a description of each image. For example your first image alt tag might be "logo Coco & Max Doggie Distinctions".
There are many packages of javascript code which use Lightbox so if you want a more definite answer you would need to take a look at your specific package. Highslide and Suckerfish are two examples of Lightbox javascript coding packages. For additional research you can check out this article.
Another note. I would recommend changing your Meta description to readable text, not a list of key words. Your meta description is what people will see as your listing in search engines. It will not affect your search result ranking.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Too many SEO changes needed on a page. Create a new page?
I've been doing some research on a keyword with Page Optimization. I'm finding there's a lot of changes suggested. I'm wondering that because of the amount of changes required is it better to create a new page entirely from scratch that has all the suggestions implemented OR change the current page? Thanks, Chris
Intermediate & Advanced SEO | | Chris29181 -
How to solve JavaScript paginated content for SEO
In our blog listings page, we limit the number of blogs that can be seen on the page to 10. However, all of the blogs are loaded in the html of the page and page links are added to the bottom. Example page: https://tulanehealthcare.com/about/newsroom/ When a user clicks the next page, it simply filters the content on the same page for the next group of postings and displays these to the user. Nothing in the html or URL change. This is all done via JavaScript. So the question is, does Google consider this hidden content because all listings are in the html but the listings on page are limited to only a handful of them? Or is Googlebot smart enough to know that the content is being filtered by JavaScript pagination? If this is indeed a problem we have 2 possible solutions: not building the HTML for the next pages until you click on the 'next' page. adding parameters to the URL to show the content has changed. Any other solutions that would be better for SEO?
Intermediate & Advanced SEO | | MJTrevens1 -
Will using CDN Affect SEO?
I'm got a website with a slider and each of the 6 slides has a 5-second video background. The website is B2B and the user profile for the website is employees at Fortune 1000 companies in the United States using desktop computers to browse. The videos are highly optimized and we did testing using various browsers and bandwidth connections to determine the videos loaded fast enough on down to a 15mbit/s connection (which is pretty low by today's average U.S. business bandwidths.) We tried hosting the videos on Vimeo and YouTube but it caused issues in the timing of the slide show display. (I've not seen any other website do what we do the way we do it. Most sites have a single video background with a single text overlay on top.) The downside to this is that loading all those videos produces a lot of bandwidth usage for our server. The website is serving a niche service industry though so we're not exceeding our current limits. I'm wondering though might there be some benefit to hosting just the video files on a CDN? Obviously that would mean lest bandwidth usage for our server, and possibly quicker load times where the CDN server is closer to the user than our server. But are there benefits or downsides from an SEO perspective noting that I'm proposing only putting the videos on the CDN, not the entire web page.
Intermediate & Advanced SEO | | Consult19010 -
Duplicate Content Pages - A Few Queries..
I am working through the latest Moz Crawl Report and focusing on the 'high priority' issues of Duplicate Page Content. There are some strange instances being flagged and so wondered whether anyone has any knowledge as to why this may be happening... Here is an example; This page; http://www.bolsovercruiseclub.com/destinations/cruise-breaks-&-british-isles/bruges/ ...is apparently duplicated with these pages; http://www.bolsovercruiseclub.com/guides/excursions http://www.bolsovercruiseclub.com/guides/cruises-from-the-uk http://www.bolsovercruiseclub.com/cruise-deals/norwegian-star-europe-cruise-deals Not sure why...? Also, pages that are on our 'Cruise Reviews' section such as this page; http://www.bolsovercruiseclub.com/cruise-reviews/p&o-cruises/adonia/cruising/931 ...are being flagged as duplicated content with a page like this; http://www.bolsovercruiseclub.com/destinations/cruise-breaks-&-british-isles/bilbao/ Is this a 'thin content' issue i.e. 2 pages have 'thin content' and are therefore duplicated? If so, the 'destinations' page can (and will be) rewritten with more content (and images) but the 'cruise reviews' are written by customers and so we are unable to do anything there... Hope that all makes sense?! Andy
Intermediate & Advanced SEO | | TomKing0 -
Duplicate Page Content Errors on Moz Crawl Report
Hi All, I seem to be losing a 'firefighting' battle with regards to various errors being reported on the Moz crawl report relating to; Duplicate Page Content Missing Page Title Missing Meta Duplicate Page Title While I acknowledge that some of the errors are valid (and we are working through them), I find some of them difficult to understand... Here is an example of a 'duplicate page content' error being reported; http://www.bolsovercruiseclub.com (which is obviously our homepage) Is reported to have 'duplicate page content' compared with the following pages; http://www.bolsovercruiseclub.com/guides/gratuities http://www.bolsovercruiseclub.com/cruise-deals/cruise-line-deals/holland-america-2014-offers/?order_by=brochure_lead_difference http://www.bolsovercruiseclub.com/about-us/meet-the-team/craig All 3 of those pages are completely different hence my confusion... This is just a solitary example, there are many more! I would be most interested to hear what people's opinions are... Many thanks Andy
Intermediate & Advanced SEO | | TomKing0 -
Should I "NoIndex" Pages with Almost no Unique Content
I have a real estate site with MLS data (real estate listings shared across the Internet by Realtors, which means data exist across the Internet already). Important pages are the "MLS result pages" - the pages showing thumbnail pictures of all properties for sale in a given region or neighborhood. 1 MLS result page may be for a region and another for a neighborhood within the region:
Intermediate & Advanced SEO | | khi5
example.com/region-name and example.com/region-name/neighborhood-name
So all data on the neighborhood page will be 100% data from the region URL. Question: would it make sense to "NoIndex" such neighborhood page, since it would reduce nr of non-unique pages on my site and also reduce amount of data which could be seen as duplicate data? Will my region page have a good chance of ranking better if I "NoIndex" the neighborhood page? OR, is Google so advanced they know Realtors share MLS data and worst case simple give such pages very low value, but will NOT impact ranking of other pages on a website? I am aware I can work on making these MLS result pages more unique etc, but that isn't what my above question is about. thank you.0 -
Will Creating a Keyword specific Page to replace the Category Section page cause any harm to my website?
I am running a word press install for my blog and recently had 3 of my main keywords set as categories. I recently decided to create a static page for the keywords instead of having the category page showing all the posts within the category, and took it off the navigation bar. I read about setting the categories to use NO index so the search engines can shine more importance on the new pages i created to really replace where the category was showing. Can this have a negative effect on my rankings? http://junkcarsforcashnjcompany.com junk car removal nj is showing the category section, So i placed the no index on it. Will the search engines refresh the data and replace it with the new page I created?
Intermediate & Advanced SEO | | junkcars0 -
How much (%) of the content of a page is considered too much duplication?
Google is not fond of duplication, I have been very kindly told. So how much would you suggest is too much?
Intermediate & Advanced SEO | | simonberenyi0