iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-04-2007, 02:27 PM
WebProWorld Pro
 
Join Date: Jun 2004
Location: Spain
Posts: 188
randelld RepRank 0
Default Dreamweaver template meta tags

Hi Everybody.
I need some help. I have a site at www.ruralserv.com
I designed it using dreamweaver and have a template for it. However, when I designed it I didn't realise the importance of SEO. I want to make it so that I can put individual meta tags on each page but when I put them in the template, they are all the same and greyed out when I check the source of the pages.
So basically, what I'd like to do is put some kind of editable tag in the template which is in the head and not in the visible part of the page. Does anyone know how I can do this?

Thanks
__________________
Spain Forum
Yecla
Reply With Quote
  #2 (permalink)  
Old 02-04-2007, 03:22 PM
arvana's Avatar
WebProWorld Pro
 
Join Date: Jul 2003
Location: Guelph, Ontario, Canada
Posts: 153
arvana RepRank 0
Default

You need to create an editable region in the head of your template, like this:

Code:
<head>


<title>Untitled Document</title>
<meta name="description" content="page description" />
<meta name="keywords" content="keyword 1, keyword 2, keyword 3, etc." />

 
</head>
__________________
Arvana
arvanadesign.com
Reply With Quote
  #3 (permalink)  
Old 02-04-2007, 03:31 PM
WebProWorld Pro
 
Join Date: Jun 2004
Location: Spain
Posts: 188
randelld RepRank 0
Default

Arvana,
You've made my day. Thank you for that, a great help
__________________
Spain Forum
Yecla
Reply With Quote
  #4 (permalink)  
Old 02-04-2007, 04:53 PM
davebarnes's Avatar
WebProWorld MVP
WebProWorld MVP
 
Join Date: Jul 2003
Location: Denver, Colorado USA
Posts: 1,605
davebarnes RepRank 4davebarnes RepRank 4davebarnes RepRank 4davebarnes RepRank 4
Default

Don't use DW templates.
Use Server Side Includes instead.
They are so much easier to maintain in the long run.
__________________
Dave Barnes
+1.303.744.9024
http://www.marketingtactics.com
sitting in my basement with my iMac
Reply With Quote
  #5 (permalink)  
Old 02-04-2007, 05:01 PM
WebProWorld Pro
 
Join Date: Jun 2004
Location: Spain
Posts: 188
randelld RepRank 0
Default

Hi Dave,
Yes, I'm inclined to agree with you. I'm just getting the hang of them. Don't pressure me!! Only kidding ;-))
Thanks for the tip.
__________________
Spain Forum
Yecla
Reply With Quote
  #6 (permalink)  
Old 02-04-2007, 05:41 PM
arvana's Avatar
WebProWorld Pro
 
Join Date: Jul 2003
Location: Guelph, Ontario, Canada
Posts: 153
arvana RepRank 0
Default

Dave, I would say that SSI's are great for those parts of the page that are consistent throughout the site, but Randell was asking about putting unique metadata into each page, which an SSI wouldn't really help with, unless you know a technique that I don't ;-)

Personally I've gone away from building static sites at all -- I use Drupal or Joomla for just about everything now.
__________________
Arvana
arvanadesign.com
Reply With Quote
  #7 (permalink)  
Old 02-05-2007, 04:56 PM
WebProWorld Pro
 
Join Date: Sep 2006
Location: Hawai'i
Posts: 268
Dinghus RepRank 2
Default Templates are ....

Templates can be good for the beginner or for a person who just needs to throw something up quick or a programmer who has no clue how to make a site look nice.

However, there are those little problems such as getting new editable regions.

Actually SSI is not much better when it comes to these types of things. Even dynamic has its draw backs. You just have to choose which problems you are willing to work with then go with it.
Reply With Quote
  #8 (permalink)  
Old 02-05-2007, 04:57 PM
mykiesee's Avatar
WebProWorld New Member
 
Join Date: Aug 2003
Location: St Simons Island, Georgia
Posts: 21
mykiesee RepRank 0
Default Drupal or Joomla

I've been hearing about Drupal and Joomla but don't really know whether I should consider changing from Dreamweaver or not. I've been seeing that more of my clients want a more interactive product lately. Would Drupal or Joomla be better for this than Dreamweaver? Where can I go to find out more about this?
__________________
emsee designs, inc.
visual designs for print and the web
http://www.emseedesigns.com
Reply With Quote
  #9 (permalink)  
Old 02-05-2007, 05:06 PM
WebProWorld Pro
 
Join Date: Aug 2003
Location: Los Angeles, CA
Posts: 179
MarcGrobman RepRank 0
Default

Yea, Dreamweaver and templates used to be very important tools, but, especially with DW's poor handling of css i'm ready to move on.

You should be able to add metas without an editable region. Just put them under your title. That area is intented to be different on every page.
Reply With Quote
  #10 (permalink)  
Old 02-05-2007, 05:07 PM
zi zi is offline
WebProWorld New Member
 
Join Date: Jan 2007
Posts: 2
zi RepRank 0
Default

You may consider MODx CMS http://modxcms.com/
Reply With Quote
  #11 (permalink)  
Old 02-05-2007, 05:16 PM
krisidious's Avatar
WebProWorld Pro
 
Join Date: Jul 2003
Location: Springfield, Misery
Posts: 261
krisidious RepRank 1
Default

I use Frontpage which uses the same template file type as dreamweaver... the .DWT which is also an AutoCAD template file type... argh...

I digress, I use this template for my entire site... the key is changing the file not the file name, replace your template with new template any time you like... but keep the file name the same...

Arvana, gets the points...

arvana Posted: February 04 2007 Post subject:

--------------------------------------------------------------------------------

You need to create an editable region in the head of your template, like this:

Code:
<head>


<title>Untitled Document</title>
<meta name="description" content="page description" />
<meta name="keywords" content="keyword 1, keyword 2, keyword 3, etc." />


</head>

add that to your template, then use find and replace, or windows explorer to change title and other tags... in the properties of each page you'll also find the areas to customize each page's meta tag... you don't have to edit the html for every page.

server side includes can accomplish metatag goals to an extent, but not for each individual page and then it's never really static, and stactic pages are more valuable.

I suggest going the route you are currently, using Arvana's suggestions...

good luck...
__________________
Kristoff Rand
Residential Home Designer
http://www.aboveallhouseplans.com
Reply With Quote
  #12 (permalink)  
Old 02-05-2007, 05:25 PM
WebProWorld Member
 
Join Date: Aug 2006
Posts: 72
EditFast RepRank 0
Default

DW MX automatically gives you an editable region for this purpose.

Place all the header tags, meta tags etc. inside the editable region on those pages you wish to have the unique tags appear.
__________________
EditFast
Any Document --> Any Time!
Web Site Copy Editing & Proofreading
Reply With Quote
  #13 (permalink)  
Old 02-05-2007, 05:49 PM
jannmirch's Avatar
WebProWorld Pro
 
Join Date: Sep 2005
Location: Yorktown Heights, NY
Posts: 112
jannmirch RepRank 1
Default

I use DW and CSS. But rather than using templates, which become problematic if you have a couple of different "versions" I use library items. Same thing but more "target" specific. I can have one for the navigation on the top of the page, and another for the navigation on the left side and a separate one for the footer.

I'm going to have to look into Joomla and Drupal though. I keep hearing others singing their praises!
__________________
Graphic & Web Design
www.jannmirch.com
Reply With Quote
  #14 (permalink)  
Old 02-05-2007, 05:55 PM
mykiesee's Avatar
WebProWorld New Member
 
Join Date: Aug 2003
Location: St Simons Island, Georgia
Posts: 21
mykiesee RepRank 0
Default

Yes, I guess I was a little off-topic as I never use templates. The snooty artist in me won't allow it, I guess. But I would like to know the learning curve that might be involved in switching from Dreamweaver8 to Drupla, Joomla, or even MODx. I'm really busy now and don't have time to delve into instruction booklets.
__________________
emsee designs, inc.
visual designs for print and the web
http://www.emseedesigns.com
Reply With Quote
  #15 (permalink)  
Old 02-05-2007, 06:10 PM
WebProWorld Pro
 
Join Date: Jun 2004
Location: Spain
Posts: 188
randelld RepRank 0
Default

I used Arvanas suggestion and it works a dream. I've been using DW for a long time now and don't ever recall seeing it place these tags automatically???

CMS?? I'm not too sure, they feel a bit like painting by numbers to me. I haven't really delved into what I could do with them but suspect that I'd get little satisfaction from using one...

I may be wrong.
__________________
Spain Forum
Yecla
Reply With Quote
  #16 (permalink)  
Old 02-05-2007, 06:38 PM
WebProWorld Member
 
Join Date: Aug 2006
Posts: 72
EditFast RepRank 0
Default

Quote:
Originally Posted by randelld
I've been using DW for a long time now and don't ever recall seeing it place these tags automatically???
I think if you look in a template you will see the " head" editable region. From the DW MX manual:
"You can add a Cascading Style Sheet (CSS), timeline, or behavior to a document that is based on a template, because Dreamweaver automatically inserts an editable region in the head section of a document."
__________________
EditFast
Any Document --> Any Time!
Web Site Copy Editing & Proofreading
Reply With Quote
  #17 (permalink)  
Old 02-05-2007, 07:01 PM
texxs's Avatar
WebProWorld Veteran
 
Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 387
texxs RepRank 2
Default FP uses . . .

Quote:
I use Frontpage which uses the same template file type as dreamweaver... the .DWT ...
FP uses .dwt's? You sure you don't mean the replacement for FP called "Expression" (another crappy application by the way, worse even then FP) it uses .dwt's. However for some resaon the .dwt's it creates or even if it edits exsisting ones, they can't be worked in DW ony more . . .

I've been evaluating Expression for an article and I'm just about done.

The articles isn't going to be very positive, but beleive it or not it does have some positive points.
__________________
Take a break and watch some stupid video clips
Reply With Quote
  #18 (permalink)  
Old 02-05-2007, 07:12 PM
WebProWorld Pro
 
Join Date: Oct 2006
Location: A Small Greek Island
Posts: 144
astro RepRank 2
Default meta tags on individual pages

There is a lot to be said for learning basic html. It allows you to "see" how a page is built. Try looking at a frontpage page with a basic html editor the page is all over the place! and FP uses empty cells and tables for layout without you ever knowing.....text readers love those!!

The handy thing about templates is it is fast but none the less the lazy option. It is also recognisable and therefore not unique, and whilst I use elements from templates I still built each page. Most of the time I do not need to look at the source of other peoples pages to see what software built the site as Frontpage and DW templates are so obvious. The main problem is the template software dictates to me the designer as to what is or what is not possible. Learning basic HTML can help with templates when the template will not do exactly what you want layout wise so you end up with a dodgy compromise.

Try starting with a blank page but no one here has mentioned doc type declarations....still important. This will vary according to what the page is built with.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<TITLE>your site title here</TITLE>
<META name="Description" content="your site description here">
<META name="Keywords" content="your keywords here">
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META name="objecttype" content="your page name here or if homepage use....index">
<META name="Category" content="Travel">
<META name="Distribution" content="Global">
<META name="Robots" content="index, follow">
<META name="rating" content="General">
<META name="Language" content="EN">
<META name="Author" content="your name here">
<META name="Copyright" content="your copy right name here">
<META NAME="title" CONTENT="your page title here">
</HEAD>
If using a template put it here
..................and off you go with the document properties

Hope this is of help, by the way I used to panic about SEO, then with my hair line receding naturally pulling any more out no longer became an option! so I no longer care what my page rank is or if my site is in the top 20 on some search engines and directories or in the top ten in others. Because it means didley squat when it comes to being in the first page of results. I also no longer care what Google is doing to rank pages they change the rules so often they annoy me. (google who?)So I now ignore the search engines. Who are they to tell me how to build my website anyway?

Chill........relax.........stay cool.... LEARN HTML! your page will rise!!!!

