HighDots Forums  

Which file do Meta Tags go?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Which file do Meta Tags go? in the Macromedia Dreamweaver forum.



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

Default Which file do Meta Tags go? - 07-30-2004 , 09:14 PM






Hi All,

I have a frame based web site. My frame definitions are in index.htm. I
want to start putting in the various meta tags so I can get listed on the
search engines. Do the Meta tags go into index.htm? Why when I'm in DW and
I go into Insert/HTML/Head Tags are the META tags greyed out? I could go
directly into the code and type them in, however, is this where they should
go?

Thanks,
Joe



Reply With Quote
  #2  
Old   
tubeguy
 
Posts: n/a

Default Re: Which file do Meta Tags go? - 07-31-2004 , 03:28 AM






You can hand code meta tags into any page you want, and that's probably the
best way to go.

Spiders will see the source of all pages, but meta tags only play a small
part in rankings overall. However they are still a Good Thing to have in all
your heads, and they don't hurt to have, even if some spiders don't rank
head tags with much inportance.

Open View/Code and put some variation of these tags between your <head> and
</head> tags:

<meta name="description" content="put site description here">
<meta name="keywords" content="put keywords here">
<meta name="resource-type" content="document">
<meta name="document-type" content="Public">
<meta name="document-classification" content="Internet">
<meta name="language" content="en">
<meta name="copyright" content="Copyright &copy; put your company name
here">
<meta http-equiv="Expires" content="put number of days here">
<meta name="revisit-after" content="7 days"> (or however long it takes for
your content to refresh)

Then go to the only free submission pages that count and submit your index
page and frame source pages:

www.google.com/addurl.html
http://dmoz.org/add.html
http://submit.search.yahoo.com/

And the back-door to the beta version of MS's crawler:
http://support.msn.com/feedbacksearch.aspx

Regards,

Joe

"Joe Reiss" <medidata (AT) ix (DOT) netcom.com> wrote

Quote:
Hi All,

I have a frame based web site. My frame definitions are in index.htm. I
want to start putting in the various meta tags so I can get listed on the
search engines. Do the Meta tags go into index.htm? Why when I'm in DW
and
I go into Insert/HTML/Head Tags are the META tags greyed out? I could go
directly into the code and type them in, however, is this where they
should
go?

Thanks,
Joe





Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Which file do Meta Tags go? - 07-31-2004 , 01:00 PM



Are you sure you want to use frames?

http://apptools.com/rants/framesevil.php

Anyhow, each page in the site should have page-specific meta tags, if you
are going to use them at all....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Joe Reiss" <medidata (AT) ix (DOT) netcom.com> wrote

Quote:
Hi All,

I have a frame based web site. My frame definitions are in index.htm. I
want to start putting in the various meta tags so I can get listed on the
search engines. Do the Meta tags go into index.htm? Why when I'm in DW
and
I go into Insert/HTML/Head Tags are the META tags greyed out? I could go
directly into the code and type them in, however, is this where they
should
go?

Thanks,
Joe





Reply With Quote
  #4  
Old   
Joe Reiss
 
Posts: n/a

Default Re: Which file do Meta Tags go? - 07-31-2004 , 03:46 PM



OK, but why does DW in its menu have the option to add meta tags grey out?

Thanks,
Joe

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
Are you sure you want to use frames?

http://apptools.com/rants/framesevil.php

Anyhow, each page in the site should have page-specific meta tags, if you
are going to use them at all....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Joe Reiss" <medidata (AT) ix (DOT) netcom.com> wrote in message
news:ceerpr$djp$1 (AT) forums (DOT) macromedia.com...
Hi All,

I have a frame based web site. My frame definitions are in index.htm.
I
want to start putting in the various meta tags so I can get listed on
the
search engines. Do the Meta tags go into index.htm? Why when I'm in DW
and
I go into Insert/HTML/Head Tags are the META tags greyed out? I could
go
directly into the code and type them in, however, is this where they
should
go?

Thanks,
Joe







Reply With Quote
  #5  
Old   
A.H.O.
 
Posts: n/a

Default Re: Which file do Meta Tags go? - 07-31-2004 , 04:21 PM



hmmm...they shouldnt be greyed out. Is the page you want to add tags to open?
I know with DW MX 2004 I just open the page I want to add tags to, go up to the
menu and add the tags. Nothing is greyed out. INSERT>HTML>HEADTAGS


Reply With Quote
  #6  
Old   
Joe Reiss
 
Posts: n/a

Default Re: Which file do Meta Tags go? - 08-01-2004 , 10:08 PM



Is there anything special about index.htm as opposed to all the other htm
files that make my web site?

Thanks,
Joe

"A.H.O." <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
hmmm...they shouldnt be greyed out. Is the page you want to add tags to
open?
I know with DW MX 2004 I just open the page I want to add tags to, go up
to the
menu and add the tags. Nothing is greyed out. INSERT>HTML>HEADTAGS




Reply With Quote
  #7  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Which file do Meta Tags go? - 08-02-2004 , 05:46 AM



The only difference is that the index page whether it is htm or html is the
one that loads as your entry page when typing in your url into a browser..

Not sure what you are asking here and what it relates to - sorry

--
Nadia
------------------------------------
Free Templates | Free Nav Bar Sets
http://www.DreamweaverResources.com
Dropdown Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles
Table Tutorials | Background image Tutorials
------------------------------------------------


"Joe Reiss" <medidata (AT) ix (DOT) netcom.com> wrote

Quote:
Is there anything special about index.htm as opposed to all the other htm
files that make my web site?

Thanks,
Joe

"A.H.O." <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:cegv0l$fdq$1 (AT) forums (DOT) macromedia.com...
hmmm...they shouldnt be greyed out. Is the page you want to add tags to
open?
I know with DW MX 2004 I just open the page I want to add tags to, go up
to the
menu and add the tags. Nothing is greyed out. INSERT>HTML>HEADTAGS






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 - 2009, Jelsoft Enterprises Ltd.