Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: Deprecated on November 30, 2008, 11:37:53 AM

Title: Google Verification META Tag
Post by: Deprecated on November 30, 2008, 11:37:53 AM
Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=1527)

Obsolete
Title: Re: Google Verification META Tag
Post by: villasg on November 30, 2008, 11:58:52 AM
Very good idea ...
I have make this manualy .......
Title: Re: Google Verification META Tag
Post by: X3mE on November 30, 2008, 01:03:58 PM
I prefer doing this manually, but many people ask for this, so it's nice to have a mod :)
Title: Re: Google Verification META Tag
Post by: alex30 on November 30, 2008, 02:39:09 PM
Thanks Deprecated! Keep up!
Title: Re: Google Verification META Tag
Post by: blondeamon on November 30, 2008, 03:14:43 PM
Thanks but it not really necessary as it is just copy paste one line on your index.template.php. Nonethelesss people irrelevant to code SHOULD install and use this mod.
Title: Re: Google Verification META Tag
Post by: RoH on December 01, 2008, 05:31:40 AM
sorry for my newbie question..

since forum is going to grow into thousands of pages.. this meta tag wud be active in each page ?

if so, wud it effect the performance of the forum in terms of accessibility.. i mean ..wud it slower down opening of forum pages ?

also, would it eat away bandwidth too? i mean most host provide certain bandwitdh..


~RoH

Title: Re: Google Verification META Tag
Post by: blondeamon on December 01, 2008, 02:45:53 PM
It only needs to exist in one file , your index.template.php. It is no cost at all
Title: Re: Google Verification META Tag
Post by: tethead on December 01, 2008, 06:33:01 PM
Quote from: blondeamon on December 01, 2008, 02:45:53 PM
It only needs to exist in one file , your index.template.php. It is no cost at all

...other than the random times when Google's servers crap out and stall the loading of the rest of your page!!  happens rarely now, but i had that problem a lot about a year ago when i first gave Analytics a shot. 
Title: Re: Google Verification META Tag
Post by: Sabre™ on December 01, 2008, 07:31:27 PM
Good job buddy :)
Title: Re: Google Verification META Tag
Post by: wildcat180 on December 01, 2008, 08:00:28 PM
Deprecated, thanks for creating this mod when I had trouble verifying with Google!  This mod is awesome and couldn't be simpler to use.
Title: Re: Google Verification META Tag
Post by: Apllicmz on December 01, 2008, 10:36:12 PM
Nice work
Good Mods

when update plaese add portuguese

<file name="$languagedir/Modifications.portuguese_pt.php" error="skip">
        <operation>
            <search position="end" />
            <add><![CDATA[
$txt['google_verif_meta_tag'] = 'Google verifica&ccedil;&atilde;o metatag';
]]></add>
        </operation>
    </file>


<file name="$languagedir/Modifications.portuguese_pt-utf8.php" error="skip">
        <operation>
            <search position="end" />
            <add><![CDATA[
$txt['google_verif_meta_tag'] = 'Google verifica&ccedil;&atilde;o metatag';
]]></add>
        </operation>
    </file>


<file name="$languagedir/Help.portuguese_pt.php" error="skip">
        <operation>
            <search position="end" />
            <add><![CDATA[
$helptxt['google_verif_meta_tag'] = 'Insira o seu Google verifica&ccedil;&atilde;o tag META nesta defini&ccedil;&atilde;o. Voc&ecirc; pode adquirir seu tag no<a href="http://www.google.com/webmasters/tools/">
    Ferramentas do Google para webmasters</a> website. Depois de se inscrever ou fazer login, localizar a sua p&aacute;gina na <a href="http://www.google.com/webmasters/tools/">Webmaster Quadro de Ferramentas</a>
    e clique no bot&atilde;o "Verificar" link associado ao seu f&oacute;rum. Em seguida, selecione a caixa drop "Escolher m&eacute;todo de confirma&ccedil;&atilde;o ..." para "Adicionar uma tag META", e mostrará seu site a tag que examina
    algo parecido com isto:<br /><br /><div class="smalltext"><b>&lt;meta name="verify-v1" content="7eYEqeCu26oaUQgou1l3V1avoUlLUMlez4mvWRGDhBYr" /&gt;</b></div><br />Copie esta tag do
    Webmaster Ferramenta a p&aacute;gina e col&aacute;-lo em SMF do Google Verifica&ccedil;&atilde;o META Tag fixa&ccedil;&atilde;o, em seguida, clique em "Gravar". Finalmente, volte para o Webmaster Ferramentas na p&aacute;gina e verificar se tudo funciona';
]]></add>
        </operation>
    </file>



