Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 4 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
sudhakararaog
Joined: Jul 18, 2008
# Posts: 4
|
Posted: 07/19/2008 02:36 am
i am doing seo for a website and this website uses a lot of php for which i need suggestions. this is how the website is set up.
in the index.php file there is a flash banner at the top of the page and the center part is another file which is called using include("links.php" and the bottom part using include("footer.php"
the footer has links such as = webdevelopment software development ... each of this has a query string= website.com/index.php?page=webdevelopment and website.com/index.php?page=software ... etc
this way every link in the website is calling index.php and a query string is being passed and the index.php looks for the name ex=webdevelopment and loads that particular page in the center section of the website. the main purpose of doing this was to load the flash file only 1 time and the rest of the time when the links from the footer are clicked only the center part changes and the flash file does not have to reload.
due to this the entire website is having only 1 page index.php therefore using 1 <title> tag 1 meta description and 1 meta keywords tag as the values of <title> and <meta> tags are being displayed from index.php
however from a seo and sem perspective ideally there should be different file name which means i can optimize the <title> and <meta> tags for individual files.
please advice a best solution to get around this as i would like to have different title and meta tag for individual pages like webdevelopment.php software.php etc which i am presently not able to due to include(""
any help will be greatly appreciated.
thanks.
[ Message was edited by: Dinkar 07/19/2008 04:23 am ... Reason: URL edited ]
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10292
|
Posted: 07/19/2008 02:39 am
The query string should be used to pull a different title and meta description.
That's an implementation detail in the scripting for your website.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|