GoogleTagged

Started by karlbenson, August 07, 2007, 11:13:39 PM

Previous topic - Next topic

goldenboy48

Can google read these tags while going through our site?

karlbenson


goldenboy48

#122
QuoteCan google read these tags while going through our site?

Was that answer [yeah.] for that ^^^^^^^^

cuz it was pretty damn quick.

Another question. If I check the "Cached Snapshot of the page" The area where the tags for the topics, is blank.

Topic = http://ecric.net/forums/odi-matches/2nd-final-australia-v-india-at-brisbane-mar-4-2008-short-highlights/

karlbenson

yeah ;)

They are internal links and google will read and follow them (just like with the topics tagging mod).
Although they won't give you pagerank because they are internal links.

ivo2296

#124
I don't know why i can't install it, it gives me error on Display.php
9.     Execute Modification     ./Sources/Display.php     Failure


- 1st modification
on googletagged.xml:

// Add 1 to the number of views of this topic.
   if (empty($_SESSION['last_read_topic']) || $_SESSION['last_read_topic'] != $topic)

on mine Display.php:

// Add 1 to the number of views of this topic.
   if (empty($_SESSION['last_read_topic']) || $_SESSION['last_read_topic'] != $topic)

- 2nd modification:

on googletagged.xml:

// The central part of the board - topic display.
function Display()

on mine Display.php:

// The central part of the board - topic display.
function Display()


hmmm strange......


I copied the code in Display.php manually and so far i see no errors or problems with my forum.


P.S. One error about unexpected }

ivo2296

#125
anyway i got it working, i thing there was small tabulation difference between my display.php and the installer.

But i have another question:

1. Is it possible to add Cyrillic characters? - cause i see in the manual that:
Bad characters are stripped allowing only [-a-Z0-9]. 
My forum is based on Cyrillic windows-1251 encoding.

2. I saw i my database that topic ID 14731 has a hit from google and at the bottom of the topic i see GoogleTagged: but....... see the attached file.... nothing in the list.

Thank you!

denzil69

i found the checkbox without text in permissons and checked it for guests and members. (there was no checkbox for mods tho is this right?)

im a confused, when i view my sitemap, it lists 1 topic, when i click it, it lists more than 95 topics.

if the sitemap is logging only 1 topic (even tho it contains 95 topics) will google pick them up as one single topic or the 95 within it?

thanks

OmaPie

Hi there!
I'm not finding a solve for this error message and am not sure what to do about it. I've checked the file and am not seeing anything wrong with it.

