How to Upload Google Verification Code to website - concrete5

Permalink 1 user found helpful
Hii

i'm trying to get my site verified by google. but not found proper path this CMS, so please anyone let me know how the process...

<meta name="google-site-verification" content="pvxhrOrOeU7C6jjpIdHip9bc8vcrPCvLJdTKRyFdOpg" />

 
TMDesigns replied on at Permalink Best Answer Reply
TMDesigns
Hi,

Try adding it to the top by going to Tracking Codes section in the dashboard. It's under SEO and statistics.

Tim
rakeshroul replied on at Permalink Reply
Hii
Thank you very much, Will updated GWT code and success.
FaganSystems replied on at Permalink Reply
FaganSystems
Hi,

Assuming you are asking about the google analytics code then download the file from google and upload to the website root.

Martyn
rakeshroul replied on at Permalink Reply
Thank you
WebigearDigital7 replied on at Permalink Reply
Hey,
Its easy !!!

Instead of using the file verification method, use their HTML tag.

Go to your Home page | Properties | Custom Attributes and add the Header Extra Content page attribute.

Paste the HTML into that field, it should look something like this:

<meta name="verify-v1" content="some-random-string" />


Save and you should be able to verify!

Thanks,
contact me for all C5 related tasks : jobs@webigear.com
ctribucher replied on at Permalink Reply 1 Attachment
Hi there,

I just tried the method you described, and I still get a failure notice from Google when trying to verify my site.

Have I placed the tag in the right place?

Thanks!
mnakalay replied on at Permalink Reply
mnakalay
You placed it correctly but you might want to empty concrete5's cache and then reload your page and check that meta tag appears in the page's source code
ctribucher replied on at Permalink Reply 1 Attachment
Thanks so much for your reply!

I tried to clear the cache and place the tag under Attributes > Header > Extra Header Content.

But, when I looked at the source code, it is showing above the <head> tag.

Is there something else you can think of that I can try?

Thanks again!
FaganSystems replied on at Permalink Reply
FaganSystems
HI,

It would seem you have resolved this now.
When I inspect the web page it is showing to be n the correct place.

Are you seeing this?

Regards
Martyn
ctribucher replied on at Permalink Reply
Hi Martyn,

That's so strange! I see my opening <head> in line 66 of the source code, but the google site verification file is showing on line 63. I still receive the "failure to verify" message in search console, even after clearing my browser's cache (Chrome) and shutting down and restarting my computer.

Do you think the next best solution would be to upload the verification file to the root directory of the website?

Thanks,
Cindy
FaganSystems replied on at Permalink Reply
FaganSystems
Hi Cindy

This is what I see below.

What I do when making changes and using chrome is to clear the browser caches as well. If you have an inspection open from inside chrome then you can do an "empty cache and hard reload"

My friend Tim does make an interesting point, my comment from below is connected to
http://www.unioncountync.gov/, but looking athttp://co.union.nc.us/ it does seem to me to also be ok, Which website are you working on?

<head><meta class="foundation-mq-small"><meta class="foundation-mq-small-only"><meta class="foundation-mq-medium"><meta class="foundation-mq-medium-only"><meta class="foundation-mq-large"><meta class="foundation-mq-large-only"><meta class="foundation-mq-xlarge"><meta class="foundation-mq-xlarge-only"><meta class="foundation-mq-xxlarge"><meta class="foundation-data-attribute-namespace"><title>Union County, NC :: Home</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="Through continuity of leadership and direction, and built upon consensus of the community, we identify and implement strategies, programs and services, necessary to promote and sustain the quality of life and lifestyles unique to Union County.">
<meta name="generator" content="concrete5 - 5.7.5.13"><link rel="shortcut icon" href="http://www.unioncountync.gov/application/files/8114/7949/2506/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://www.unioncountync.gov/application/files/8114/7949/2506/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="http://www.unioncountync.gov/application/files/6214/7949/2527/iphoneicon.png">
<script async="" src="https://www.google-analytics.com/analytics.js"></script><script id="twitter-wjs" src="http://platform.twitter.com/widgets.js"></script><script async="" src="https://www.google-analytics.com/analytics.js"></script><script async="" src="https://www.google-analytics.com/analytics.js"></script><script type="text/javascript">
    var CCM_DISPATCHER_FILENAME = "/index.php";
    var CCM_CID = "1";
    var CCM_EDIT_MODE = false;
    var CCM_ARRANGE_MODE = false;
    var CCM_IMAGE_PATH = "/updates/concrete5.7.5.13_remote_updater/concrete/images";
    var CCM_TOOLS_PATH = "/index.php/tools/required";
    var CCM_APPLICATION_URL = "http://www.unioncountync.gov";
    var CCM_REL = "";
mnakalay replied on at Permalink Reply
mnakalay
Which website are we talking about?
There is no website mentioned in this thread and the website from your public profile (https://www.giveyoulead.com/) is a Wordpress website.
mnakalay replied on at Permalink Reply
mnakalay
Ok I found it through keywords in your screenshot:http://co.union.nc.us/

Something is very wrong with that site, you have lots of scripts and indeed your verification tag that are displayed well before the opening <head> tag.

I think you need to correct your theme's files
ctribucher replied on at Permalink Reply
Thanks. I'm new to Union County so I've reached out to the person who initially created the site to see if she can provide some insight. I'm sure her context will be very valuable in troubleshooting!

In the meantime, I appreciate you taking a look, and I will update my profile to be more accurate (I'm not sure where giveyoulead.com came from!).
mnakalay replied on at Permalink Reply
mnakalay
@FaganSystems
The source code you are looking at is not the real source code for that page.

First, those foundation-mq-xx class elements do not appear in the source code unless you look at it in the browser's developer tool. So my guess is they are added by JS.

Second, the code you are looking at in the browser's developer tool is rearranged by the browser to correct it so it looks normal.

Instead, click on the page and click on "View Page Source" and you will see the actual source which is totally wrong with even the <title> element outside of the head.
ctribucher replied on at Permalink Reply
I just wanted to say thanks again for taking a look. With the upcoming holiday, I may not hear from the original developer for a few days. But if/when we get it resolved, I'll post again.

Cheers!
TMDesigns replied on at Permalink Reply
TMDesigns
Or just pay and one of us to fix probably only take us 30mins.
mnakalay replied on at Permalink Reply
mnakalay
Happy new year to all :-)
ctribucher replied on at Permalink Reply
Just a quick note to let you know that I was able to get this issue resolved by working with the developer to add the tag to the header.php file. The site is now verified and I can begin using search console. Thanks again for all of your help!