inherit
203162
0
Jan 12, 2014 7:46:25 GMT -8
workathome2014
7
December 2013
workathome2014
|
Post by workathome2014 on Dec 17, 2013 9:34:45 GMT -8
where do I place my meta tags?
thanks in advance
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Dec 17, 2013 9:42:58 GMT -8
Meta tags should go in between the <head> and </head> tags in your Admin Area > Themes > Layout Templates > Forum Wrapper template.
|
|
inherit
220606
0
Nov 9, 2023 11:33:17 GMT -8
tpgettys
596
April 2015
tpgettys
|
Post by tpgettys on Apr 14, 2015 17:47:19 GMT -8
Meta tags should go in between the <head> and </head> tags in your Admin Area > Themes > Layout Templates > Forum Wrapper template. Will these tags be embedded in all the pages created for my forum? If not, is there a way to put meta tags in other pages?
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Apr 15, 2015 7:08:05 GMT -8
They will be.
|
|
inherit
218410
0
Aug 24, 2016 13:59:28 GMT -8
chickadee
meh
222
February 2015
chickadee
|
Post by chickadee on Apr 17, 2015 13:41:52 GMT -8
got a couple of questions. How do meta tags work? where do you get them?
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Apr 17, 2015 15:18:10 GMT -8
Meta tags are basically tags that contain meta information about a page that is typically only used by browsers and search engines (occasionally apps and stuff too). A full (and more technical) breakdown can be had here: developer.mozilla.org/en-US/docs/Web/HTML/Element/meta. Generally you do not need to add any meta tags to your forum. The most common and useful ones are already supplied for you dynamically to match your forum.
|
|
inherit
220606
0
Nov 9, 2023 11:33:17 GMT -8
tpgettys
596
April 2015
tpgettys
|
Post by tpgettys on Apr 29, 2015 11:35:29 GMT -8
got a couple of questions. How do meta tags work? where do you get them? Hi chickadee, You may wish to use the description meta tag: and perhaps the keyword meta tag: here is an example from a site I use: <meta name="keywords" content="photoshop, elements, adobe, photography, images, editing, graphics, scrapbooking, wacom" /> <meta name="description" content="User forum for Adobe Photoshop Elements, sponsored by Photoshop Elements Techniques" />
Copy those lines into your Head section, replacing the content with whatever makes sense for your forum.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Apr 29, 2015 15:00:25 GMT -8
Just as a note, adding a description meta tag can actually hurt your SEO if the keywords in your meta tag differ from the keywords present on the page it's used on. Also, the keywords meta tag is generally considered a bad idea these days, with Google just ignoring it and Bing using it as an indicator that you might be a spam website.
|
|
lilacsky
Full Member
"Love is the fruit of understanding"
Posts: 672
inherit
36462
0
May 31, 2016 17:00:55 GMT -8
lilacsky
"Love is the fruit of understanding"
672
January 2005
lilacsky
|
Post by lilacsky on May 28, 2015 8:48:59 GMT -8
Hello there, I was just about to add meta tags and figured I'd look into it first. Can you or someone explain how this works and how they are already supplied to match the criteria of my forum? Thank you for any help, oh and I have put meta tags into the forum years ago however when I go into my headers and footers all my previous code is MIA not there..
|
|
Kami
Forum Cat
Posts: 40,199
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,199
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on May 28, 2015 18:57:30 GMT -8
Hello there, I was just about to add meta tags and figured I'd look into it first. Can you or someone explain how this works and how they are already supplied to match the criteria of my forum? Thank you for any help, oh and I have put meta tags into the forum years ago however when I go into my headers and footers all my previous code is MIA not there..??? The meta tags you used before are gone because the H/F were cleared with the v5 update. There was a period of time where you could recover that information, but if I recall correctly that's gone by now. (Note: V5 was released ~2012 or so, so it's been several years since this happened).
If I recall correctly as well, meta tags are mostly obsolete because search engine bots now look over the whole website in order to pick out the most commonly occurring words and phrases and generates your keywords from that, but I could be wrong.
|
|
inherit
223844
0
Oct 19, 2015 13:11:11 GMT -8
cfriends
9
August 2015
cfriends
|
Post by cfriends on Aug 13, 2015 3:28:03 GMT -8
Meta tags should go in between the <head> and </head> tags in your Admin Area > Themes > Layout Templates > Forum Wrapper template. Thank you. You have helped me to solve this problem I've been struggling with for about 2 weeks!
|
|