<file name="$languagedir/Help.portuguese_pt-utf8.php" error="skip">
        <operation>
            <search position="end" />
            <add><![CDATA[
$helptxt['google_verif_meta_tag'] = 'Insira o seu Google verifica&ccedil;&atilde;o tag META nesta defini&ccedil;&atilde;o. Voc&ecirc; pode adquirir seu tag no<a href="http://www.google.com/webmasters/tools/">
    Ferramentas do Google para webmasters</a> website. Depois de se inscrever ou fazer login, localizar a sua p&aacute;gina na <a href="http://www.google.com/webmasters/tools/">Webmaster Quadro de Ferramentas</a>
    e clique no bot&atilde;o "Verificar" link associado ao seu f&oacute;rum. Em seguida, selecione a caixa drop "Escolher m&eacute;todo de confirma&ccedil;&atilde;o ..." para "Adicionar uma tag META", e mostrará seu site a tag que examina
    algo parecido com isto:<br /><br /><div class="smalltext"><b>&lt;meta name="verify-v1" content="7eYEqeCu26oaUQgou1l3V1avoUlLUMlez4mvWRGDhBYr" /&gt;</b></div><br />Copie esta tag do
    Webmaster Ferramenta a p&aacute;gina e col&aacute;-lo em SMF do Google Verifica&ccedil;&atilde;o META Tag fixa&ccedil;&atilde;o, em seguida, clique em "Gravar". Finalmente, volte para o Webmaster Ferramentas na p&aacute;gina e verificar se tudo funciona';
]]></add>
        </operation>
    </file>
Title: Re: Google Verification META Tag
Post by: Afro on December 02, 2008, 09:46:18 AM
I have added this manualy,
is there still a need to install this mod?
Title: Re: Google Verification META Tag
Post by: X3mE on December 02, 2008, 12:03:31 PM
Quote from: sam_milla on December 02, 2008, 09:46:18 AM
I have added this manualy,
is there still a need to install this mod?

No, there isn't.
Title: Re: Google Verification META Tag
Post by: peps1 on May 29, 2009, 05:19:36 PM
Cant get this to work, thread all about my trouble here.....please help!

http://www.simplemachines.org/community/index.php?topic=314074.0
Title: Re: Google Verification META Tag
Post by: SimmoAUS on October 01, 2009, 10:31:46 PM
Hi All,

Can anyone please verify that this mod works with ver 1.1.10 ?

Cheers
Simmo
Title: Re: Google Verification META Tag
Post by: Sabre™ on October 02, 2009, 04:29:08 AM
Yep, it does mate. :)
Title: Re: Google Verification META Tag
Post by: TheListener on March 04, 2010, 06:45:08 PM
Does anyone have a forum I can have a sneaky peek at to see this mod working?
Title: Re: Google Verification META Tag
Post by: giveaway365.com on March 25, 2010, 06:04:05 AM
Any luck on RC3
Title: Re: Google Verification META Tag
Post by: Gebruiker on November 16, 2010, 06:51:23 AM
Hello,

I have an urgent question. Does this mod work with 2.0 RC4?
Title: Re: Google Verification META Tag
Post by: moviespot on December 02, 2010, 09:50:57 PM
No It dose not work with 2.0 RC4, I have tested and no results...

Please update, thanks
Title: Re: Google Verification META Tag
Post by: kjellkamp on October 09, 2014, 11:32:06 AM
I am so in need of this mod, but it only support 1.X.X while I'm using 2.0.9.

I hope someone (maybe the original creator) could make it work for 2.0.9. or if possible someone would recreate this mod and make it work on the latest version.

I hope someone could help me :)
Title: Re: Google Verification META Tag
Post by: Deprecated on February 08, 2015, 08:28:41 PM
It worked for me on 2.0.9. Run the install and if the package installer says no problem then go with it. Send me a PM and tell me how it worked for you.

My other workload precludes me from monitoring topics at SFM.