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:
Anyone looking for a way to modernize legacy data or easily migrate to a more cost-effective database without sacrificing functionality will benefit from this seminar. View the Intro to Advantage Database Server now!
  #1  
Old March 14th, 2008, 08:31 AM
tinaceer tinaceer is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Location: India
Posts: 217 tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 6 h 18 m 39 sec
Reputation Power: 1
Send a message via Google Talk to tinaceer
About onpage optimization for mylastminutefare.com

Hey Guys,

I want your help so please suggest me

See http://www.mylastminutefare.com

Now I am going to do onpage optimization for this site so I want your opinion that from where I have to start & which changes are required to implement?

I mean to say changes like ALT tag,Title tag,meta tags
I have to find KWs & etc,etc....

So just want to know how can I complete onpage SEO in less time

Any suggestions will be highly appreciable
__________________
GaryTheScubaGuy's Top 12 seo tips - 2008
bbcode

-------------------------------------------------------------
Success is not a destination but its a journey

Reply With Quote
  #2  
Old March 18th, 2008, 06:20 AM
Chat Chat is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Location: Birmingham (UK)
Posts: 138 Chat User rank is Lance Corporal (50 - 100 Reputation Level)Chat User rank is Lance Corporal (50 - 100 Reputation Level)Chat User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 14 h 1 m 25 sec
Reputation Power: 2
Arrow

step 1) validate your markup. see: http://validator.w3.org/check?uri=http://mylastminutefare.com ...if you aren't good with raw html coding, now's the time to learn, in which case see http://w3schools.com/html/

step 2) once markup is validated, optimise your heading structures. see: http://www.w3.org/2003/12/semantic-extractor.html (this tool will work only when your markup is properly accessible!)

step 3) keep working on making your code as efficient as possible, while generating as much readable content as possible. more words = higher rankings. more nonsense code = lower rankings.


if this all seems too much, skip the above stages and just reword your page title tags. currently you're well optimised for people typing "mylastminutefare" into search engines, but who does that?

good luck
__________________
Chat | Put a free, popular, XHTML-compliant IRC-chatroom Flash-client on your website

Reply With Quote
  #3  
Old March 19th, 2008, 12:57 AM
tinaceer tinaceer is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Location: India
Posts: 217 tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 6 h 18 m 39 sec
Reputation Power: 1
Send a message via Google Talk to tinaceer
Quote:
Originally Posted by Chat
step 1)

step 2) once markup is validated, optimise your heading structures. see: http://www.w3.org/2003/12/semantic-extractor.html (this tool will work only when your markup is properly accessible!)


Thanks for your help

But I am little confused for step 2

what is markup validation ,will u please explain?
& please explain 2nd step in detail if u dnt mind

Thanks again

Reply With Quote
  #4  
Old March 19th, 2008, 04:41 AM
Chat Chat is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Location: Birmingham (UK)
Posts: 138 Chat User rank is Lance Corporal (50 - 100 Reputation Level)Chat User rank is Lance Corporal (50 - 100 Reputation Level)Chat User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 14 h 1 m 25 sec
Reputation Power: 2
Lightbulb

  • webpages are coded (written) in HTML (hypertext markup language) - this is the "markup".
  • the "markup" language (HTML) of webpages is developed by W3C (the world wide web consortium, see w3.org)
  • as the creators of the markup coding language,... w3c also give advice about what is "correct" (valid) coding and what is not proper (invalid) coding. invalid coding does not follow w3c's recommended syntax and thus will not be correctly interpreted by all user agents (browsers, eg: internet explorer, firefox, opera, safari, netscape,...)
  • so for good cross-platform (cross-browser) accessibility, it's good to use valid (correct) markup code to write (markup) web pages.
  • the w3c provide an online tool for you to check if your page uses valid markup (HTML) code. bwdp.org uses valid code, as w3c tells you here. use this tool to check your own code for errors.
  • if you see your pages have errors, but don't understand what exactly is wrong with your code and how to fix it, learn HTML!
  • only after the w3c markup validation tool says your markup code is valid, you will be ready to use the semantic extractor to ensure your site has well coded and well keyworded heading structures.

Last edited by Chat : March 19th, 2008 at 04:43 AM.

Reply With Quote
  #5  
Old March 19th, 2008, 05:41 AM
tinaceer tinaceer is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Location: India
Posts: 217 tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 6 h 18 m 39 sec
Reputation Power: 1
Send a message via Google Talk to tinaceer
Quote:
Originally Posted by Chat
  • webpages are coded (written) in HTML (hypertext markup language) - this is the "markup".
  • the "markup" language (HTML) of webpages is developed by W3C (the world wide web consortium, see w3.org)
  • as the creators of the markup coding language,... w3c also give advice about what is "correct" (valid) coding and what is not proper (invalid) coding. invalid coding does not follow w3c's recommended syntax and thus will not be correctly interpreted by all user agents (browsers, eg: internet explorer, firefox, opera, safari, netscape,...)
  • so for good cross-platform (cross-browser) accessibility, it's good to use valid (correct) markup code to write (markup) web pages.
  • the w3c provide an online tool for you to check if your page uses valid markup (HTML) code. bwdp.org uses valid code, as w3c tells you here. use this tool to check your own code for errors.
  • if you see your pages have errors, but don't understand what exactly is wrong with your code and how to fix it, learn HTML!
  • only after the w3c markup validation tool says your markup code is valid, you will be ready to use the semantic extractor to ensure your site has well coded and well keyworded heading structures.



