Site Reviews
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherSite Reviews

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old April 12th, 2003, 09:15 PM
conroy conroy is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 414 conroy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 20 m 34 sec
Reputation Power: 6
Need help on HTML

Hello

I'm looking to make my new site search engine friendly especially in regard to the HTML of the site. Its a brand new site and it has not been submitted to Google yet. I just need help on making sure I don't have any bad errors of HTML on the site. I also would be open to any ideas to improve the HTML.

Also, the links are not connected to anything yet. I have the content ready but want to be sure my site is ready to go. Also, there will be a logo at the top. That is the only thing on the main page that is not yet finished.

Oh I also could use some help with meta tags, which ones you use, which are effective etc.

URL: http://www.marketingebookreviews.com

Thanks
-conroy

Reply With Quote
  #2  
Old April 12th, 2003, 10:33 PM
zen's Avatar
zen zen is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: CT/USA
Posts: 162 zen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via ICQ to zen
Re: Need help on HTML

Quote:
Originally posted by "conroy"

Hello

I'm looking to make my new site search engine friendly especially in regard to the HTML of the site. Its a brand new site and it has not been submitted to Google yet. I just need help on making sure I don't have any bad errors of HTML on the site. I also would be open to any ideas to improve the HTML.

Also, the links are not connected to anything yet. I have the content ready but want to be sure my site is ready to go. Also, there will be a logo at the top. That is the only thing on the main page that is not yet finished.

Oh I also could use some help with meta tags, which ones you use, which are effective etc.

URL: http://www.marketingebookreviews.com

Thanks
-conroy


for starters, you need a doctype declaration.

next, take your css and put it in an external file. just link it. Take out the template comments they are useless and show others that you are using a template.
Meta tags will do you no good, they are not even looked at by most search engines now.

Get links back to your site, good ones.. lots of them.

if you want to spot errors in the code, use the validator at w3c.org

zen
__________________
www.kidoimages.com
web development
www.kidomedia.com
multimedia enhancements

Reply With Quote
  #3  
Old April 13th, 2003, 04:44 PM
conroy conroy is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 414 conroy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 20 m 34 sec
Reputation Power: 6
ok

Thanks for the help.

I got rid of the comment tags and I'm working on the external CSS but it doesn't seem to want to work.

my CSS doc looks like this:

body
{ background-image: url("i/bg.gif"); background-repeat: repeat-y; }
body,td
{ font-family: arial, helvetica; font-size: 12px; }
.leftlink
{ font-size: 10px; font-weight: bold; }
.carea
{ font-size: 11px; color: #7A7A7A; line-height: 22px; }
A:link
{ text-decoration: none; color: #006BFF; }
A:visited
{ text-decoration: none; color: #006BFF; }
A:hover
{ text-decoration: underline; color: #006BFF; }
A:link.leftlink
{ text-decoration: none; color: #636363; }
A:visited.leftlink
{ text-decoration: none; color: #636363; }
A:hover.leftlink
{ text-decoration: underline; color: #636363; }


I have it linked in the head part as: <LINK REL=stylesheets TYPE="text/css" HREF="css1.txt">

But it is not looking right. How do I fix it?

thanks
conroy

Reply With Quote
  #4  
Old April 13th, 2003, 05:07 PM
modelone's Avatar
modelone modelone is offline
Junior Member
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: Vienna
Posts: 16 modelone User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to modelone
Re: ok

Quote:
Originally posted by "conroy"


I have it linked in the head part as: <LINK REL=stylesheets TYPE="text/css" HREF="css1.txt">


Your external stylesheet has to have the ending .css, so it would have to be css1.css

try it like this

<link rel="STYLESHEET" type="text/css" href="css1.css">

Visited your site and it's pretty fine, html very tidy and graphics fine. Try exporting the navigation images home, products, aso. as GIF with i guess 32 colours with dithering. will look much better, since the jpg artifacts are pretty obvious. File Size should be the same.

Cheers,
Alex

Reply With Quote
  #5  
Old April 13th, 2003, 10:20 PM
conroy conroy is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 414 conroy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 20 m 34 sec
Reputation Power: 6
thanks

Hi

Thanks Alex. I was following instructions on a web site for setting up external css and they were definitely not working. I should have just used my knowledge of html and edited it to add quotes around "stylesheets" I think that is what made it work. Thanks for the help there.

I need more help with exporting those images. I'm not exactly sure what you mean or what to do.

If you could give a dummy proof step by step it would help me a lot.

thanks again

Reply With Quote
  #6  
Old April 14th, 2003, 04:34 AM
modelone's Avatar
modelone modelone is offline
Junior Member
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: Vienna
Posts: 16 modelone User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to modelone
Re: thanks

Quote:
Originally posted by "conroy"

Hi
I need more help with exporting those images. I'm not exactly sure what you mean or what to do.

If you could give a dummy proof step by step it would help me a lot.


No problem, what graphic software are you using?

I normally use abobe photoshop and image ready for export. image ready may not be the ultimate programm for image compression, but it works fine for me.

If you send me the master document for the navi, i'll make a guide for it - and send you the compressed images.

cheers, alex

Reply With Quote
  #7  
Old September 2nd, 2004, 06:07 AM
SteveF SteveF is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: UK
Posts: 49 SteveF User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Wanted to have 2 different a:link colours, searched this forum and bingo

Saved me alot of time

Good post Guys.

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherSite Reviews > Need help on HTML


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT