Joomlatwork
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2013, 05:22:56 AM

Login with username, password and session length
Search:     Advanced search
19757 Posts in 7066 Topics by 11426 Members
Latest Member: awageavaste
* Home Help Search Login Register
+  Joomlatwork
|-+  Joomla 1.5 SEF patch
| |-+  Support questions
| | |-+  Joomla 1.5 RC4 SEF patch
« previous next »
Pages: [1] 2 3 Print
Author Topic: Joomla 1.5 RC4 SEF patch  (Read 17807 times)
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« on: December 20, 2007, 11:23:03 PM »

We are glad to announce that we have finished the SEF patch for the Joomla 1.5 RC4.  For more information see:
http://www.joomlatwork.com/products/free_products_for_joomla/joomlatwork_sef_patch_for_joomla_release_1.5rc4.html

Richard
Logged
glorybound
Newbie
*
Posts: 11


View Profile
« Reply #1 on: December 22, 2007, 03:15:03 AM »

I installed the patch on my Joomla 1.5 RC4, but nothing stays in my article meta information.  When I populate the fields and save the fields return blank.  Am I doing something wrong? www.whitebirchstudios.com
« Last Edit: December 22, 2007, 03:40:49 AM by glorybound » Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #2 on: December 22, 2007, 11:09:30 AM »

You where right. This information was saved, but once you retrieved the record from the database the parameters where not set. This is now fixed. You can download the zip file again.

The problem was in the file /administrator/components/com_content/controller.php

I've overlooked this because I had the patch rebuild from scratch for 1.5RC4 and have check this in a new SVN repository....

Regards,

Richard
Logged
glorybound
Newbie
*
Posts: 11


View Profile
« Reply #3 on: December 23, 2007, 08:27:14 AM »

It seems to have worked.  One question.  What do I do with the metag.xml file?  Do I have to fill it out?  Is it for some links that have not been filed  within its page?
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #4 on: December 23, 2007, 09:13:11 AM »

The metaconfig.xml  file is for defining and adding custom META fields for your website. Examples in the provide META file are copyright and the Google bot tags, but there are several other tags that you like to add.

For example if your site is listed  on www.dmoz.org (this is a must in SEO world) Google, MSN and Yahoo can use the DMOZ description and title for certain pages in your website. This is normally not what you want since you have optimize your pages and you want to have the subject title and the summery of the search results based on the specifc webpage. To prevent this you can add beside the Google tag the following META fields:

Google: <META NAME="GOOGLEBOT" CONTENT="NOODP">
Yahoo! <META NAME="Slurp" CONTENT="NOODP">
MSN and Live Search: <META NAME="msnbot" CONTENT="NOODP">

This XML file would then be as follow:
Quote
<?xml version="1.0" encoding="utf-8"?>
<config>
  <params>
    <param name="html_title" type="text" size="40" default="" label="HTML Title" description="Enter the HTML title tag" value="" />
    <param name="meta_description" type="textarea" default="" label="META tag description" rows="5" cols="30" description="META tag: Description"/>
    <param name="meta_keywords"    type="textarea" default="" label="META tag keywords" rows="5" cols="30" description="META tag keywords, please seperate your keywords with a comma"/>
    <param name="robots" type="list" default="1" label="Robots meta tag" description="Set the value of the robots tag">
        <option value="index, follow">index, follow</option>
        <option value="noindex, follow">noindex, follow</option>
        <option value="noindex, follow">index, nofollow</option>
        <option value="noindex, nofollow">noindex, nofollow</option>
        <option value="0">Don't display the robots tag</option>
    </param>
    <!-- start here your custom META tags -->
    <param name="googlebot" type="list" default="" label="Google settings" description="Settings for the Google crawler">
        <option value="">Do nothing</option>
        <option value="noarchive">noarchive => don't include in Google cache</option>
        <option value="nosnippet">nosnippet => disallow a summary display</option>
        <option value="noodp">noodp => disallow a summary from dmoz.org</option>
        <option value="noarchive, nosnippet">noarchive, nosnippet</option>
        <option value="noarchive, noodp">noarchive, noodp</option>
        <option value="nosnippet, noodp">nosnippet, noodp</option>
        <option value="noarchive, nosnippet, noodp">noarchive, nosnippet, noodp</option>
    </param>
    <param name="copyright" type="text" size="40" default="Joomlatwork" label="Copy right" description="Copyright META field" value="" />
    <!-- The MSN and Live DMOZ tag -->
    <param name="msnbot" type="text" size="40" default="NOODP" label="MSN dmoz setting" description="MSN dmoz setting" value="" />
    <!-- The Yahoo DMOZ tag -->
    <param name="slurp" type="text" size="40" default="NOODP" label="Yahoo dmoz setting" description="Yahoo dmoz setting" value="" />
    <!-- end of your custom META tags -->
  </params>
