![]() |
include-metatags.asp content changes |
Post Reply ![]() |
Author | |
marketabilities ![]() Newbie ![]() Joined: 10-December-2007 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() Posted: 10-December-2007 at 3:22pm |
For SEO purposes, I need to remove <META NAME="Revisit-after" CONTENT="30"> from the include_metatags page. Below is how it shows on that page. Tried just removing that line and I get an error when going to any product on the website.
Any ideas? Thanks!! Title=replace(Title,"""",""") Title=replace(Title," - ,",",") Keywords=replace(Keywords,"""","") Keywords=replace(Keywords,""","") 'Keywords=replace(Keywords," - ,",",") mtDescription=replace(mtDescription,"""","") mtDescription=replace(mtDescription,""","") mtDescription=replace(mtDescription," - ,",",") if pcIntIsContentPage<>1 then Response.Write "<TITLE>" & Title & "</TITLE>" & vbcrlf & _ "<META NAME=""Description"" CONTENT=""" & mtDescription & """>" & vbcrlf else Response.Write "<META NAME=""Description"" CONTENT=""" & mtDescription & """>" & vbcrlf end if Response.Write "<META NAME=""Keywords"" CONTENT=""" & Keywords & """>" & vbcrlf & _ "<META NAME=""Robots"" CONTENT=""index,follow"">" & vbcrlf & _ "<META NAME=""Revisit-after"" CONTENT=""30"">" & vbcrlf End Sub |
|
![]() |
|
netprofits ![]() Certified ProductCart Developers ![]() Joined: 05-January-2006 Location: United States Status: Offline Points: 22 |
![]() ![]() ![]() ![]() ![]() |
Change the last 3 lines from: Response.Write "<META NAME=""Keywords"" CONTENT=""" & Keywords & """>" & vbcrlf & _ To: Response.Write "<META NAME=""Keywords"" CONTENT=""" & Keywords & """>" & vbcrlf & _ |
|
![]() |
|
marketabilities ![]() Newbie ![]() Joined: 10-December-2007 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Thanks soooo much, that worked! You're Hired!!!!
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |