Forum Moderators: open
The problem is that the IT guys at this company are resisting putting a link from the home page to a HTML page i.e. none of the optimised pages. If these pages were changed to ASP pages would the SEs pick them up if they were 2-3 links from the TLD?
Or will I have to register a new domain and run a parrallel site, offering more info or course, but with all the optimisation required to list well?
All help is gratefully received.
If so will all other search engines be able to index them as well and would the asp pages be ranked as well as html?
One final question, what would be involved in converting the html page to asp?
Once again, many thanks.
If so will all other search engines be able to index them as well and would the asp pages be ranked as well as html? All major engines will have no problems with them.
One final question, what would be involved in converting the html page to asp? rename the file from mypage.html to mypage.asp. Thats it. You don't need any special code inside of the page.
naming pages page.asp will make no diffterence to what it does unless you put some ASP code in there and if your pages work as they are why would you need to.
No search engined have problems with .asp files AFAIK
Nick
Hi korkus2000, the reason the IT guys didn't want html pages is because of the shopping basket - they were concerned that if a user had some products in their basket and happened to return to the home page and then just happened(!) to click on my link, the shopping basket would be lost.
It's mostly hypothetical and probably would rarely, if ever, happen. But they want to make sure this eventuality never happens, which is fair enough I guess.
Also, would this be the case with .php files, could the same solution be used?
>The problem is that the IT guys at this company >are resisting putting a link from the home page >to a HTML page
Do you have optimised HTML pages that are not linked to from your main navigation ? If you submit these pages to search engines, they could be seen as doorway pages.
what about linking to them with the target=_blank
, that way the shopping cart wont be lost.
Fact: At Google, we are able to index most types of pages and files with very few exceptions. File types we are able to index include: pdf, asp, jsp, hdml, shtml, xml, cfml, doc, xls, ppt, rtf, wks, lwp, wri.
[google.com...]
>Do you have optimised HTML pages that are not linked to from your main navigation ? If you submit these pages to search engines, they could be seen as doorway pages.
The only pages that have been submitted are the optimised pages to inktomi and the TLD to the main directories, which is why I need to establish a link from the TLD so all optimised pages can be indexed naturally. This process has been held up due to the asp issue. I'm hoping this won't be a problem.
>what about linking to them with the target=_blank
, that way the shopping cart wont be lost.
Can you expand on this, how will this code prevent the shopping cart from being lost?