</config>

In other words the example in this XML file gives you full control of how your pages are presented within the search engines search results (and that is what you want.) I added the Google example because this was somehow a little complex. From my point of view this is a must have for your website. I've customers with large portals who must have full control over the content that is generated. And since these customers are moving (or are moved) to Joomla 1.5 we have released the patch

Also I've been working for around 7 years with search engines implementations in large companies (apache lucene, convera, verity, autonomy, etc..). One of the important aspects on these intranet environments is that you could define custom META tags, for example publisher, department, information domain, etc..  This is a must have.

Regards,

Richard
Logged
GuyRCook
Newbie
*
Posts: 2


View Profile
« Reply #5 on: December 23, 2007, 11:20:52 AM »

Do I need to be using .htaccess on apache for 'things' to work?  I am setting page titles for individual pages, but my browser title bar keeps showing the site title... 

Thanks in advance,
Guy Cook
http://www.JoomlaFriends.org
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #6 on: December 23, 2007, 11:25:04 AM »

No you don't need the .htaccess file. The .htaccess file is normally used for the URL rewriting and that is not needed for this patch.

Regards,

Richard
Logged
GuyRCook
Newbie
*
Posts: 2


View Profile
« Reply #7 on: December 23, 2007, 11:40:29 AM »

Ok, I'm having a problem with the SEF patch then, my titles aren't changing  I'll revisit my configuration in the Global Settings SEO tab, and change my htaccess.txt back to being that from having it as .htaccess  Thanks for your quick reply.

Wow!  Testing in FireFox and for example, click on "Example Pages" under Key Concepts and this is the URL that appears in the browser address bar!
http://www.joomlafriends.org/index.php/example-pages?4802421bc25528a15cb46eda02be103a=58728b8bf014598565c30c2c0274a3d2

In IE 7 it's fine.

The install instructions say there's a restore things back to how they were?  I'd like to do that since I am unable to get the 1.5 articles to have their own meta tags and only can have the MAIN title that I add in the SEO tab.

I tried, but I"m just not 'getting it' for some unknown reason.

SOLVED!  Thanks for looking at that and correcting my error in configuration!  Great extension, I"ll suggest to others now that I see what needs be done.
« Last Edit: December 23, 2007, 03:43:25 PM by GuyRCook » Logged
glorybound
Newbie
*
Posts: 11


View Profile
« Reply #8 on: December 23, 2007, 06:54:40 PM »

My title isn't changing either.  In my title I am seeing my main title... how do I fix this?
« Last Edit: December 23, 2007, 07:01:14 PM by glorybound » Logged
glorybound
Newbie
*
Posts: 11


View Profile
« Reply #9 on: December 23, 2007, 07:03:30 PM »

I have been trying to get into DMOZ for over a year... any tips?  I am assuming each metatconfig.mxl is different so how can I make sure I don't screw mine up?

Can you look at mine and tell me if it is okay?

http://www.whitebirchstudios.com/metaconfig.xml
« Last Edit: December 23, 2007, 07:23:17 PM by glorybound » Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #10 on: December 23, 2007, 07:52:51 PM »

These seems to be ok. Only you forget the Google default setting...

Regards,

Richard
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #11 on: December 23, 2007, 07:55:20 PM »

Have you tried submitted an URL within the DMOZ already? If the category is not responding on your post try other categories but make sure that your description reflects your site...

Regards,

Richard
Logged
glorybound
Newbie
*
Posts: 11


View Profile
« Reply #12 on: December 24, 2007, 12:53:06 AM »

What would the Google default settings be.  Also, I tried everything with DMOZ.  I started trying when they were down for months.
Logged
glorybound
Newbie
*
Posts: 11


View Profile
« Reply #13 on: December 24, 2007, 12:54:24 AM »

What about my title not changing?

if you go to http://www.whitebirchstudios.com you'll see the browser title stays the same.
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #14 on: December 24, 2007, 08:34:19 AM »

Goto the global configuration SEO tab and put [TITLE] in the title configuration field and if you want to display the sitename as well in the title put [SITENAME].

Regards,

Richard
Logged
Pages: [1] 2 3 Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!