mimmie
Joined: Nov 16, 2006
# Posts: 6
|
Posted: 11/16/2006 03:05 am
hi i'm new at all this and i need some help plaese. my problem is search engines can only see my main page and not the others. is there a way to fix this????
|
 |
smaran
Joined: Apr 27, 2006
# Posts: 65
|
Posted: 11/16/2006 03:13 am
Hi Mimmie,
Welcome to SEF. Can you place the URL in your profile, so that folks can have a look at that.
Thanks,
Smaran.
|
 |
mimmie
Joined: Nov 16, 2006
# Posts: 6
|
Posted: 11/16/2006 03:46 am
hi the url is www.gamesgamesgames.vstore.ca
|
 |
smaran
Joined: Apr 27, 2006
# Posts: 65
|
Posted: 11/16/2006 04:10 am
Hi mimmie,
Your site appears to be dynamic in nature. as search engines does not like pages with special symbols like &, id-, ?.
1.Try to convert dynamic pages into static pages using mod rewrite if you are using linux sever. if using windows you can rewrite by ISAPI.
2. Second link all dynamic pages from static page.
Then basics such as having a good internal navigation system, generate a site map and try to call java scripts and others externally.
Looking forward for more expert opinion.
Thanks,
Smaran.
|
 |
smaran
Joined: Apr 27, 2006
# Posts: 65
|
Posted: 11/16/2006 04:12 am
Sorry i have posted twice the same post. so i removed second one.
Thanks,
Smaran
|
 |
mimmie
Joined: Nov 16, 2006
# Posts: 6
|
Posted: 11/16/2006 05:09 am
sorry i dont understand that???? i'm only new at this and dont know what you mean about dynamic pages and static pages. thanks mimmie
|
 |
smaran
Joined: Apr 27, 2006
# Posts: 65
|
Posted: 11/16/2006 05:47 am
Mimmie,
Let me explain first what are dynamic pages and what are static pages.
Dynamic Pages: A page which doesnot phsically exist in server but the elements of the pageexists in data base and pulled on the fly when requested.
e.g. www.mydomain.com/asp?id=&&_productname=widgets
search engines cannot crawl these pages as they are actually not present in the server or specific location.
&, id=, ? etc... are known as wild charecters.
static Pages: The pages which physically exist in server. For example file extensions ending with .html, .htm etc... (even we can disguise dynamic pages as static pages using some rewrite rules and some techncal mess)
e.g. www.mydomain.com/widgets.html
In order to make these dynamic pages search engine friendly you can show them as static pages by creating a .ht access file in the server and use mod rewrite rule if using linux server
or
ISAPI redirect If using windows server. The result would look some thing like this.
www.mydomain.com/asp?id=&&_productname=widgets converted to www.mydomain.com/products/widgets.html
Or else if you cannot rewrite dynamic pages then try to have the links of dynamic pages in a static page.
Feel Free to ask if you got any more doubts.
HTH
Thanks,
Smaran.
|
 |
mimmie
Joined: Nov 16, 2006
# Posts: 6
|
Posted: 11/17/2006 04:08 am
i think i have solved that problem, can u please check for me. thanks
|
 |
smaran
Joined: Apr 27, 2006
# Posts: 65
|
Posted: 11/17/2006 05:18 am
Yeah, fine. Try to have a link of home page in all your inner pages.
|
 |
mimmie
Joined: Nov 16, 2006
# Posts: 6
|
Posted: 11/17/2006 05:26 am
do you mean link back to the home page on all my products pages???? your help is much appreciated. thankyou
|
 |
smaran
Joined: Apr 27, 2006
# Posts: 65
|
Posted: 11/17/2006 05:29 am
Mimmie,
You have placed bold tags in your title tag. The title tag does not require bold tag. Have a look.It looks like
<title><b>keyword</b> - some stuff</title>
|
 |
mimmie
Joined: Nov 16, 2006
# Posts: 6
|
Posted: 11/17/2006 05:36 am
i dont know what you mean????
|
 |
smaran
Joined: Apr 27, 2006
# Posts: 65
|
Posted: 11/17/2006 05:59 am
Hi Mimmie,
I just dropped you a private message to you regarding your problem. Please verify.
Thanks & Regards,
smaran.
|
 |