very nice explaination really,thanks

Reply With Quote
  #6  
Old March 19th, 2008, 07:27 AM
MrCat's Avatar
MrCat MrCat is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2007
Location: World Wide Web
Posts: 396 MrCat User rank is Corporal (100 - 500 Reputation Level)MrCat User rank is Corporal (100 - 500 Reputation Level)MrCat User rank is Corporal (100 - 500 Reputation Level)MrCat User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 18 h 47 m 7 sec
Reputation Power: 2
Quote:
Originally Posted by tinaceer
very nice explaination really,thanks
You may also want to change titles of your pages. Each page should be aptly titled as to what it is about...

All of your pages title are the same - just your URL.

Reply With Quote
  #7  
Old March 20th, 2008, 12:24 AM
tinaceer tinaceer is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Location: India
Posts: 217 tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 6 h 18 m 39 sec
Reputation Power: 1
Send a message via Google Talk to tinaceer
Quote:
Originally Posted by MrCat
You may also want to change titles of your pages. Each page should be aptly titled as to what it is about...

All of your pages title are the same - just your URL.


U r right & this is because still its not optimized

I have asked question here in advance so that when I will get chance to optimize it ,I can take advantage of your valuable advice

Reply With Quote
  #8  
Old March 28th, 2008, 02:53 AM
tinaceer tinaceer is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Location: India
Posts: 217 tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 6 h 18 m 39 sec
Reputation Power: 1
Send a message via Google Talk to tinaceer
Smile

Hey Guys,

Thanks to all of you

I have completed onpage optimization of http://www.mylastminutefare.com & to complete it ,your valuable advices about onpage optimization from many threads of this forum
& my lots of reading about this topic was very helpful

It's a very nice experience to stay here & as currently I am on learning curve ,all positive & negative feedbacks are very helpful to improve myself

I just want to say thanks to administrators & moderators of this forum who provides amazing facilities to be clear about our doubts & of course I am very much thankful to all of you guys who make this forum such a good resource for everything about SEO

I am just speechless & can't find words to say thanks

Reply With Quote
  #9  
Old March 28th, 2008, 03:09 AM
new_seo's Avatar
new_seo new_seo is offline
Contributing User
SEO Chat Intermediate (1500 - 1999 posts)
 
Join Date: Mar 2007
Location: CHAK DE INDIA
Posts: 1,542 new_seo User rank is Sergeant (500 - 2000 Reputation Level)new_seo User rank is Sergeant (500 - 2000 Reputation Level)new_seo User rank is Sergeant (500 - 2000 Reputation Level)new_seo User rank is Sergeant (500 - 2000 Reputation Level)new_seo User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Month 5 Days 7 h 19 m 38 sec
Reputation Power: 16
Send a message via Google Talk to new_seo
Quote:
Originally Posted by tinaceer
So just want to know how can I complete onpage SEO in less time


For On Page optimization look in to the following factors:

1. Research on your targeted keywords and market
2. Implementing search engine friendly design (Avoid frames, flash Introduction etc,Easy Navigation and Sound Internal Linking Structure)
3. Proper Optimization of Title and Header Tags
4. Quality,Relevant and Unique Content
__________________
SEO Service

Reply With Quote
  #10  
Old March 28th, 2008, 03:33 AM
thegodfather's Avatar
thegodfather thegodfather is offline
You said what?
SEO Chat Novice (500 - 999 posts)
 
Join Date: Mar 2007
Location: Dubai, UAE
Posts: 519 thegodfather User rank is Corporal (100 - 500 Reputation Level)thegodfather User rank is Corporal (100 - 500 Reputation Level)thegodfather User rank is Corporal (100 - 500 Reputation Level)thegodfather User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Week 1 Day 23 h 38 m 8 sec
Reputation Power: 3
When it comes to on-page optimization, this is what I focus on the most: -

- Keyword research; IMO probably the most important thing.
- Content; I make sure I include my targeted keywords in the site content. I try as hard as possible to write my content firstly for the readers and then the Search Engines.
- Internal linking; I make sure it's easy to navigate through my site - for visitors and spiders.
- TITLE tag; I make it descriptive and relevant to my topic(s), I try to catch a surfer's attention when they're looking through the results.
__________________
Koh Phangan Property

Reply With Quote
  #11  
Old March 28th, 2008, 03:38 AM
tinaceer tinaceer is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Location: India
Posts: 217 tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 6 h 18 m 39 sec
Reputation Power: 1
Send a message via Google Talk to tinaceer
Quote:
Originally Posted by thegodfather
When it comes to on-page optimization, this is what I focus on the most: -

