Post Reply  Post Thread 
SEO Questions
Chadwick
Junior Member
**

Posts: 6
Group: Registered
Joined: May 2006
Status: Offline
Reputation: 0
Post: #1
SEO Questions

1) Which is better to use http://www.site.com or site.com?
2) Which is better / or /index.php
3) Is it better to put content in it's own directory or site.com/article.php?
4) Is there anyway to SEO images?

Thanks!

05-28-2006 03:26 PM
Find all posts by this user Quote this message in a reply
Pacifier
Administrator
*******

Posts: 214
Group: Administrators
Joined: May 2006
Status: Offline
Reputation: 0
Post: #2
RE: SEO Questions

Quote:
1) Which is better to use http://www.site.com or site.com?

It doesn't really matters which one you use. But search engines treat http://www.site.com different to site.com, i.e. two different domains. So it's best to use one, whichever you decide to, but make sure the same is used all over.

Quote:
2) Which is better / or /index.php

Again, it's not much of a matter, but use one of them since they may be (by few search engines), considered as duplicates.

Quote:
3) Is it better to put content in it's own directory or site.com/article.php?

Directories provide additional keywords for the url. For example:

domain.com/articles/make-php-run-fast.html

Is better than:

domain.com/make-php-run-fast.html

Although that only has a slight effect.

Quote:
4) Is there anyway to SEO images?

If you're talking about your images getting indexed in Google Image search, then you can use descriptive file names such as Rotana_Beach_View_Beautiful.jpg instead of rotana001.jpg .. Or if you're talking about optimizing your image gallery pages, then surely you can use descriptive titles, descriptive file names, and a reasonable description (text snippet in the html) for the image. Such as "The rotana beach was looking amazing in the sunset."

Hope that helps Smile

05-28-2006 03:42 PM
Find all posts by this user Quote this message in a reply
istoritve
Junior Member
**

Posts: 5
Group: Registered
Joined: Jul 2006
Status: Offline
Reputation: 0
Post: #3
RE: SEO Questions

I think it is better to use www since this is somehow standard and people use it and remember websites this way. Just make sure you redirect in your .htaccess from non www to www. Check code below

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.yoursite\.com [NC]
RewriteRule ^(.*) http://www.yoursite.com/$1 [L,R=301]
</IfModule>

07-20-2006 07:46 PM
Find all posts by this user Quote this message in a reply
Pacifier
Administrator
*******

Posts: 214
Group: Administrators
Joined: May 2006
Status: Offline
Reputation: 0
Post: #4
RE: SEO Questions

Quote:
I think it is better to use www since this is somehow standard and people use it and remember websites this way. Just make sure you redirect in your .htaccess from non www to www. Check code below

It doesn't really matters because when users link to your site, then don't really type it by hand, they rather copy/paste the url they found interesting. So as long as the urls on the site are consistent throughout, it won't really matter.

07-21-2006 02:18 PM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: