![]() |
Getting images linked in Google
I have probably about 200,000 images, spread across 10 domains over 5 years, and have never been able to get one of them index in google.
The only images I can get indexed are from stupid little websites that I made for friends (startdancinsd.com for example) Can anyone else here that is successfully getting their images into google offer tips? I use PHP to server my images, therefore I can only think it must be something with the headers... |
like in google image search?
just make sure your image and alt tags match your keywords? |
Quote:
How are you doing this? If you don't support 304, it'll never get linked. Using fpassthru() and readfile() type of shit is neat, but make sure you support HTTP/1.1. |
Ok I will research the 304. Is this for HTML files also?
At the moment I am only doing this: Code:
header("HTTP/1.1 200 OK"); |
Quote:
|
Pretty f'ing simple...
Have text near image with keywords you want. Name image keywords you want. Have a link near image with keyword you want. Title page with keywords. Alt tag keywords... If that doesn't work, google is on to you. |
Alt tags and image naming.
|
Have you submitted your site itself to google? You can do so here
http://www.google.com/addurl/ Spanx! Jack |
Done all those things. Google images: 0 links.
I think it must be the 304 header issue. |
Quote:
|
Checking my apache logs, I see the first access to a regular image is done with a 200, then a second access is a 304.
Is there way I can get a dump of the headers from firefox so I can reproduce this? |
place a text near to your image that has the propper keywords and its done!
|
|
Quote:
|
Quote:
|
So I installed LiveHeaders, and tried to get it to show the 304:
https://gfy.com/skins/gfy/gfy_lady.jpg The lady gives me a response of 200 every time. Does anyone else see the same 200? Can you find a wesite that returns 304 for an image? Here is an image that I am serving up with PHP: http://www.photofight.com/flashgames/b/beerdude.jpg What would you change in those headers? |
Wow instant results!!!
- I added the eTag to images - modified the "Make PHP visible" option in php.ini (removes the "Powered by X-PHP..." in headers - Took at look at other headers on other images and made mine look identical to them. Only one week later, instant results in getting images indexed: Ok it's not much, but it's better than 0 images! I didn't think they would show up so fast! http://images.google.com/images?um=1...art=0&imgtbs=s |
All times are GMT -7. The time now is 10:52 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123