• Kamal Brijwasi
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I need to verify our salesforce community in google search console using the HTML tag verification method. added the meta tag in head mark up under Community Builder - Settings - Advance - Head mark up.

But I receive the error "We couldn't find your verification meta tag". 

It works perfectly fine with sandbox community. Google's rich results test tool is able to find the HTML verfication tag in sandbox community but not in production.

Has anyone ever able to verify their production community through google search console ?
 
I need to verify our salesforce community in google search console using the HTML tag verification method. added the meta tag in head mark up under Community Builder - Settings - Advance - Head mark up.

But I receive the error "We couldn't find your verification meta tag". 

It works perfectly fine with sandbox community. Google's rich results test tool is able to find the HTML verfication tag in sandbox community but not in production.

Has anyone ever able to verify their production community through google search console ?
 
We have a community and its having public access. we are trying to make the this site content as google searchable.  I have tried all the ways to verify the site by Google Console 
1. Using Meta data Tag
2. DNS 
3. HTML file 
4. Writing new VF page for Heager as 
<apex:page applyHtmlTag="false" applyBodyTag="false" showHeader="false">
<html>
<head> <meta name="google-site-verification" content="6gVRigIo4j09qSdIjONNEogH1YCIxxxfFITHPbZWnqM" />
<title> My title </title>
</head>
 </html>
</apex:page>

But still Im not able to verify my site in google web master tool.
Can any one help me to get my site verified by Google.
Appriciate your help.

Thanks
Nagesh