Forum Moderators: open

Message Too Old, No Replies

Frontpage 2003

Add the same meta tag to all html pages on the site...

         

rover

7:07 pm on Aug 22, 2005 (gmt 0)

10+ Year Member



I have a site that is administered with Frontpage 2003. I need to add the same meta tag to all of the html pages in the <head> section. Is there any way to do this efficiently without having to manually open all of the several hundred pages, copy in the tag, and save? If anyone knows of an easy way, I would be very grateful...

rover

7:21 pm on Aug 22, 2005 (gmt 0)

10+ Year Member



o.k., I figured out I could go to EDIT, then choose REPLACE, and there is the option where I could replace for all of the pages in the site. So I could replace:

</HEAD>

with

my meta tag </HEAD>

That worked fine.

bill

4:42 am on Aug 23, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



That's the way I've usually done it.

However, there is supposedly another way, but I wasn't able to get it working on my sites. It might only work on ASP pages...

This thread [webmasterworld.com] msg #:9, pageoneresults outlines a method. Now that I look at it, that's your thread from last year rover!

Did you know you can use FP Includes in your <head></head>? Change the webbot tag reference to...

<!--webbot bot="include" u-include="file.asp" tag="[b]head[/b]" -->

Works great for including global stylesheets, javascript, etc.