Buy Sell Discuss UK Domain Names at AcornDomains.co.uk

Today's Drop Dates are: 07-11-2011 or 14-11-2011   All times are GMT. The time now is 01:06:17 PM.
Domain Name Sales Domain Software Calculate UK Domain Drop Dates Domain Registration NameDrive Domain Parking Subscribe to our Domains For Sale newsletter
Go Back   Domain Forum Acorn Domains Buy Sell Auction UK Domains > Website Design and Promotion > Website Design
Connect with Facebook

Website Design Discuss web design

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-01-2010, 10:54:45 PM     #1 (permalink)

 
boxerdog's Avatar
 
Join Date: Jul 2007
Posts: 2,783
boxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond repute

Question page name?

just making a site but am unsure on a couple of things:

do i use the page name as html title?
or specify html title?

also

file name: index html <-do i change that on any of the pages?

thanks guys
boxerdog is online now  
Old 05-01-2010, 10:57:56 PM     #2 (permalink)
Administrator
 
admin's Avatar
 
Join Date: Jun 2004
Posts: 8,515
admin has disabled reputation

The title will be the page name although the HTML filename can be different.

Whatever page you call index.html is the one the webserver will use as the homepage
admin is online now  
Old 05-01-2010, 11:14:52 PM     #3 (permalink)

 
newguy's Avatar
 
Join Date: Dec 2009
Location: UK
Posts: 1,451
newguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond repute

As admin states, the page file can be different to the page title. For instance the page file could be index.html but the title could be 'Gold Watches'.

Assuming that your pages are to be placed in the same directory, you will of course need to use different filenames for the various pages.

index.html
products.html
contact.html

etc
newguy is offline  
Old 05-01-2010, 11:17:25 PM     #4 (permalink)

 
boxerdog's Avatar
 
Join Date: Jul 2007
Posts: 2,783
boxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond repute

thanks for the help, but my head is banging and i have lost the will to live.
dont know if i have done it right or not? its here: (not completed)

Motorhomes For Hire | The UK Directory
boxerdog is online now  
Old 06-01-2010, 05:11:24 AM     #5 (permalink)

 
woopwoop's Avatar
 
Join Date: Jan 2007
Posts: 1,483
woopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond repute

Not sure what you meant by "page name" in your first post but I'll try and help you out with the following terms which you need to know:

(a) file name
(b) page title
(c) page description
(d) page keywords
*Each of these can be different for every page on your website. They don't have to be, but often you can bring in the unique aspects of each page into the above elements so that you rank better in the search engines.

What you've done so faris a really good start and here are a couple of tips to make it even better:

1. Your homepage has a block of text which is an image. This is how I first started doing sites, but you should try not to. Have text as text, that way Google and the other search engines can read it and know more about your site - this will help you get search engine traffic.

2. In your contact page, you have an email address. This time, you might want to think about either just having the contact form, or even having your email address as an image. This is because websites are constantly being scraped by bots looking to harvest email addresses to spam later. You'll save yourself a lot of spam deleting if you change this.

Let's use your "about us" page as an example for the following points:


3. You have your page title which is useful:

Your page title is "about motorhomes for hire" and this comes from this bit of your html code:
HTML Code:
<title>about motorhomes for hire</title>
You may want to do things like use capitals, add keywords, include the website name. For example:
HTML Code:
<title>About US | Motorhomes for Hire</title>
Page titles are important as they are the thing that Google reads and interprets first. They are also the first line in the Google search results. Therefore, the more appealing they are, the more likely people will click them.

4. Your page description is missing on this page. Along with the page title, the page description must be somewhere between the <head> and </head> tags in your code. It is very important as Google also reads this to find out more about your site and ranks your website accordingly. The page description is also very likely to be the text under the link in Google's search results.
You may want to add a description similar to this:
HTML Code:
<meta name="description" content="National Motorhome Directory. Search motorhome listings to find the perfect vehicle and list your motorhome for free." />
5. You could also include the keywords code, although this isn't used by most search engines any more - it's tradition to use it though!

HTML Code:
<meta name="keywords" content="motorhome, motor home, caravan, motorhome directory, motorhome database" />
6. File name is also very important for SEO purposes. This may have been what you were asking about in your first post.
Your "About" page has the following link/url
HTML Code:
http://www.motorhomesforhire.co.uk/page5.html
Therefore it's filename is page5.html

This needs to be changed. You're missing a valuable opportunity to again, tell Google what you are about, and also to distinguish each page on your website. (Relevant file names really do help with search engine rankings).

For your "about us" file name, you may want to use something like:
Quote:
about-motorhome-directory.html
This may be a good filename for this page because it distinguishes itself from other pages on your website (as it has "about" in there) and you have used another opportunity to have your keywords. Great for search engines. Plus website visitors expect to see descriptive file names as part of the url.

So instead of using file names like:
page1.html
page2.html
page3.html
page4.html

Use:
about-motorhome-directory.html
contact-national-motorhomes.html
advertise-motorhomes.html
motorhome-links.html

These are more descriptive, they are good for search engines and your users.

Try to mix up the file names, page titles and page descriptions using relevant and varying keywords.

Finally, once you have changed the file names, make sure that you change your navigation bar's links on every page to have the new links. Changing the nav bar on one page wont change the top of every page (unless you're using website software).

Sorry if you know most of this, I know how useful it was when I started building sites and people broke the information down for me.

Good luck

