I cant figure out how to verify with Google+.
I dont know what file I should modify, if you could give me the path and file name and also where to add the code that would be helpful.
Here is the info:
Link your brand page to your website
Linking your brand page and website is useful because:
It helps you connect with your friends, fans, and customers.
It provides Google with information that we can use to help determine the relevancy of your site to a user query on Google Search.
It’s best to work with your webmaster if you aren’t familiar with editing your website. You have two options for linking a page with your website:
Webmaster linking: If your website is already verified in Webmaster Tools, then the verified webmaster can approve a request to connect your website to the Google+ page for your business.
Direct linking: You can directly link your website by inserting a small snippet of code on your website and then listing that website as a Google+ page's primary link in the About section of the profile.
If you have a local Google+ page, you should use the local verification process to add your business information to Google Maps and display the verification badge on a Google+ page. It's not currently possible to link a local Google+ page to your website.
______________________________________
You can directly link your website by inserting a small snippet of code on your website and then listing that website as a Google+ page's primary link in the About section of the profile. For example, if a Google+ page’s primary link is set to http://www.pagewebsite.com, you can create a bidirectional link by placing the following code snippet within the <body> tag of the HTML for the corresponding page of the site:
<a href="https://plus.google.com/{+PageId}" rel="publisher"></a>
For example, if the URL of your Google+ page is http://plus.google.com/111112222233333444555, the following line should be inserted into the <body> section, as follows:
<body>
...
<a href="https://plus.google.com/111112222233333444555" rel="publisher">Visit us on Google+</a>
...
</body>
If you prefer to not display a visible link within the page, you can include the following line instead:
<a href="https://plus.google.com/{+PageId}" rel="publisher"></a>