|
#1
|
|||
|
|||
|
I am well aware of the importance of meta tags on your front page, but should you have them on your other sub pages?
I read in a book that you must have this code at the top of your HTML page. Correct? <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> Should I have this code at the top of every page for my site? Should it be sufficient to have a title and just these meta tags? meta name="description" meta name="keywords" |
|
#2
|
||||
|
||||
|
I don't think Google puts much weight on meta tags but other search engines might so it doesn't hurt. I would put them on each page.
The DOCTYPE is much more important. You should have a correct DOCTYPE on each page. Omitting it can cause rendering and validation problems. http://en.wikipedia.org/wiki/Document_Type_Declaration
__________________
|
|
#3
|
|||
|
|||
|
Quote:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
|
#4
|
||||
|
||||
|
Quote:
Big +1 These are my thoughts as well |
|
#5
|
||||
|
||||
|
Quote:
DOCTYPE tag. You'll probably want something like this: Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <title>TITLE</title> </head> <body> </body> </html>
__________________
|
|
#6
|
|||
|
|||
|
I am using MicroSoft FrontPage which is HTML. Not XHTML.
|
|
#7
|
||||
|
||||
|
Ms front page adds some weird code sometimes so does ms word. I recommend xhtml transactional for most sites
Sent from my PG86100 using Tapatalk Last edited by tminer; 04-01-2012 at 04:11 AM. |
|
#8
|
||||
|
||||
|
Google definately still gives weight to the description tag.
Each page should have a unique description, and the description should contain your most relavent keywords for that particular page. The keywords tag is pretty much irrelevant today, but as BigFrog said, there are some search engines that still use the tag, so it's better to have it than not. |
|
#9
|
|||
|
|||
|
Thanks for the help!
BTW I am having trouble finding a direct link to Yahoo's non-commercial submission page. Please post if you know it. Also how soon after Google lists a page will Yahoo simply discover it and add it? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|