Birchandra,

In simple terms, the only way of getting a particular page to the top
of a Google search (even the home page of the site matching the exact
search keywords) is if it best matches the super-secret Google
Algorithm. However, there are a lot of basic things you can do

You may like to look back at my comments about SEO when you first
asked about this site. I notice you have made a lot of good
improvements such as getting rid of the flash landing page, adding the
main nav links as footer links and tidying up some of the url routing
rules. However there are a few more things you could do fairly easily
by changing your templates.

The most obvious is that your pages have no semantic structure. (See
http://www.peachpit.com/articles/article.aspx?p=369225 for a good
overview). You have "Visual" semantics on the page - a heading is
visibly shown using a larger font and underline (although underlines
are a convention for a link - but that's a different discussion).
However, how is the search engine to know this?

I would suggest you remove all the in-stream css (style="" attributes
on html tags) and take another look at the page. Then mark it up
semantically - <h1> for the most importan heading, <h2> for next level
down, <ul>/<li> for lists and <p> for paragraphs, then take another
look. The html will have semantic meaning now, and have better (still
not perfect by a long way, but better) SEO.

Then add back the styling using an external CSS file, which should be
possible with a minimum of special class="XXX" attributes because you
can directly style the h1, h2, li elements etc.

Remember the mantra that "Google is a big, blind user" - get the
accessibility right and you get better SEO for free.


Rob

On Jan 31, 5:55 am, "Birchandra Sanasam" <[EMAIL PROTECTED]>
wrote:
> Dear All,
>
> I developed and announced my second project on this group.  So I am facing a
> big problem for google search engine.
> When I search for "amrit cwt" on google I got "My Second Symfony Project -
> symfony users" at first rank
> but I want to get site home page first. What can I do for it?
>
> My client asked for take off that list i.e. "My Second Symfony Project -
> symfony users" from google.
> But I don't know How could I take off it? Please help me!
>
> Thanks!
>
> I am looking forward your help!
>
> --
> Birchandra Sanasam
> Web Developer & Analyst
> # +91 9810 191478
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to