- Keyword research; IMO probably the most important thing.
- Content; I make sure I include my targeted keywords in the site content. I try as hard as possible to write my content firstly for the readers and then the Search Engines.
- Internal linking; I make sure it's easy to navigate through my site - for visitors and spiders.
- TITLE tag; I make it descriptive and relevant to my topic(s), I try to catch a surfer's attention when they're looking through the results.


I am totally agree with you,I also follow all of this but sometimes limitations remain thr because for anything I have to inform client first & then after by his/her permission I can go ahead

By the way ,your suggestions are very much appreciable

Reply With Quote
  #12  
Old March 28th, 2008, 03:58 AM
Prof.stan Prof.stan is offline
Contributing User
Click here for more information.
 
Join Date: Oct 2007
Posts: 872 Prof.stan User rank is Corporal (100 - 500 Reputation Level)Prof.stan User rank is Corporal (100 - 500 Reputation Level)Prof.stan User rank is Corporal (100 - 500 Reputation Level)Prof.stan User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Week 4 Days 1 h 21 m 45 sec
Number of bans: 1
Reputation Power: 3
Quote:
Originally Posted by tinaceer
Hey Guys,



See http://www.mylastminutefare.com



Hi tinaceer,

your website is suffering url canonicalization,
It has cleared that Google now treats www.yourdomain.com, yourdomain.com, and yourdomain.com/index.html as different websites, the effect of which is that these pages are treated with goggle as different web pages with same content and these pages are penalized for this fact. This is a basic indexing issue and its problem with goggles indexing capability that it was unable to resolve this issue. This issue is called by Google is URL canonicalization.

The most significant disadvantage of canonical URL problems is that any link juice is split between several possible options and therefore not maximizing the full ranking potential of the page.

Mylastminutefare is suffering this problem now it may been solve by 301 redirect.
The following urls could contain different content, but in most cases it is the same:

http://www.mylastminutefare.com
http://mylastminutefare.com
http://www.mylastminutefare.com/index.php
http://mylastminutefare.com/index.php

To do this in pure php:

With following code
<?php if (substr($_SERVER['HTTP_HOST'],0,3) != 'www')
{
header('HTTP/1.1 301 Moved Permanently');
header('Location: http://www.' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
}
if ($_SERVER['REQUEST_URI'] == '/index.php')
{
header( 'HTTP/1.1 301 Moved Permanently' );
header( 'Location: http://www.mylastminutefare.com/' );
}
?>
Add this code at you start you home page source.

Source: http://forums.seochat.com/showthread.php?p=130468#SEO16
__________________
You do your business I do mine, because you are you and I am I, If we meet it is nice.
umbrella company |Contractor Mortgage

Last edited by Prof.stan : March 28th, 2008 at 07:20 AM.

Reply With Quote
  #13  
Old March 28th, 2008, 07:14 AM
tinaceer tinaceer is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Location: India
Posts: 217 tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level)tinaceer User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 6 h 18 m 39 sec
Reputation Power: 1
Send a message via Google Talk to tinaceer
Quote:
Originally Posted by Prof.stan
Hi tinaceer,

your website is suffering url canonicalization,
It has cleared that Google now treats www.yourdomain.com, yourdomain.com, and yourdomain.com/index.html as different websites, the effect of which is that these pages are treated with goggle as different web pages with same content and these pages are penalized for this fact. This is a basic indexing issue and its problem with goggles indexing capability that it was unable to resolve this issue. This issue is called by Google is URL canonicalization.

The most significant disadvantage of canonical URL problems is that any link juice is split between several possible options and therefore not maximizing the full ranking potential of the page.

Mylastminutefare is suffering this problem now it may been solve by 301 redirect.
The following urls could contain different content, but in most cases it is the same:

http://www.mylastminutefare.com
http://mylastminutefare.com
http://www.mylastminutefare.com/index.php
http://mylastminutefare.com/index.php

To do this in pure php:

With following code
<?php if (substr($_SERVER['HTTP_HOST'],0,3) != 'www')
{
header('HTTP/1.1 301 Moved Permanently');
header('Location: http://www.' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
}
if ($_SERVER['REQUEST_URI'] == '/index.php')
{
header( 'HTTP/1.1 301 Moved Permanently' );
header( 'Location: http://www.drishti-soft.com/' );
}
?>
Add this code at you start you home page source.

Source: http://forums.seochat.com/showthread.php?p=130468#SEO16


sure dear ,I will try to solve it
Thanks for the suggestion

Reply With Quote
  #14  
Old March 28th, 2008, 07:22 AM
Prof.stan Prof.stan is offline
Contributing User
Click here for more information.
 
Join Date: Oct 2007
Posts: 872 Prof.stan User rank is Corporal (100 - 500 Reputation Level)Prof.stan User rank is Corporal (100 - 500 Reputation Level)Prof.stan User rank is Corporal (100 - 500 Reputation Level)