Jump to content

(DP30) Custom Meta Tags 1.0.0


DawPi

Recommended Posts



thumb-af92e2d894ec9b85cbfe2965ed337b75-.

File Name: (DP30) Custom Meta Tags 1.0.0

File Submitter: DawPi

File Submitted: 04 Aug 2009

File Category: Promotion



Description:
This hook allow to set keywords, description and other meta tags to main board page. In standard IP.Board does not add any tags there, so this mod help move up your site in search engines.


( permissions given my Michael )



Click here to download this file

Link to comment
Share on other sites

  • 2 months later...

Hi DawPi!

Thanks a lot for your great work! I have installed the hook, and set the key words and description (I didn't list meta tags, because I dunno what it is), but it seems not working when I tried to google my website? I don't know why.

Please kindly help instruct. Thank you very much! :)

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

[quote name='3DKiwi' date='21 December 2009 - 07:48 PM' timestamp='1261424881' post='1890685']
I couldn't get this mod / hook to work. Viewing the page source showed no meta data information. I manually added in my own meta data information. Google correctly displays this information.

3DKiwi



I have downloaded the hook.
Please don't think I am stupid, but where or better yet, how do I add my keywords?
Thanks

Link to comment
Share on other sites

[quote name='Vicki' date='02 January 2010 - 09:00 PM' timestamp='1262466026' post='1894770']
I have downloaded the hook.
Please don't think I am stupid, but where or better yet, how do I add my keywords?
Thanks

Never mind, I see!!
Thank YOU so much for this!

Link to comment
Share on other sites

  • 2 weeks later...

Hello,

I installed your hook, nice idea :)

I would like to insert the following line on the home page only but that don't work :
<link rel="canonical" href="http://www.url-of-my-index.com/" />

Do you know how to do that ?

Many thanks :)

Link to comment
Share on other sites

Wa can access on the same page by several url. for exemple :
http://www.myforum.com/
http://myforum.com/
http://www.myforum.com/index.php
etc...

And that gives duplicate contents. So it's better to have on all these URL the command :
<link rel="canonical" href="http://www.myforum.com/" />

With this, all index pages are known to be http://www.myforum.com/ and we have'nt duplicate content.

Do you know how to add it ?

Many thanks

Link to comment
Share on other sites

Ha ok, but i'm not developper. I think i will find where add the code, but what is the code to add to add only the line on index page ? I know i need an if but i don't know how to write it.

Many thanks in advance

Link to comment
Share on other sites

[quote name='DawPi' date='16 January 2010 - 02:48 PM' timestamp='1263653319' post='1899890']
In skin edit section in globalTemplate template bit find:


(Not Tested)


That working a little. I can only see the code on
http://www.myforum.com/index.php?/index
I can't see it on http://www.myforum.com/index.php or on http://www.myforum.com/

Have you another solution to complete this one ?

Many thanks

	</head>

Add Above:

<if test="$this->request['act']=='idx'"><link rel="canonical" href="http://www.myforum.com/" /></if>
Link to comment
Share on other sites

or you could do this:

your_skin, Board index, boardindex template bit,

add the following to the very top of the template:



addtohead is my favorite you can use it to add any thing you want to the header :)

{parse addtohead="<link rel=\"canonical\" href=\"http://www.myforum.com/\" />" type="raw"}
Link to comment
Share on other sites

[quote name='Vicki' date='02 January 2010 - 11:00 PM' timestamp='1262466026' post='1894770']
I have downloaded the hook.
Please don't think I am stupid, but where or better yet, how do I add my keywords?
Thanks

Please be good and explain and for the rest how you did it. I tried to find but I wasn't able to see by now how to set the keywords :(

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...