SEO Issues From Image Hotlinking?
-
I have a client who is hotlinking their images from one of their domains. I'm assuming the images were originally stored on the first domain (let's call it SiteA.com) and when they were putting together SiteB.com, they decided to just link to the images directly on SiteA.com instead of moving the images to Site B. Essentially hotlinking.
Site A is not using the images in any way and in essence is just a gateway for their other sites and in this case a storage for their images. It doesn't use those images at all, so it really doesn't get any benefits of the images being referenced since I read that Google sometimes counts that hotlinking as a "vote" for the original image. But again, since ite A doesn't use the images that are being hotlinked at all, there's no benefit for Site A.
My concern is that it's affecting their SEO for Site B because it makes it look like Site B is simply scraping data by hotlinking those images from Site A.
Their programmer suggested creating a virtual directory so that it "looked" like it was coming from Site B. My guess is that Google can see this, so then not only will it look like Site B is scaping/hotlinking images, but also trying to hide it which may send up red flags to Google.
My suggesstion to them was to just upload the images correctly into their own images directory on Site B. They own the images, so there's not any copyright issue, but that if they want proper SEO credit for that content, it all needs to be housed on the correct server and not hotlinked.
Am I correct in this or will the virtual directory serve just as well?
-
thanks for this report
-
I was going to guess that there is a small benefit. But really it's a guess. I would think it would count as a link.
-
Actually, that IS the one answer I do know and that it DOES have a benefit to you if your image is being hotlinked to because Google sees it as a "vote" or the equivalent of an inbound link. I saw that on the Google Webmaster Forums.
I'm just at a quandary about the linker.
-
How about other people hotlinking images from your domain. Do you think that google sees them pulling content from you via the image link and gives you a small credit for that?
I don't know the answer. I assume that the value is low to nothing. Do you have any ideas on this?
-
Interesting question. My gut instinct is that there is no SEO drawback to what is happening here. There is nothing in the quality guidelines that I'm aware of that says you can't hotlink images from another site. Now, if the content was duplicated then that's another issue.
-
It loos like nothing bad will happen, but that you lose a lot of SEO benefits from having images stored locally and getting the proper attribution.
I agree. I don't know how much SEO benefits come from hot-linked images. But, in case there is any benefit we have all of our images on our own domain and that requires terrabytes of BW per month.
-
I think you and I are on the same page and the same school of thought. I was just curious if there was any documented issues with being a "hotlinker" from an SEO perspective.
It loos like nothing bad will happen, but that you lose a lot of SEO benefits from having images stored locally and getting the proper attribution.
My other concern was making sure that it didn't look like their site was scraping from the other since they have thousands of products and ALL of those product images are being pulled from the other domain.
-
Right. That's why I have all of my images on the same server as the domain.
-
I can see your view, but the attribution is pretty important in their industry which is retail. I'm just concerned that to give image attribution over to another domain may be viewed as image hotlinking or scraping and that, as you said, they also won't get the benefit of a hotlink is someone else chooses to do the same.
-
hmmm.... To me, this sounds like moving your whole office because your trash can is full.
-
The programmer just added another piece to this and has added;
"What I'm suggesting is like a 'symbolic' link in Unix . There are no different IP involved. Only IP will be Site B for example. We store everything on same server and virtual directory map to another folder on same server and its intranet and no visibility outside server"
While I understand what he's saying. Site B won't get the benefit of image hotlinking if it had the same images stored on its own domain and I just this since the coding specifically says "site.com/images", it's just not hiding it correctly and again, even if it does effectively hide it, is it truly invisible to Google that that is going on. And if it's not invisible, will it send off more red flags and look suspicious to Google. I really don't want to risk that. I just wonder if I'm over-reacting to this. I don't think that I am.
-
More and more people are placing their images and other large files on cloud servers because they sometimes offer a cost advantage and they sometimes allow a website to load faster.
Because of this I don't think that Google is going to give a site a huge penalty if they are pulling content from a second domain. This is being done by some of the highest quality and most popular sites on the web.
However, I think like you and have all of my images on my own domain. Then if people are hotlinking them they will be coming from my site and I will get any credit for that - if google smiles about it, which I am not sure that they do.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
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
-
Is Prerender.io/React going to negatively impact our SEO efforts?
On any page on the site (https://theadventurepeople.com/), the same short code appears. Having investigated Google index pages, Google's cache and Fetch & Render, it does look like Google can view the content and index it, but we're not 100% convinced. Background technical information from the web developer: The website is a single page application built using React. The site is setup with Prerender: https://prerender.io/ (which renders the javascript in a browser, saves the static HTML, and returns that to crawlers). Is Prerender.io/React going to negatively impact our SEO efforts?
Web Design | | Wagada0 -
Is this CSS solution to faceted navigation a problem for SEO?
Hi guys. Take a look at the navigation on this page from our DEV site: http://wwwdev.ccisolutions.com/StoreFront/category/handheld-microphones While the CSS "trick" implemented by our IT Director does allow a visitor to sort products based on more than one criteria, my gut instinct says this is very bad for SEO. Here are the immediate issues I see: The URL doesn't change as the filter criteria changes. At the very least this is a lost opportunity for ranking on longer tail terms. I also think it could make us vulnerable to a Panda penalty because many of the combinations produce zero results, so returning a page without content, under the original URL. This could not only create hundreds of pages with no content, there would be duplicates of those zero content pages as well. Usability - The "Sort by" option in the drop down (upper right of the page) doesn't work in conjunction with the left Nav filters. In other words if you filter down to 5 items and then try to arrange them by price high to low, the "Sort" will take precedence, remove the filter and serve up a result that is all products in that category sorted high to low (and the filter options completely disapper), AND the URL changes to this: http://wwwdev.ccisolutions.com/StoreFront/category/IAFDispatcher regardless of what sort was chosen...(this is a whole separate problem, I realize and not specifically what I'm trying to address here). Aside from these two big problems, are there any other issues you see that arise out of trying to use CSS to create product filters in this way? I am trying to build a case for why I believe it should not be implemented this way. Conversely, if you see this as a possible implementation that could work if tweaked a bit, and advice you are willing to share would be greatly appreciated. Thanks! Thank you to Travis for pointing out the the link wasn't accessible. For anyone willing to take a closer look we can unblock the URL based on your IP address. If you'd be kind enough to send me your IP via private message I can have my IT director unblock it so you can view the page. Thanks!
Web Design | | danatanseo0 -
Having a second homepage for a site would affect my SEO?
Hello guys, One of our clients is planning to have a new landing page for any users hitting the site for the first time. (returning users will still see the current homepage based on cookies ... in other words, the site would technically have 2 home pages). According to this client, they are planning to do something like this: https://www.websitename.com/ (for returning visitors) https://www.websitename.com/newuser (for first time visitors) Our instinct is that is not great to have 2 home pages (that would affect the SEO campaign we are managing for this company) and we are not sure how to handle this. That's why we would appreciate your opinion regarding this topic: From an SEO perspective, do you think this is a good idea? If not, what would you guys do differentiate first-time visitors vs returning visitors without affecting SEO? Maybe just a pop-up? Thanks in advance for your help !
Web Design | | Robertnweil10 -
We believe we accomplished an SEO Parallax site with a nice balance. Can the MOZ community critique this site from an SEO perspective?
Our goal was to accomplish a site that has parallax scrolling and great onsite optimization. We noticed that most Awwward winning sites www.awwwards.com have great parallax scrolling but no SEO. Can the MOZ community critique this site from an SEO perspective? (Note this site was optimized for Chrome or Firefox. If you are using IE, you will be redirected to the old site.) www.posicionamientowebenbuscadores.com Note the site is in BETA still. It has the following technologies CSS3 HTML5 REsponsive Wordpress Parallax Scrolling Onsite Optimization (SEO) No mobile (ran out of funds...)
Web Design | | Carla_Dawson0 -
Wordpress Blog Providing SEO to Main Site
Hi, I recently started a very much "learn on the job" SEO position, transitioning from a copywriting background. We currently have a wordpress blog up and running (and producing some decent quality content too I hope!) at example.com/blog/ and a sign up page located at example.com (sorry, can't put the address right now) for a site that is being custom built as it's got some nifty software linking to back end systems. My question is whether the content on the blog will bring SEO benefits to the main domain or whether it'll just be for the blog itself? If the latter, should we navigate the blog onto the a separate page of the main site? Thanks so much! I'm learning as much as I can as quickly as I can, but somethings still get me in a little bit of a tizzy.
Web Design | | LeahHutcheon0 -
Just How Bad is Adobe MUSE for SEO?
Adobe's new website builder "Adobe Muse" has a reputation for creating terrible code. I want to know if anyone has experience with the software and what your opinion is on just how bad the code really is for SEO. I'm currently using "Weebly", which is a similar, but more basic website building software. My results for SEO have been going well using that software, however it's limited in terms of building an aesthetically pleasing website design. On the other hand, you can build gorgeous websites with Adobe Muse, but I don't want to use it if it's going to prevent me from ranking. What are your thoughts?
Web Design | | Alchemist230 -
Has anyone had luck doing SEO with a wordpress website built with Parallax?
Has anyone worked with Parallax before? Is it possible and worth it to do SEO on a wordpress site that uses Parallax? I have a friend that is asking. Currently when you navigate their site there is only one URL (home page) and one title tag.
Web Design | | webestate0 -
SEO and Server Connectivity....
Good Morning/Evening Mozzers, I arrive at work this morning with 5 emails from GWT for my separate domains reading, **"Googlebot can't access your site - **Over the last 24 hours, Googlebot encountered 39 errors while attempting to connect to your site. Your site's overall connection failure rate is 15.1%." I have passed this on to the Web Dev team to resolve ASAP. My Question, will server connectivity issues harm my rankings? Is there a danger if this continues that URL's could be de-indexed? Input would be greatly appreciated.
Web Design | | RobertChapman0