</ASTRO>
__________________
Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.
Reply With Quote
  #19 (permalink)  
Old 02-05-2007, 09:06 PM
WebProWorld Pro
 
Join Date: May 2006
Location: Arizona, USA
Posts: 194
jrb@w3f.com RepRank 0
Default Re: meta tags on individual pages

Quote:
Originally Posted by astro
There is a lot to be said for learning basic html.
....
Learning basic HTML can help with templates when the template will not do exactly what you want layout wise so you end up with a dodgy compromise.
I have to agree emphatically with this.

Not quite off-topic:

Can someone tell me the effect and SEO insight behind the different usages of:

<TITLE>SiteTitle</TITLE>
vs
<META name="title" content="WebPageSubject" />

Should they be the same?
Should the <TITLE> be the same on all pages? (as insinuated by your note)

I would appreciate everyone's input on this. (Or point me to a current topic that delves into this thoroughly.
__________________
http://MADEinUSA.org and others.
Reply With Quote
  #20 (permalink)  
Old 02-05-2007, 11:14 PM
WebProWorld Member
 
Join Date: Mar 2005
Location: US midwest
Posts: 32
florabalance RepRank 0
Default

I agree that learning html is empowering and I also agree that building a good site and ingnoring the SEs may be as good a strategy as worrying about SERPS but I am not sure that I see that I see a distinct connection between the two.

You can build a really good site with DW, maybe even with Frontpage, at least you can put a lot of great content out there which is consistent with the build it and they will come strategy. You don't really need to understand much html to manage metatags. Is there some connection that I am missing?
__________________
Candida cleanse
Reply With Quote
  #21 (permalink)  
Old 02-05-2007, 11:42 PM
outletseason's Avatar
WebProWorld New Member
 
Join Date: Nov 2003
Location: USA
Posts: 19
outletseason RepRank 0
Default

I use DW plus PHP and MySQL for the backend ... it's easier to set up metatags because all pages are dynamic, so you can program it to add a keyboards related to your products ... by being dynamic each page can already have an include, so your description is dynamic as well ... is more complex than simple html and css but the flexibility you have allow you to customize your pages and enhance security, because SSL and other protocols are supported, you can also mix html and with php wherever you need it, although is much better to keep code neat and separated, move you html somewhere else and use pure php for the code. With MySQL as the database you can easily customize and create a template system easier to update, without resorting to SSI ...
As you can query your db from php ... so your pages will load faster because they are dynamically generated ... Please bear in mind it is better to use CSS whenever possible, as it is much lighter than HTML ...
__________________
Rick Fitzgerald
CEO
Outlet Season LLC
http://www.theoutletseason.com
Reply With Quote
  #22 (permalink)  
Old 02-06-2007, 02:28 AM
WebProWorld Member
 
Join Date: Aug 2005
Location: Seminole, FL
Posts: 54
Seminole386 RepRank 0
Default Title

Yahoo and MSN seem to give a little weight to repeating the title under the meta title. I have seen no negative effect from Google. I recommend you always repeat and also use the words again unter keywords.
Reply With Quote
  #23 (permalink)  
Old 02-06-2007, 05:51 AM
WebProWorld New Member
 
Join Date: Mar 2006
Posts: 19
xinfo RepRank 0
Default

hey

it's alway good to double check your site [your design] using lynx browser . this show how bot see you'r site . if you have problem installing the browser ping me .
usefull to see link ,menu,and content ,

btw dont forget to bring the side bar after content.
Reply With Quote
  #24 (permalink)  
Old 02-06-2007, 07:33 AM
WebProWorld Pro
 
Join Date: Oct 2006
Location: A Small Greek Island
Posts: 144
astro RepRank 2
Default Re: meta tags on individual pages

Quote:
Originally Posted by "jrb@w3f.com
Can someone tell me the effect and SEO insight behind the different usages of:

<TITLE>SiteTitle</TITLE>
vs
<META name="title" content="WebPageSubject" />

