![]() |
include-metatags.asp content changes |
Post Reply
|
| Author | |
marketabilities
Newbie
Joined: 10-December-2007 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Topic: include-metatags.asp content changesPosted: 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 |
Post Options
Thanks(0)
Quote Reply
Posted: 10-December-2007 at 3:24pm |
|
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 |
Post Options
Thanks(0)
Quote Reply
Posted: 10-December-2007 at 3:46pm |
|
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 |