HighDots Forums  

image alt tags on a php site

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss image alt tags on a php site in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mike
 
Posts: n/a

Default image alt tags on a php site - 02-26-2008 , 01:22 PM






Hi:

Long time no post.

I'm used to building html sites. A client wants a huge commercial site. The
initial build alone will be about 700+/- pages, with more to come on a
constant basis.

The webmeister is using php. I asked if he could create a backend gui for me
to add alt tags to all images. Each image would have an alt tag describing
it to some degree. And I already got them to rename the images to something
that makes sense ( example: fiberglass-boat.gif instead of zl3klm.gif ).

The webmeister says it is impossible to add such a gui. We already made a
gui that'll allow me to make individual titles for each page, instaed of
having no titles, or the same silly title hundreds of times.

So, afaik I have to either build the thing in static html so I can do what I
need to do, or find a way to incorporate php into parts of the html, or just
leave him be and have no alt tags.

Anyone have any input?

Thanx much in advance.

Mike



Reply With Quote
  #2  
Old   
John Bokma
 
Posts: n/a

Default Re: image alt tags on a php site - 02-26-2008 , 01:39 PM






"Mike" <cigarmikeBAND (AT) sbcglobal (DOT) net> wrote:

Quote:
The webmeister says it is impossible to add such a gui. We already
made a gui that'll allow me to make individual titles for each page,
instaed of having no titles, or the same silly title hundreds of
times.
Fire the incompetent webmaster. Maybe he's cheap, but he is getting
expensive by being incomptent already.

How are images uploaded? Via the website? Let your programmer make the
following change:

* Use the original filename as alt tag (for example

"Fiberglass boat that keeps you afloat.jpg")

* rename the filename on-site with the following recipe:

- make all characters lowercase
- replace letters with accents with their unaccented version
- replace all characters that are nor letters nor digits with
the '-' character (without the quotes, of course)
- replace sequences with 2 or more '-' characters with one '-'
- remove leading and trailing '-'
- if there already exists a file with this name, add a sequence
number to it.


-> fiberglass-boat-that-keeps-you-afloat.jpg

--
John Bokma http://johnbokma.com/


Reply With Quote
  #3  
Old   
canadafred
 
Posts: n/a

Default Re: image alt tags on a php site - 02-26-2008 , 05:12 PM



On Feb 26, 2:22*pm, "Mike" <cigarmikeB... (AT) sbcglobal (DOT) net> wrote:

Quote:
So, afaik I have to either build the thing in static html so I can do whatI
need to do
Seeing that you can't convince the paint-by-number designer to alter
his PHP files ( probably doesn't know how ) then that's exactly what I
would do. A few pages each day. Give each page TLC.


Reply With Quote
  #4  
Old   
Buzby
 
Posts: n/a

Default Re: image alt tags on a php site - 02-28-2008 , 03:18 AM



Mike wibbled:

Quote:
Hi:

Long time no post.

I'm used to building html sites. A client wants a huge commercial
site. The initial build alone will be about 700+/- pages, with more
to come on a constant basis.

The webmeister is using php. I asked if he could create a backend gui
for me to add alt tags to all images. Each image would have an alt
tag describing it to some degree. And I already got them to rename
the images to something that makes sense ( example:
fiberglass-boat.gif instead of zl3klm.gif ).

The webmeister says it is impossible to add such a gui. We already
made a gui that'll allow me to make individual titles for each page,
instaed of having no titles, or the same silly title hundreds of
times.

So, afaik I have to either build the thing in static html so I can do
what I need to do, or find a way to incorporate php into parts of the
html, or just leave him be and have no alt tags.

Anyone have any input?

Thanx much in advance.

Oh dear.

Get rid of your 'developer' - this is very easily done - as the photo
file is uploaded get him to write the photo info to the underlying
database - you can then add you're alt tags along with your page
content etc etc which will then be pulled up when the page is requested.



--
Buzby
There's nothing more dangerous than a resourceful idiot


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.