Webmastersite.net
Register Log In

SEO default meta tags

Comments on SEO default meta tags

babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Sep 21, 2008 - 2:00 AM:

I always used


<meta name="keywords" content="<IF {CATID} is not 0>{CATNAME},</IF><IF {CATKEYWORDS}>{CATKEYWORDS},</IF> <IF {CATISBENEATH[1]}>{CATNAME} breeders,{CATNAME} breed club,</IF> ">
<meta name="description" content="<IF {CATID} is 0>{SITEDESCRIPTION}<OTHERWISE>{CATDESC RIPTION[200]}</IF>">

And it always worked great. However, in v.5 it gets stripped down to...

<meta name="keywords" content="">

<meta name="description" content="{SITEDESCRIPTION}">

Any way we can have this back? or a way round it? Or do I really now have to go through every category and enter custom meta tags? sad
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Sep 22, 2008 - 6:21 PM:

Just do it the way the manual says to: scripts.webmastersite.net/w...wsnlinks/manual50.html#seo
babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Sep 23, 2008 - 12:36 AM:

Paul wrote:
Just do it the way the manual says to: http://scripts.webmastersite.net/wsnlinks/manual5...


that would be a bummer for me as I will now have about 600 cats do alter.

However, I tested it by copying and pasting from that page you gave into the admin > seo > default meta tags.

Didn't work - when I saved it it stripped it down to...

<meta http-equiv="description" content="Blah." >



hmm, I suppose I could just put it into my template!
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Sep 24, 2008 - 5:53 PM:

Fixing shortly.
babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Nov 04, 2008 - 1:33 AM:

Paul wrote:
Fixing shortly.


Hi Paul, Did you ever manage to get around to fixing this? If you did the fix didn't work confused
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Nov 04, 2008 - 12:12 PM:

Using the default meta content:
<IF {TID} contains displaylinks>
<meta http-equiv="description" content="{CATDESCRIPTIONSTRIPPED}" />
<OTHERWISE IF {TID} contains detail>
<meta http-equiv="description" content="{LINKDESCRIPTIONSTRIPPED}" />
<OTHERWISE>
<meta http-equiv="description" content="{SITEDESCRIPTION}" />
</IF>


Result is: http://www.webmastersite.net/screenshots/4698.jpg
babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Nov 04, 2008 - 12:37 PM:

Paul wrote:
Using the default meta content:
<IF {TID} contains displaylinks>
<meta http-equiv="description" content="{CATDESCRIPTIONSTRIPPED}" >
<OTHERWISE IF {TID} contains detail>
<meta http-equiv="description" content="{LINKDESCRIPTIONSTRIPPED}" >
<OTHERWISE>
<meta http-equiv="description" content="{SITEDESCRIPTION}" >
</IF>


Result is: http://www.webmastersite.net/screenshots/4698.jpg


YEP! I get that too with the default - bit I don't WANT the default.

As soon as I put something different in it does not work. I Have a custom field {CATSUMMARY} that I want shown instead of the catdescription. I then have the keywords as in my post above. They do NOT work.

For instance, the following

<meta name="description" content="{CATSUMMARY}" >

<meta name="keywords" content="<IF {CATID} is not 0>{CATNAME},</IF><IF {CATKEYWORDS}>{CATKEYWORDS},</IF> <IF {CATISBENEATH[1]}>{CATNAME} breeders,{CATNAME} breed club,</IF>">

gives

Attached Files:
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Nov 08, 2008 - 6:12 PM:

I see a speed optimization killed customized versions. Fixed.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.