vote up 2 vote down star

If i call my html page "Banks.html" so it will be located under www.example.com/Banks.html but all the content is about Cats and all my other SEO tags are about Cats on the page. Will it be harmfull to my page in the sense that SEO will not be done properly?

I think you can call your page what ever you want, as long as you have the page title, description and all the rest of the SEO done properly?

Am i wright or wrong?

flag

69% accept rate
4  
To all closers: This question is very much programming-related and very specific. By bluntly closing good questions you're only damaging SO content quality and also the service image. – Developer Art Sep 9 at 11:23
7  
No, it's not very programming related. SEO is something many programmers need to do, but it's not really programming in itself. That said, I don't think this question should have been closed and the SO "snobbery" of closing decent questions drives me up the wall. – Artelius Sep 9 at 11:27
1  
Also, note that www.example.com, example.net and example.org are domains deliberately set up to be used in example urls, while Dummy.com is some random companies site - that would be why the question was edited. – Zhaph - Ben Duguid Sep 9 at 11:55
Cool thanks!!!!! – Etienne Sep 9 at 12:14

6 Answers

vote up 6 vote down check

Page names are often not very representative of the page content (I've seen pages named 7d57As09). Therefore search engines are not going to be particularly upset if the page names appear misleading. However, it's likely that the page name is one of many factors a search engine considers.

If there's no disadvantage in naming a page about cats, "cats.html", then do so! If it doesn't help your SEO, it will make it easier for your visitors!

link|flag
vote up 2 vote down

It shouldn't affect your search engine ranking, but it may influence people who, having completed a search on Google (or some of the other great search engines, like um...uh...), are now scanning the results to decide where to click first. Someone faced with a url like www.dummy.com/banks.html would be more likely to click than someone faced with www.dummy.com/default.php?p_id=1&sessid=876492u942fgspw24z because most people haven't a clue what the last part means. It's also more memorable and gives people greater faith in getting back to the same site if you write your URLs nicely. No one that isn't Dustin Hoffman can remember the second URL without a little intense memory training, while everyone can remember banks.html. Just make sure your URL generation is consistent and your rewriting is solid, so you don't end up with loads of page not found errors which can detriment search engine ranking.

link|flag
vote up 0 vote down

Naming your pages something meaningful is a good idea and does improve SEO. It's another hint to the search engines what the page is about, in addition to the title and content. You would be surprised if you opened a file on your computer called "Letter to Grandma.doc" and it was actually your tax return!

In general, the best URLs are those that simply give a page name and hierarchical structure, without extensions or ID numbers. Keep it lowercase and separate words with dashes, like this:

example.com/my-cats
or
example.com/cats/mittens

In your case you will probably wanna keep the .html extension to avoid complexities with URL rewriting.

link|flag
vote up 1 vote down

Ideally, your page name should be relevant to the content of the page - so your ranking may improve if you call the page "cats.html", as that is effectively another occurrence of the keyword in the page.

Generally, this is fairly minor compared to the benefits of decent keywords, titles, etc on the page. For more information take a look at articles around Url Strategy, for example:

"I’ve heard that search engines give some weighting to pages which contain keywords users are searching for which are contained within the page URL?"

link|flag
vote up 1 vote down

Under circumstances this can be considered a black-hat SEO technique. Watch out not to be caught or reported by curious users.

link|flag
vote up 3 vote down

If you want to be on better place when someone searchs for 'banks', then yes, it can help you. But unless you are creating pages about cats in banks I'm sure that this wont help you very much :)

link|flag
4  
I can haz increazed overdraft limit? – APC Sep 9 at 11:21
How can it help me? I have never read anything about that you have to name your pages properly to increase SEO stats? – Etienne Sep 9 at 11:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.