473,399 Members | 2,858 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

adding ASP pages to search engines and directories.

114 100+
What would be the best way to add pages from a mainly ASP website to the major search engines?

I heard that .asp pages are not really indexed etc. or that there is another way to do it effectively.

This is for some help regarding a website that is mainly asp. pages. and is a news website. News articles are added daily from a separate part of the site, and are stored in an "access" database, i think it's SQL

Even the home page is an index.asp page. I can't really use static pages on these , pages, as i have to show included content from the database, and the pages that show the articls have the asp look to it, ie. there is a question mark in the url.

What is the best way for me to add this to google, altavisa etc?

I also note that a lot of my pages have an inc. header page which means that they all also have the same title.

Ideally i'd like each news article to have a separate title, but if not, i'd like each page to be indexed .

Could someone please advise. Many thanks in advance.
Jul 16 '07 #1
1 1395
karen987
114 100+
If the title page is in the header does it mean that it will read the same in all the google etc. pages?

On a website with asp pages that has news articles that ideally should have different titles and descriptions, how do you get around this?

The meta tags for the news pages are in the inc.header.file like this

<!--#include file="inc_header.asp"-->

this means that they will be the same on all the different news pages.

How can i change it so that each page is different? They are .asp pages, and it's a potential problem.

Also does anyone know if dynamic pages like these will get listed as such on the search engines?

anyway the code, in the header file is this, will i be able to add meta tags as in title, keywords, and content?
Expand|Select|Wrap|Line Numbers
  1. <!--#include file="config.asp"--> 
  2. <!--#include file="inc_api.asp"--> 
  3. <% Response.Buffer = True %> 
  4.  
  5. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
  6. <html><head> 
  7.     <title>the title goes here </title> 
  8.  
  9. will add keywords and description tags here. 
  10. there is some javascript too.
  11.     </head>
  12.  
  13.     <body
  14. leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  15.  
  16. <table width="750" border="0" cellspacing="0" cellpadding="2" align="center">
  17.   <tr>
  18.     <td valign="top" class="style12">
  19.  
  20.     <TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
  21.       <TR> 
  22. the top menu link bar  goes here
,

I'm fine using the inc.header.file in all pages. but there is one page which actually shows the full page news article. I'd like this page to have meta tags unique to it, so i can submit to google news.




also how would you add the words in the meta tags below,? would they be separated by a comma or what ? like this forexample?
<meta name="Keywords" content="<%=this, is, some, keywords,%>"<meta>


Expand|Select|Wrap|Line Numbers
  1. <!--#include file="config.asp"--> 
  2. <!--#include file="inc_api.asp"--> 
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
  4. <html> 
  5. <head> 
  6. <title><%=title%></title> 
  7. <meta name="Description" content="<%=meta_description%>"<meta> 
  8. <meta name="Keywords" content="<%=meta_keywords%>"<meta> 
Jul 26 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: only_me | last post by:
Not a coding question as such but highly related to asp/dynamic pages issues : has anyone any suggestions on the following ASP sites are generally (always) of a dynamic nature, pages can be...
2
by: Patrick | last post by:
Are the differences between a search engine, a subject directory and a meta search engine significant for an ebusiness web site owner? A meta search engine merely uses ordinary existing search...
9
by: Victor & Toni Jo Friedmann | last post by:
I have a home page with Verizon. Within this home page I have several sub-directories with their own associated pages. One of these subdirectories has personal contact information and I wish to...
8
by: Sandy Pittendrigh | last post by:
I have a how-to-do-it manual like site, related to fishing. I want to add a new interactive question/comment feature to each instructional page on the site. I want (registered) users to be able...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.