Quote:
Originally Posted by Maj. Stress
BV,
Your host should be able to do a server wide search and replace. I was thinking replace <html> with <html><meta name="RATING" content="RTA-5042-1996-1400-1577-RTA">
|
There are a couple of ways of doing it depending on what you are using for coding. If you are using dreamweaver, depending on how it is set up. You can do a find and replace for all the code. IE look in your metatags for <meta name="RATING"
Use that as your find string.
Then place it with
<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA">
Dreamweaver can connect to all your sites at once if it is set up that way. I can never get that to work. I have to open every index page then do a find and replace on all open documents. After that do a save all and you are good to go. You can tell the change took by a little * next to the page tab at the top. If you don't see that * then look over the page you might not have had the proper tag to begin with. You can also do this in notepad but it's one page at a time. Not sure about other software.
On a differant note. Does this have to be on all your pages? Or can it be on the root index of your hub and you are good to go? Have roughly 20 FS in 5 domains and need to know if I need it on every index?