I store the featured image only. This is enough for SEO purposes.
For the images left stored on Aliexpress (
On their CDN), I also block the search-bots access to them via the robots.txt file by adding the following code ...
Code:
User-agent: *
Disallow: /https://ae01.alicdn.com/*.jpg$
Disallow: /https://ae01.alicdn.com/*.jpeg$
Disallow: /https://ae01.alicdn.com/*.png$
Disallow: /https://ae01.alicdn.com/*.gif$
This is so the remotely stored images with their Aliexpress CDN URLs don't get indexed and added to my store's sitemap or appear in Google Image searches. I'm basically stopping my store from being publicly associated or linked with Aliexpress and/or it's CDN.
Sure, a customer can right-click an image and "
Open in another tab" or similar and see the
alicdn.com image URL, but really, how many people would bother doing that? It would be extremely rare in my opinion. And even in the "
once in a blue moon" occasion, someone DID do that, the URL "
alicdn.com" would be meaningless to them. Or, they may even presume it's
your CDN if they are website development savvy. (
Unlikely).
Having aliexpress url image links slow down site
No, it doesn't. It makes no difference to the customer's browser where the images are being served from. Many people use CDNs and their images are served from them. The Aliexpress images are actually served from their own CDN as you can see from the robots.txt code above. (alicdn.com)
do you see that happening to you?
No. I don't. There are other factors involved in page loading speed, and there are many threads on it in this forum already.
I don't want my server to be heavily loaded with images
That's the main benefit. After Wordpress has made multiple image sizes and thumbnails of your images, they can start taking up a lot of space. But if you have unlimited storage and inode limits, you may as well store ALL the images on your server. BUT, it won't necessarily make your site faster. That's an old myth.
BUT, if you have
limited storage or
limited Inodes, you'd be better off storing/serving most of the images (
Except for the Featured one) on Aliexpress's CDN server.