 |
BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6
 | This is the forum to discuss the Wrox book ASP.NET 2.0 Instant Results by Imar Spaanjaars, Paul Wilton, Shawn Livermore; ISBN: 9780471749516 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

March 15th, 2007, 09:24 PM
|
|
Authorized User
|
|
Join Date: Feb 2007
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
How to improve website rankings?
Greetings.
As a newbie to ASP.Net, I would like to know how to improve
my website ranking, like when someone does a "Google" for the
website, I would like to come up #1 (wishful thinking)!
I am more familiar with the Meta-tags and Content Title used
in "regular" (html) webpages...but how to do this in a
ASP.Net website?
(I know that Google doesn't use meta-tags but other search
engines do).
It looks like Google grabs items from the Master Page?
Ideas?
Thanks.
Mike
|
|

March 16th, 2007, 02:58 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi Mike,
How is this related to the book ASP.NET 2.0 Instant Results?
For a better and faster answer, I think you're better off posting this in one of the more general Web categories here at P2P.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

March 16th, 2007, 03:44 AM
|
|
Authorized User
|
|
Join Date: Feb 2007
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
>How is this related to the book ASP.NET 2.0 Instant Results?
errrr, using the example in chp. 8 and setting up the website, there is no mention that I saw of adding code or whatever to improve website rankings.
I know how to do it using like Dreamweaver and html code, but no idea for ASP.Net, thus the question.
The book provides a new example and website, but I was looking for just a little bit more :-)
|
|

March 16th, 2007, 03:57 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Right I see. Didn't know you were referring to the book, so it might as well have been a general question.
Google isn't aware of something like Masterpages. All Google sees, is the final rendered HTML.
In the Customer Support chapter I added the HtmlMeta objects to the <head> of the master. This way, content pages can set the Keywords and Description properties and the Master Page is then responsible for adding them to the actual page when they have a value. Look at the MainMaster.Master. vb file to see how it's done.
When the page is rendered, the content page and the master page are merged to a single HTML stream that ends up as the page in the browser / in search engines. Look in your browser's source (use View Source) to see they ended up as regular HTML in the final page.
You can extend the ideas from that chapter to add other meta elements (dublin core, title, author information and so on) as well.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

March 16th, 2007, 09:34 AM
|
|
Authorized User
|
|
Join Date: Feb 2007
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Most excellent.
A HUGE thanks to all of you!!!
|
|

March 25th, 2007, 11:25 PM
|
|
Authorized User
|
|
Join Date: Aug 2004
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi cavanami,
if you want to improve the ranking of your website, then it does not matter what tools ( ASP, Php, asp.net etc ) you use to create your website. only thing its matters is, how many other good sites ( having higher ranking on google) refer to your website.
Regards
Bishnu Pokharel
[email protected]
http://www.bishnupokharel.com.np/
|
|
 |