Google doesnt find my meteo template site.

Post Reply
User avatar
tobydude
Forecaster
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.

Post by tobydude » Wed Feb 07, 2018 8:45 am

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

User avatar
Fraggboy
Forecaster
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.

Post by Fraggboy » Wed Feb 07, 2018 3:10 pm

The metatag you have should work.

Code: Select all

<meta property="og:title" content="Fjærvoll Weathersørvis">
Mine is filled out also.

My google search (3rd one down):
Google.jpg
Google.jpg (124.74 KiB) Viewed 11039 times
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
Image

User avatar
Fraggboy
Forecaster
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.

Post by Fraggboy » Wed Feb 07, 2018 3:29 pm

OK.. It seems your domain is hosting other information/pages, including Meteotemplate..

From the screenshot below, you can see the pages Google has crawled.
Site.jpg
Site.jpg (84.75 KiB) Viewed 11030 times
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>
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.
Image

User avatar
Jachym
Site Admin
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.

Post by Jachym » Wed Feb 07, 2018 3:39 pm

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.

User avatar
Fraggboy
Forecaster
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.

Post by Fraggboy » Wed Feb 07, 2018 4:01 pm

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?
Image

User avatar
tobydude
Forecaster
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.

Post by tobydude » Wed Feb 07, 2018 4:58 pm

Thanks, all. i´ll look into it.

User avatar
Jachym
Site Admin
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.

Post by Jachym » Wed Feb 07, 2018 5:06 pm

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

User avatar
tobydude
Forecaster
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.

Post by tobydude » Thu Feb 08, 2018 8:55 am

Fraggboy wrote: Wed Feb 07, 2018 3:29 pm OK.. It seems your domain is hosting other information/pages, including Meteotemplate..


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"

User avatar
Fraggboy
Forecaster
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.

Post by Fraggboy » Thu Feb 08, 2018 2:57 pm

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.

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>
Image

User avatar
tobydude
Forecaster
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.

Post by tobydude » Thu Feb 08, 2018 3:07 pm

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.

Post Reply