I have already researched my issue on this board, so I do have some insight on the problem. Our site uses one main asp template and pulls all of the content into that one file. Here are two typical pages:
http://www.lsac.org/LSAC.asp?url=lsa...ng-started.asp
http://www.lsac.org/LSAC.asp?url=lsa...t-the-lsat.asp
See how the the site is built with LSAC.asp pulling new code into the body.
If I put a <title> tag on the LSAC.asp file all the pages have the same title on the search results page. If I remove the title from LSAC.asp and put it on the content pages, then no titles are shown in the search results. This is because the website content is pulled into the asp template after the <head> tag, so now the <title> tag is under the <body> tag which means it gets ignored.
Is there a way to get the pages to have titles without reconfiguring the way our site is constructed? The site is about 200 pages so I need a workaround or a way to fix the results.
I am currently using the free version to see how it works. If I can get decent results without having to do a ton of code fixes we are going to buy the Pro version.
Please help!
http://www.lsac.org/LSAC.asp?url=lsa...ng-started.asp
http://www.lsac.org/LSAC.asp?url=lsa...t-the-lsat.asp
See how the the site is built with LSAC.asp pulling new code into the body.
If I put a <title> tag on the LSAC.asp file all the pages have the same title on the search results page. If I remove the title from LSAC.asp and put it on the content pages, then no titles are shown in the search results. This is because the website content is pulled into the asp template after the <head> tag, so now the <title> tag is under the <body> tag which means it gets ignored.
Is there a way to get the pages to have titles without reconfiguring the way our site is constructed? The site is about 200 pages so I need a workaround or a way to fix the results.
I am currently using the free version to see how it works. If I can get decent results without having to do a ton of code fixes we are going to buy the Pro version.
Please help!
Comment