i have a ".asp" web site and i wanna apply seo. but pages have not <html> and </html> tags.. google can cache this? cuz im not sure about that.?
Hi , can you give us a URL or PM me with URL to have a look. You can add HTML tags in an asp page if you wish ( hard coded/dynamic..) Cheers!
Hi , had a look and yes.. You could do the following: Add a HTML Keyword & description tag and put your sites keywords and description manually.. <html> <head> <title>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</title> <LINK REL="shortcut icon" href="fav.ico"> <meta name="description" content="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"> <meta name="keywords" content="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"> <meta name="title" content="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"> <meta NAME="Copyright" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"> <meta NAME="Creator" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"> <meta NAME="Publisher" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"> <meta NAME="Distribution" CONTENT="Global"> <meta NAME="Rating" CONTENT="General"> <meta NAME="Robots" CONTENT="All"> <meta NAME="Revisit-After" CONTENT="5 Days"> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> other stuff... </head> At present you have an open /head near top , then head tags down further.. You'll need to revisit this first to cleanup... To better your SEO .. You could put : <html> <head> <title>"<% product name variable..%>" | site name</title> <LINK REL="shortcut icon" href="fav.ico"> <meta name="description" content="<% product description..%>"> <meta name="keywords" content="<% product keywords...%>"> <meta name="title" content="<% product name variable..%>"> <meta NAME="Copyright" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"> <meta NAME="Creator" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"> <meta NAME="Publisher" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"> <meta NAME="Distribution" CONTENT="Global"> <meta NAME="Rating" CONTENT="General"> <meta NAME="Robots" CONTENT="All"> <meta NAME="Revisit-After" CONTENT="5 Days"> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> Pullinh the title , description and keywords dynamically will benefit your SEO as Google seems to like different title and description specifically... Hope this helps.. Let us know if anything further....
Just noticed you pass the category "KAT" when clicking on a category.. for a start you could use that call that variable and place it in the Title with your site name , but before your site name .. as an experiement... Just to show you.... I searched for electronic dvd.. http://www.google.com/search?hl=en&q=electronic+dvd&btnG=Search See the titles....
Actually heres a better one relating to one of your categories.. http://www.google.com/search?hl=en&q=GÜVENLİK+SİSTEMLERİ&btnG=Search Has items in title and description....
you can rewrite all your pages with this tool : http://www.webconfs.com/url-rewriting-tool.php and Create a .htaccess file.... because static pages are more SE friendly than dynamic pages(like php, asp etc.. pages)
Sorry , didnt read it properly Google will cache it but you should have a correctly laid out html file to display to Google no matter what code you use , asp , php etc... Google might drop you if you dont correct the format...
okey thnx for this information.. already i'll apply seo this web site but only im be curious about that