I just don't really know where to go at this point and have searched but haven't found an answer.
:(

Any help would be greatly appreciated! Thank you for all the hard work you do on the various mods! You do a tons of great work for the community!
;D

TIA!

Lori

(Sorry if the formatting comes out weird here; having a little trouble with it...)

Error message/s I'm receiving:
../forum/index.php?action=admin
8: Undefined index:  googletagged_menu
File:  ../forum/Sources/Subs.php
Line: 2861

                                                                                                                     
../forum/index.php?action=viewErrorLog;desc
8: Undefined index:  googletagged_menu
File: ../forum/Sources/Subs.php
Line: 2861




 
 











   
The line referenced is:


        'googletagged_settings' => '<a href="' . $scripturl . '?action=tagged;sa=admin;sesc=' . $sc . '">' . $txt['googletagged_menu'] . '</a>',



from the section:
    // Admin area 'Configuration'.
    if (allowedTo('admin_forum'))
    {
        $context['admin_areas']['config'] = array(
            'title' => $txt[428],
            'areas' => array(
                'edit_mods_settings' => '<a href="' . $scripturl . '?action=featuresettings">' . $txt['modSettings_title'] . '</a>',
                'edit_settings' => '<a href="' . $scripturl . '?action=serversettings;sesc=' . $sc . '">' . $txt[222] . '</a>',
                'googletagged_settings' => '<a href="' . $scripturl . '?action=tagged;sa=admin;sesc=' . $sc . '">' . $txt['googletagged_menu'] . '</a>',

                'welcome_settings' => '<a href="' . $scripturl . '?action=welcome;sesc=' . $sc . '">' . $txt['welcome_admin'] . '</a>',
                'links_settings' => '<a href="' . $scripturl . '?action=links;sa=admin;sesc=' . $sc . '">' . $txt['smflinks_admin'] . '</a>',
                'links_settings' => '<a href="' . $scripturl . '?action=links;sa=admin;sesc=' . $sc . '">' . $txt['smflinks_admin'] . '</a>',
                'gallery_settings' => '<a href="' . $scripturl . '?action=gallery;sa=adminset;sesc=' . $sc . '">' . $txt['smfgallery_admin'] . '</a>',

                'edit_theme_settings' => '<a href="' . $scripturl . '?action=theme;sa=settings;th=' . $settings['theme_id'] . ';sesc=' . $sc . '">' . $txt['theme_current_settings'] . '</a>',
                'manage_themes' => '<a href="' . $scripturl . '?action=theme;sa=admin;sesc=' . $sc . '">' . $txt['theme_admin'] . '</a>',
            )
        );
    }




I'm using: Powered by SMF 1.1.4 [nofollow]SMF © 2006-2007, Simple Machines LLC [nofollow]        | TinyPortal v0.9.8 © Bloc [nofollow]
Mod version.: 1.2 -- and have made the changes you & SgtMic were recommending (didn't affect the error codes one way or the other)

Come visit me anytime at:
DFW CFS/ME & FM Information Distribution Services: http://dfwcfids.net [nofollow]
JMHS Alumni: http://jmhs-classmates.org  --.net
The AzleZoo: http://azlezoo.com [nofollow]

You can also visit me at:
GerdieB.: http://gerdieb.blogspot.com [nofollow]
My Flickr Photos!: http://www.flickr.com/photos/azlezoo [nofollow]

A Life? Cool!
Where can I download one of those from??
unknown

karlbenson

@omapie & Denzil
Sorry I've been away
See http://www.simplemachines.org/community/index.php?topic=187510.msg1405587#msg1405587

@ivo2296
In the current version not. Its for security reasons. Although I was far less experienced with smf and php when i wrote the mod, so it is something i'd like to add, but as and when that will happen I don't know.

To be honest. I am actually trying to find people to take over all of my mods as I don't have the time to keep updating them all anymore.

OmaPie

Quote from: karlbenson on April 06, 2008, 12:09:34 AM
@omapie & Denzil
Sorry I've been away
See http://www.simplemachines.org/community/index.php?topic=187510.msg1405587#msg1405587...

To be honest. I am actually trying to find people to take over all of my mods as I don't have the time to keep updating them all anymore.

Hi there, karlbenson!
Already did that. After I looked at the code, it was the very next thing I tried after updating to the latest version.

That "fix" you refer to had no affect on this problem one way or the other.

Appreciate the quick response though.

I know you must be terribly busy and understand you are trying to find folks to take over the mods. Can't blame ya.

Thanks anyway and again, TY for the contribution you've made & continue to make the the SMF Community.

Take good care!  ;)

Lori
Come visit me anytime at:
DFW CFS/ME & FM Information Distribution Services: http://dfwcfids.net [nofollow]
JMHS Alumni: http://jmhs-classmates.org  --.net
The AzleZoo: http://azlezoo.com [nofollow]

You can also visit me at:
GerdieB.: http://gerdieb.blogspot.com [nofollow]
My Flickr Photos!: http://www.flickr.com/photos/azlezoo [nofollow]

A Life? Cool!
Where can I download one of those from??
unknown

OmaPie

Well... the only way I got the errors to stop was to uninstall this. Which was weird because I had to go through some contortions with reinstalling it to be able to cleanly uninstall it. :(

Also weird because on my other forum I have the earlier version installed and am getting no errors on it... so ... we'll see...

Didn't work to just install the earlier version. ugh. (dang)

So... there's my fix for the problem I was having. FWIW! (no response required; just following up...)
  ;)

Lori
Come visit me anytime at:
DFW CFS/ME & FM Information Distribution Services: http://dfwcfids.net [nofollow]
JMHS Alumni: http://jmhs-classmates.org  --.net
The AzleZoo: http://azlezoo.com [nofollow]

You can also visit me at:
GerdieB.: http://gerdieb.blogspot.com [nofollow]
My Flickr Photos!: http://www.flickr.com/photos/azlezoo [nofollow]

A Life? Cool!
Where can I download one of those from??
unknown

|| σηυя ||

Hello,
I was planning to pull random 50 tags from boardIndex.template.php to home page but i couldn't. Can you help me with this problem?
Thanx a lot for all advice...

karlbenson

You'll need to query the database and pull the tags from the table yourself.
This mod doesn't have any SSI compabilities.

cellax

hi all,
the google tagged permission was blank, I added this into Modifications.english.php at the end, to fix:
$txt['permissiongroup_googletagged'] = 'GoogleTagged';
$txt['permissionname_googletagged_manage'] = 'Manage GoogleTagged';
$txt['permissionhelp_googletagged_manage'] = 'Manage google tagged on Admin ControlPanel';


thx for this mod  :)

I am using SMF 1.1.4 just installed

Alpay

Hi ;
do you thinkin adaptation for modification on smf version 2.0 beta 3 ?

karlbenson

This won't work for 2.x at the moment.

It looks at this point as if the user [Nerve] is going to taking over active development of this mod.
Hopefully he will be able to provide a 2.x verson in the near future.

JeffersonRyan

#136
Hi,

I´m not sure yet, but it seems that this mod drived Yahoo´s Slurp search engine crazy.

I installed this mod last february. My site stats tell me that Slurp was making around 12K hits per month at my site until then. After that, it started to rise and last April Slurp made 70K hits and it´s not going to rest.

In the same month I installed the patch to SMF 1.1.4 and the mod Active Members In Topic. I´m going to uninstall one by one, trying to locate the source of my problem.

It´s not like my site changed too much. It didn´t. And Googlebot is steady, making around 12K hits every month. Nothing changed in the Googlebot behaviour.

This strange Slurp behaviour is evident every time I watch Who´s online. There are always an awful  lot of guests from addresses in the form 74.6.*.* and 67.195.*.* (all belonging to yahoo engines) looking at every known (and unknown, really) corner of my forum.

And it seems this behaviour is corrupting the forum stats. I don´t know if SMF filters topic hits made by search engines, but if it doesn´t, a LOT of the shown hits at the topics are now artificially inflated.


franklinrony

hi good mod, a question, how add meta description and meta keyword in each tag? when clic in every tag the meta is the same in all
http://twitter.com/franklinrony

Entra y aprende a ser un webmaster
www.sv-blog.com
--Si pides ayuda al menos agradece el soporte recibido----

xyxis_fahim

Hi,
The parser http://custom.simplemachines.org/mods/index.php?action=parse

allows to install under SMF 2. Is this safe?
Please suggest.

karlbenson

It will NOT work on SMF 2.x

Advertisement: