Google doesnt find my meteo template site.
- tobydude
- Forecaster

- Posts: 206
- Joined: Sun Jan 07, 2018 6:43 pm
- Location: Norway
- Station model: Netatmo
- Software: Weatherdiaplay
- Contact:
Google doesnt find my meteo template site.
Hi.
When I Google my weather website "Fjærvoll Weathersørvis", Google doesn´t do a good job.
Is it possible to make a block were I can fill in words (metatags) that the Google crawler will use to find my weatherpage?
http://fjærvollan.no/template/indexDesktop.php
When I Google my weather website "Fjærvoll Weathersørvis", Google doesn´t do a good job.
Is it possible to make a block were I can fill in words (metatags) that the Google crawler will use to find my weatherpage?
http://fjærvollan.no/template/indexDesktop.php
- Fraggboy
- Forecaster

- Posts: 193
- Joined: Wed Sep 27, 2017 2:45 pm
- Location: Sunny California
- Station model: Bloomsky II + Storm
- Software: Bloomsky
- Contact:
Re: Google doesnt find my meteo template site.
The metatag you have should work.
Mine is filled out also.
My google search (3rd one down): Do you prohibit crawlers in your .htaccess? I currently allow all crawlers. You can ask Google to re-crawl your website (If you need to modify your .htaccess file). https://support.google.com/webmasters/a ... 5812?hl=en
Code: Select all
<meta property="og:title" content="Fjærvoll Weathersørvis">My google search (3rd one down): Do you prohibit crawlers in your .htaccess? I currently allow all crawlers. You can ask Google to re-crawl your website (If you need to modify your .htaccess file). https://support.google.com/webmasters/a ... 5812?hl=en
- Fraggboy
- Forecaster

- Posts: 193
- Joined: Wed Sep 27, 2017 2:45 pm
- Location: Sunny California
- Station model: Bloomsky II + Storm
- Software: Bloomsky
- Contact:
Re: Google doesnt find my meteo template site.
OK.. It seems your domain is hosting other information/pages, including Meteotemplate..
From the screenshot below, you can see the pages Google has crawled. Check your Google index status: https://support.google.com/webmasters/a ... 5256?hl=en
I don't see your meteotemplate site listed, thus not crawled. You can rectify this by using this index file from the wiki.
Make sure to modify the description and keywords here as well.
You can find the instructions in the Wiki, under Configuration. Click on the "NOTE FOR LINUX APACHE SERVERS!!!". There may be another way to get around this, but I don't know how.
From the screenshot below, you can see the pages Google has crawled. Check your Google index status: https://support.google.com/webmasters/a ... 5256?hl=en
I don't see your meteotemplate site listed, thus not crawled. You can rectify this by using this index file from the wiki.
Code: Select all
<html>
<head>
<meta http-equiv="refresh" content="0; url=template/index.php" />
<title>Meteotemplate</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Meteotemplate - free website template for weather enthusiasts." />
<meta name="keywords" content="meteotemplate, weather, climate, station, template, website" />
<meta name="robots" content="index,follow" />
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
</html>You can find the instructions in the Wiki, under Configuration. Click on the "NOTE FOR LINUX APACHE SERVERS!!!". There may be another way to get around this, but I don't know how.
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Google doesnt find my meteo template site.
Please note that Google crawler does not use meta tags, or if it does only very marginally. Google is now intelligent enough to scan your page and its contents and categorize it based on that. Meta tags were very easy to misuse and so Google found more sophisticated ways of looking at your page.
For example, the title meta tag, previously very important, is nowadays completely ignored by Google, Bing and Yahoo.
For example, the title meta tag, previously very important, is nowadays completely ignored by Google, Bing and Yahoo.
- Fraggboy
- Forecaster

- Posts: 193
- Joined: Wed Sep 27, 2017 2:45 pm
- Location: Sunny California
- Station model: Bloomsky II + Storm
- Software: Bloomsky
- Contact:
Re: Google doesnt find my meteo template site.
Hmm..
If that's the case, then why is my page pulling up and tobydude's isn't?
Is it that I'm using the index file in the root directory forwarding it to the template folder from the wiki?
If that's the case, then why is my page pulling up and tobydude's isn't?
Is it that I'm using the index file in the root directory forwarding it to the template folder from the wiki?
- tobydude
- Forecaster

- Posts: 206
- Joined: Sun Jan 07, 2018 6:43 pm
- Location: Norway
- Station model: Netatmo
- Software: Weatherdiaplay
- Contact:
Re: Google doesnt find my meteo template site.
Thanks, all. i´ll look into it.
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Google doesnt find my meteo template site.
Sorry, in my previous post I meant the "keywords" metatag is ignored, not title.
All MT pages use the same meta tags, so the fact google indexes one other than anothre one is really Google´s secret. No-one knows the algorithm of Google, which btw. has over 700 elements it looks at. Something must be different, it could be age of your page, combination of blocks, previous search history etc etc
All MT pages use the same meta tags, so the fact google indexes one other than anothre one is really Google´s secret. No-one knows the algorithm of Google, which btw. has over 700 elements it looks at. Something must be different, it could be age of your page, combination of blocks, previous search history etc etc
- tobydude
- Forecaster

- Posts: 206
- Joined: Sun Jan 07, 2018 6:43 pm
- Location: Norway
- Station model: Netatmo
- Software: Weatherdiaplay
- Contact:
Re: Google doesnt find my meteo template site.
I have remooved all other than Meteotemplate, now.
Takes time to digest all this info.
I have made an entry in index.php in meteotmplate. Dont know if it will work, thou..
"?>
<html>
<head>
<meta name="keywords" content="Fjærvoll weatherservice bø i vesterålen fjærvollan værstasjon Bø weathersørvis weather service"></head>
<meta name="google-site-verification" content="TebXLs87krFN34mvsuzIjoRtGDHCgAPlDUCK_zhj0Ro" />
<title><?php echo $pageName?></title>
<?php metaHeader();?>
</head>
<body>
</body>
<script>
$(document).ready(function(){
isMobile = mobileCheck();
isTablet = mobileTabletCheck();
screenWidth = $(window).wi"
- Fraggboy
- Forecaster

- Posts: 193
- Joined: Wed Sep 27, 2017 2:45 pm
- Location: Sunny California
- Station model: Bloomsky II + Storm
- Software: Bloomsky
- Contact:
Re: Google doesnt find my meteo template site.
The index file I provided above has to go in the root folder, not in the template folder. I copied it below. This can be found in the wiki.
Leave the index.php file alone that's in the template folder. When I type in your domain (http://fjærvollan.no/), I get a thumbs-up. This index file will automatically redirect all traffic to your template (If you wish). It's in the Wiki.
I don't know the changes that you have made in your other index.php file will be sufficient. Sorry.
Leave the index.php file alone that's in the template folder. When I type in your domain (http://fjærvollan.no/), I get a thumbs-up. This index file will automatically redirect all traffic to your template (If you wish). It's in the Wiki.
I don't know the changes that you have made in your other index.php file will be sufficient. Sorry.
Code: Select all
<html>
<head>
<meta http-equiv="refresh" content="0; url=template/index.php" />
<title>Meteotemplate</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Meteotemplate - free website template for weather enthusiasts." />
<meta name="keywords" content="meteotemplate, weather, climate, station, template, website" />
<meta name="robots" content="index,follow" />
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
</html>- tobydude
- Forecaster

- Posts: 206
- Joined: Sun Jan 07, 2018 6:43 pm
- Location: Norway
- Station model: Netatmo
- Software: Weatherdiaplay
- Contact:
Re: Google doesnt find my meteo template site.
ok. Thanks. I´ll look in to it.
I´v got a new domain (fjærvoll.com) and I will probobly move the site (fjærvollan.no) to a new webhotell.
I´v got a new domain (fjærvoll.com) and I will probobly move the site (fjærvollan.no) to a new webhotell.