php - Is it possible to change image filename in every page? -


i have website used ads listings backpage , craigslist.

i have inserted banner ad on every sidebar on every city: example banner image filename is

myimage.jpg 

now want happen is: whenever visit city (for example mysite.com/boston), want filename this:

src="myimage-boston.jpg" 

and when visit

mysite.com/birmingham 

the image filename be

src="myimage-birmingham.jpg" 

i'm doing seo purposes. hope i've explained well. thank in advance :) btw im using codeigniter.

googlebot couldn't crawl url because points non-existent page. generally, 404s don't harm site's performance in search, can use them improve user experience.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -