472,353 Members | 1,796 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 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 1352
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...
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...
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...
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...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

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.