Last edited by woopwoop; 06-01-2010 at 05:18:07 AM. Reason: to remove url hyperlink from the quote
woopwoop is offline  
Old 06-01-2010, 08:01:13 AM     #6 (permalink)

 
boxerdog's Avatar
 
Join Date: Jul 2007
Posts: 2,783
boxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond reputeboxerdog has a reputation beyond repute

that is just the type of info i was looking for woopwoop

many thanks for that
boxerdog is online now  
Old 06-01-2010, 08:18:21 AM     #7 (permalink)

 
redbird's Avatar
 
Join Date: Sep 2005
Location: Worcester
Posts: 868
redbird has a reputation beyond reputeredbird has a reputation beyond reputeredbird has a reputation beyond reputeredbird has a reputation beyond reputeredbird has a reputation beyond reputeredbird has a reputation beyond reputeredbird has a reputation beyond reputeredbird has a reputation beyond reputeredbird has a reputation beyond reputeredbird has a reputation beyond reputeredbird has a reputation beyond repute

Make sure you keep one page named index.html, which will be the home page. If you don't then all you will see is a directory listing of the pages you have.
__________________
cdscheap.co.uk (CD price comparison) ~LBE.co.uk ~ personalised valentine gifts ~ meaning of names
redbird is offline  
Old 06-01-2010, 08:53:53 AM     #8 (permalink)

 
woopwoop's Avatar
 
Join Date: Jan 2007
Posts: 1,483
woopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond reputewoopwoop has a reputation beyond repute

Quote:
Originally Posted by redbird View Post
Make sure you keep one page named index.html, which will be the home page.
^ I knew I forgot the most important thing !

Two more quick things...
You will probably benefit from changing the file names of page6.html - page78.html to something descriptive (eg. bedfordshire-motorhomes.html)

Also another seo tip (I think this is still important) is the "link title text". This is the text that appears in a little yellow box when you put your mouse on a link.
Your nav bar links have this effect but the county links don't.

You achieve it by replacing:
PHP Code:
<a href="http://www.motorhomesforhire.co.uk/page6.html">Bedfordshire</a
with:
PHP Code:
<a href="http://www.motorhomesforhire.co.uk/page6.html" title="Bedfordshire Motorhomes" >Bedfordshire</a
and if you change the name of the file as mentioned first you'd have this:

PHP Code:
<a href="http://www.motorhomesforhire.co.uk/bedfordshire-motorhomes.html" title="Bedfordshire Motorhomes" >Bedfordshire</a
You could mix it up by throwing some other words in the title="" section, maybe just switch the phrase and have title="Motorhomes in Bedfordshire"


All this stuff for SEO and building sites is an ever changing ongoing learning and doing process... but learning the basics now will mean that when you build your next site, you'll do everything I mentioned here by default and then concentrate on other SEO / website content stuff
woopwoop is offline  
Old 06-01-2010, 09:20:36 AM     #9 (permalink)
Administrator
 
admin's Avatar
 
Join Date: Jun 2004
Posts: 8,515
admin has disabled reputation

Looking at how many pages you have on the site STOP! and do yourself a favour and install Wordpress.

I hand coded a 300 page site years ago, page-by-page, (for free for my daughters school), took me months and was impossible to update.

It was a great way to learn HTML etc. which I still use that knowledge every day but I'd never do that now!

Wordpress will make editing a synch plus the plug-ins you can add will bring you a lot of features including SEO packs, Visitor statistics, anti-spam measures, themed templates, ......

Admin
admin is online now  
Old 06-01-2010, 09:25:36 AM     #10 (permalink)

 
newguy's Avatar
 
Join Date: Dec 2009
Location: UK
Posts: 1,451
newguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond reputenewguy has a reputation beyond repute

Quote:
Originally Posted by admin View Post
Looking at how many pages you have on the site STOP! and do yourself a favour and install Wordpress.

I hand coded a 300 page site years ago, page-by-page, (for free for my daughters school), took me months and was impossible to update.

It was a great way to learn HTML etc. which I still use that knowledge every day but I'd never do that now!

Wordpress will make editing a synch plus the plug-ins you can add will bring you a lot of features including SEO packs, Visitor statistics, anti-spam measures, themed templates, ......

Admin
Same here. I once created an entertinment themed site, which used a simple html dreamweaver template. At first I thought this was a way to cut down on the workload, but really it just massively resticted what I was able to do with the site. Once you hit 50 pages or thereabouts on a pure html site, you realise that there's effectively no going back now, and if any changes need to be made site wide in areas outside of the templated regins, you have a real struggle on your hands. It's also a nightmare to update the design in such circumstances. Wordpress is the way to go. I've even seen decent blogspot designs recently, although there's always the issue with the URLs not being all that SEO friendly. Still, it's preferable to pure html any day of the week.
newguy is offline  
Closed Thread



Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Domain Name Community Replies Last Post
Dofollow Links jj1 Search Engine Optimisation 7 30-03-2009 12:17:16 PM
Parking vs for-sale landing page vs ? Edwin General Board 21 08-01-2009 02:33:55 PM
Link to a certain section of a page? How to? BFTUK Website Design 2 14-02-2006 12:33:08 PM

Domain Sponsor 2


All times are GMT. The time now is 01:06:17 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0 RC 2
All content on Acorn Domains is member generated and is not moderated before posting. All content is viewed and used by you at your own risk and AD does not warrant the accuracy or reliability of any of the information. The views expressed are those of the individual contributors and not necessarily those of AD. Please contact us to report any issues or send a PM to "Admin".