Increasing Userbase

Post Reply
downtoearth
Posts: 8
Joined: Mon May 11, 2020 9:47 am
Answers: 0
Has thanked: 4 times
Been thanked: 0

Increasing Userbase

Post by downtoearth »

Hi All,

It's currently very hard to find this forum without a direct link via google. Typing 'Electrical Forum NZ' currently only shows the existing unused forum on at least the first page of Google. So you basically wouldn't find it unless you knew what you were looking for.

I think it may be ideal to work with Google to make this forum show at the top of the list, what this entails I'm not overly sure. Combine this with regular advertising of this forum on the newly made Electrical Forum Facebook page should eventually get it back to how it was.
User avatar
DougP
Posts: 242
Joined: Sun Apr 12, 2020 10:11 pm
Answers: 3
Has thanked: 19 times
Been thanked: 31 times

Re: Increasing Userbase

Post by DougP »

That's a good point. Not sure if Greg has put any MetaTags in the page code...
User avatar
gregmcc
Site Admin
Posts: 189
Joined: Sun Apr 12, 2020 4:45 pm
Answers: 0
Has thanked: 18 times
Been thanked: 49 times

Re: Increasing Userbase

Post by gregmcc »

I have not done any meta tags, setting this up was a very steep learning curve for me, but lucky for me I have a reasonable back ground in computers and plenty of people offering help, so if anyone has any ideas on how to go about doing this, feel free to post here or PM me.
User avatar
BenAlchin
Posts: 19
Joined: Mon Apr 20, 2020 10:40 am
Answers: 0
Has thanked: 0
Been thanked: 0

Re: Increasing Userbase

Post by BenAlchin »

I believe you need to go the overall_header html page in the forum's installation and manually add in your meta title and description tags (can explain in more detail if you like).

You can also add in the tag to allow google search console to track data so you can request indexing and see where you're being searched, found and clicked.

As best I understand, at present the most important factor in SEO is links back to your site and normal, topical conversation. Google has advanced to the point it can begin to recognise actual organic conversation and seperate it from keyword stuffing and what have you.
User avatar
gregmcc
Site Admin
Posts: 189
Joined: Sun Apr 12, 2020 4:45 pm
Answers: 0
Has thanked: 18 times
Been thanked: 49 times

Re: Increasing Userbase

Post by gregmcc »

I'm reasonable sure I know exactly which file I need to edit (the Google bot checks out this forum using the pro silver theme, so the overall_header.html for that style, but I'm not sure what I should be putting in the content, so any suggestions are welcome.
User avatar
BenAlchin
Posts: 19
Joined: Mon Apr 20, 2020 10:40 am
Answers: 0
Has thanked: 0
Been thanked: 0

Re: Increasing Userbase

Post by BenAlchin »

<title>The title of your website</title>
<meta name="Description" content="A description of what your website is for" />


Place both of those between the <head> and </head> tags
User avatar
gregmcc
Site Admin
Posts: 189
Joined: Sun Apr 12, 2020 4:45 pm
Answers: 0
Has thanked: 18 times
Been thanked: 49 times

Re: Increasing Userbase

Post by gregmcc »

Thanks, I was really looking for some feedback on what to use for the description, Title is easy "NZ Electrical Forum"
User avatar
BenAlchin
Posts: 19
Joined: Mon Apr 20, 2020 10:40 am
Answers: 0
Has thanked: 0
Been thanked: 0

Re: Increasing Userbase

Post by BenAlchin »

So you'll want pretty much how you'd explain it to someone - keep it conversational and don't try to stuff keywords in. Keywords aren't used anymore.

It'd be probably something like 'A forum for New Zealand's Electrical professionals to discuss everything in the industry, share tips and knowledge, and learn the tricks of the electrician's trade'
User avatar
gregmcc
Site Admin
Posts: 189
Joined: Sun Apr 12, 2020 4:45 pm
Answers: 0
Has thanked: 18 times
Been thanked: 49 times

Re: Increasing Userbase

Post by gregmcc »

I've given it a go and the change has been active for about 4 days now, doing a google search and nothing comes up.
this is what I have in the overall_header.html
-------
<!DOCTYPE html>
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="New Zealand's Electrical Forum" content="A forum where New Zealand's Electrical professionals can discuss anything in the industry to get good sound advice on how to solve electrical problems, help with Electrical legislation and standards along with tips and tricks of the trade." />
{META}
-----------

A google search doesn't produce any results for me
User avatar
BenAlchin
Posts: 19
Joined: Mon Apr 20, 2020 10:40 am
Answers: 0
Has thanked: 0
Been thanked: 0

Re: Increasing Userbase

Post by BenAlchin »

note quite right, you'll need it to be this:

<title>New Zealand's Electrical Forum</title>
<meta name="Description" content="A forum where New Zealand's Electrical professionals can discuss anything in the industry to get good sound advice on how to solve electrical problems, help with Electrical legislation and standards along with tips and tricks of the trade." />
User avatar
gregmcc
Site Admin
Posts: 189
Joined: Sun Apr 12, 2020 4:45 pm
Answers: 0
Has thanked: 18 times
Been thanked: 49 times

Re: Increasing Userbase

Post by gregmcc »

Thanks, I have made the change, we will see if google picks it up
User avatar
DougP
Posts: 242
Joined: Sun Apr 12, 2020 10:11 pm
Answers: 3
Has thanked: 19 times
Been thanked: 31 times

Re: Increasing Userbase

Post by DougP »

Like this maybe?

<head>
<title>New Zealand's Electrical Forum</title>
<meta name="Description" content="A forum where New Zealand's Electrical professionals can discuss anything in the industry to get good sound advice on how to solve electrical problems, help with Electrical legislation and standards along with tips and tricks of the trade." />
</head>
Post Reply