Should they be the same?
Should the <TITLE> be the same on all pages? (as insinuated by your note)
I have no idea what the latest SE thinking is here! But these days I attempt to apply a certain logic to building a web page. (for what it is worth, I do confess to being totally self taught and still refer to folders as yellow briefcase thingies)My personal opinion is the site title is the website title and does not change but the page title to appear in the bottom of the browser should change with the respective content of the page.

It does bug me that SEs move the goal posts so often creating a whole industry just to keep pages returning a reasonable result in the rankings. Lets face it if it was easy why have and pay for AdSense and sponsored links? Does anyone actually click on those?

I agree totally with the DHTML principle by the way, and one day if bored enough I may sit down and study it......until that time there are too many good times to be had.

smiles to all
</ASTRO>
__________________
Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.
Reply With Quote
  #25 (permalink)  
Old 02-06-2007, 09:43 AM
WebProWorld Veteran
 
Join Date: Aug 2006
Location: Burlington, Ontario, Canada.
Posts: 407
jtracking RepRank 1
Default

Quote:
Originally Posted by davebarnes
Don't use DW templates.
Use Server Side Includes instead.
They are so much easier to maintain in the long run.
No no no, use Dreamweaver templates and if you want use SSI in your template OR use ColdFusion or PHP.

Just make sure each set of meta data is different. Obviously because each page should be at the very least slightly different.
__________________
Post as-it-happens crime stories of criminal behaviour at crimedigg.com
Reply With Quote
  #26 (permalink)  
Old 02-06-2007, 09:46 AM
WebProWorld Veteran
 
Join Date: Aug 2006
Location: Burlington, Ontario, Canada.
Posts: 407
jtracking RepRank 1
Default

Quote:
Originally Posted by MarcGrobman
Yea, Dreamweaver and templates used to be very important tools, but, especially with DW's poor handling of css i'm ready to move on.
I find that if you import the css rather than use it directly in the html doc DW handles css perfectly.

Are you using the CSS in your html doc?
__________________
Post as-it-happens crime stories of criminal behaviour at crimedigg.com
Reply With Quote
  #27 (permalink)  
Old 02-06-2007, 09:56 AM
WebProWorld Veteran
 
Join Date: Aug 2006
Location: Burlington, Ontario, Canada.
Posts: 407
jtracking RepRank 1
Default

Quote:
Originally Posted by mykiesee
Yes, I guess I was a little off-topic as I never use templates.
Well actually you do use templates, your whole site in your sig. is a template, each and every pages is different but artistically the same. You just don't design them the same way I would for instance.

Almost every site is a template.
__________________
Post as-it-happens crime stories of criminal behaviour at crimedigg.com
Reply With Quote
  #28 (permalink)  
Old 02-06-2007, 10:08 AM
WebProWorld Veteran
 
Join Date: Aug 2006
Location: Burlington, Ontario, Canada.
Posts: 407
jtracking RepRank 1
Default Re: meta tags on individual pages

Quote:
Originally Posted by astro
The handy thing about templates is it is fast but none the less the lazy option.
It is also recognisable and therefore not unique.

Most of the time I do not need to look at the source of other peoples pages to see what software built the site as Frontpage and DW templates are so obvious.

The main problem is the template software dictates to me the designer as to what is or what is not possible.

Try starting with a blank page but no one here has mentioned doc type declarations
Well not lazy at all friend. What the HELL is wrong with creating nice websites quickly and easily. Anyone with half a brain can design a site using DW and templates and add all the neccessary SEO needed. Silly comment really.

And you cannot LOOK at a site and tell if it is written in FP or DW and really who cares if you could? What's the point of that comment?

And if I am using DW the software does NOT dictate what is possible. I the designer/developer tell DW what is possible via my knowledge of HTML. Gesh!

And no one mentioned doc type declarations because that isn't what the topic was about.

Dreamweaver and meta data is that is was about. GESH and good morning!
__________________
Post as-it-happens crime stories of criminal behaviour at crimedigg.com
Reply With Quote
  #29 (permalink)  
Old 02-06-2007, 10:36 AM
texxs's Avatar
WebProWorld Veteran
 
Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 387
texxs RepRank 2
Default We have a winner!

Quote:
Lets face it if it was easy why have and pay for AdSense and sponsored links? Does anyone actually click on those?
You sir have hit the nail on the head! This is how search engines make their money. If they returned the right results they would make much, much less money (but still a lot of money, IMO)

Unfortunately, the famous not for profit search engine (DMOZ.org), is run so horribly that it's almost impossible to get into. Therefore narrowing the results for users making the SE less and less significant.

And yes people do click the adverts because, especially with google, often that's where the relevant content is. the search results themselves are often filled with link farms (directories) and/or gov sites.
__________________
Take a break and watch some stupid video clips
Reply With Quote
  #30 (permalink)  
Old 02-06-2007, 06:07 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: meta tags on individual pages

Quote:
Originally Posted by jrb@w3f.com
Can someone tell me the effect and SEO insight behind the different usages of:

<TITLE>SiteTitle</TITLE>
vs
<META name="title" content="WebPageSubject" />
Don't worry about using the title meta tag. It doesn't do anything. Use the title attribute <TITLE> as it is the one that the SE's like.
Reply With Quote
  #31 (permalink)  
Old 02-06-2007, 07:30 PM
WebProWorld Veteran
 
Join Date: Nov 2003
Location: Delaware - USA
Posts: 494
nipplecharms1 RepRank 0
Default

I use DW and embed my CSS in the non editable region of the template. Words ok for both our site.

Just a thought.

Michael
__________________
Non Piercing Body Jewelry - All the pleasure and none of the pain! - Body Jewelry
Reply With Quote
  #32 (permalink)  
Old 02-06-2007, 07:31 PM
WebProWorld Pro
 
Join Date: Oct 2006
Location: A Small Greek Island
Posts: 144
astro RepRank 2
Default Re: meta tags on individual pages

Quote:
Originally Posted by incrediblehelp
Quote:
Originally Posted by jrb@w3f.com
Can someone tell me the effect and SEO insight behind the different usages of:

<TITLE>SiteTitle</TITLE>
vs
<META name="title" content="WebPageSubject" />
Don't worry about using the title meta tag. It doesn't do anything. Use the title attribute <TITLE> as it is the one that the SE's like.
Sorry, but it does do something, it places a title at the bottom of the page for the reader of that page. There does come a time when the technicalities and SE placement becomes so absorbing the tendency is to forget what you are doing in the first place. I.E. Providing information or a service to the Internet surfing public. To that end it does do something it tells the reader what that page is about. Or are you a bit too close to the techie bit to see the wood for the trees?
</ASTRO>
__________________
Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.
Reply With Quote
  #33 (permalink)  
Old 02-06-2007, 10:47 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: meta tags on individual pages

Quote:
Originally Posted by astro
Quote:
Originally Posted by incrediblehelp
Quote:
Originally Posted by jrb@w3f.com
Can someone tell me the effect and SEO insight behind the different usages of:

<TITLE>SiteTitle</TITLE>
vs
<META name="title" content="WebPageSubject" />
Don't worry about using the title meta tag. It doesn't do anything. Use the title attribute <TITLE> as it is the one that the SE's like.
Sorry, but it does do something, it places a title at the bottom of the page for the reader of that page. There does come a time when the technicalities and SE placement becomes so absorbing the tendency is to forget what you are doing in the first place. I.E. Providing information or a service to the Internet surfing public. To that end it does do something it tells the reader what that page is about. Or are you a bit too close to the techie bit to see the wood for the trees?
</ASTRO>
I was obviously speaking as in comparing the two when SEO is involved. If you want to use that meta tag title feel free to, but it doesnt help at all with SEO.
Reply With Quote
  #34 (permalink)  
Old 02-07-2007, 08:24 AM
WebProWorld Member
 
Join Date: Dec 2005
Posts: 90
JohneeMac RepRank 0
Default

For the sake of a line of code and what it does id bin the meta title aswell.

Hulk is right it doesnt help with seo.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:17 PM.



Search Engine Optimization by vBSEO 3.3.0