Webmastersite.net
Register Log In

Meta Tags and Titles in Home page
How do I add a description tag in the home page

Comments on Meta Tags and Titles in Home page


Beginner

Usergroup: Guest
Joined:

Total Topics: 0
Total Comments: 0
Posted Feb 17, 2008 - 10:11 PM:

I have three questions.

1. I have set up Meta Description and keyword meta tags for categories, but I have been unable to set up these for the WSNLinks Home page. Anyone let me in on how to do this?

Thanks

2. Also. I have set up unique Title headings for categories using Customization>Titles , but I have been unable to set up a unique Title for the home page. The only way I managed to do this is to add;

<title>Home Page Title {PAGETITLE}</title>

in wrapper.tpl

But this obviously means that the home page title is repeated on every category page title, which I don't want. Any ideas anyone?

3. One final question. How do I switch RSS feeds off?

Thanks
babrees
Expert

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

Total Topics: 391
Total Comments: 1303
babrees
Posted Feb 17, 2008 - 10:42 PM:

1. Not sure how you have set up your description and keyword meta tags for your cats, but I have made a new category field called keywords and then included it in Admin > Settings > SEO, default meta tags again using if conditionals:

<meta name="keywords" content="<IF {CATID} is not 0>{CATNAME}</IF><IF {CATKEYWORDS}>,{CATKEYWORDS}</IF>" />
<meta name="description" content="{CATDESCRIPTION[200]}" />



2. In your wrapper put:

<title><IF {TID} contains main.tpl>Welcome to {SITETITLE}<ELSE>{PAGETITLE}</IF></title>



3. Admin > Settings > Switches
Paul
developer

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

Total Topics: 61
Total Comments: 7868
Paul
Posted Feb 20, 2008 - 3:10 AM:

2. You can type index.php as the page to set the title for.

Beginner

Usergroup: Guest
Joined:

Total Topics: 0
Total Comments: 0
Posted Feb 23, 2008 - 12:36 AM:

Thanks guys.

Paul, when I type index.php, it makes all the categories have the same title as the home page - at least when using rewritten urls.

babrees, thanks for that. I may try that for the title and see how it goes.

Beginner

Usergroup: Guest
Joined:

Total Topics: 0
Total Comments: 0
Posted Feb 23, 2008 - 1:48 AM:

BTW, I have RSS submissions and XML feed submissions disabled in "Admin > Settings > Switches", yet RSS still appears. I want to kill RSS completely. Is this possible?

Thanks
Paul
developer

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

Total Topics: 61
Total Comments: 7868
Paul
Posted Feb 23, 2008 - 4:14 AM:

Hm, I see, it applies to anything containing that in the URL. Can't recall why it does "contains" instead of "equals", will probably change to equals.
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.