meta-title

Is the meta type="title" tag needed and what's the best format for the title tag?

I have seen some websites use the following tag: <meta type="title" content="Title of the page" /> Is it needed when you have a <title>? Also, what's the best formatting for a page title? Some ideas: Page Description :: Company Name Page Description - Company Name Page Description <> Company Name Company Name: Page Description ... ...

How can I change the <title> tag dynamically in php based on the URL values

I want the title page to be changed so that a crawler can see it. The URL is of the format: public.sample.com/account/Disney I load a standard, global header include file using require() That's where the current default tags are defined. IF the URL is public.sample.com/account/Disney, I would like the tag to read, instead: This is...