Jump to content

headoutput issue


ithaki

Recommended Posts

Hi,
I have the following issue when I view my page source

1. This is the line of code that I hope is not causing any problems with my SEO and ranking : 
<meta property="og:title" content="SA Domain Internet Services">
<meta property="og:site_name" content="SA Domain Internet Services">
<meta property="og:url" content="http://www.sadomain.co.za/index.php">

2. Our site has been setup as https://www.sadomain.co.za/index.php

3. The code above is being pulled in by the insert: {$headoutput}

4. Where would I find the file to change it to https

Link to comment
Share on other sites

Hey it looks like you are using a 3rd party plugin/module however 

Setup > General Settings 

check that
Domain specified your "https:" and that WHMCS System URL also includes https: i suspect that the module will use either of the two fields to prefill that.

 

 

Link to comment
Share on other sites

weirdly on your index.php homepage, you have two sets of meta properties...

	<!-- Zumada SEO Manager for WHMCS -->
	<title>Domain Registrations | Website Hosting | WordPress Hosting | Web Hosting | South Africa</title>
	<meta name="description" content="SA Domain for domain registrations, wordpress hosting, website hosting, web hosting, email solutions, connectivity (Fibre, ADSL), website design and development."/>
	<meta name="robots" content="index, follow">
	<meta property="og:title" content="Domain Registrations and Website Hosting South Africa" />
	<meta property="og:type" content="Internet Service Provider" />
	<meta property="og:url" content="https://www.sadomain.co.za" />

and then later on...

<meta property="og:title" content="SA Domain Internet Services"><meta property="og:site_name" content="SA Domain Internet Services"><meta property="og:url" content="http://www.sadomain.co.za/index.php">

it's this second block that seems to be used on other WHMCS pages rather than the Zumada addon... so if it's being output in {$headoutput} then it will likely be being generated by a hook or addon.

the line before the above code seems to show that you're using the WHMCMS addon, and I know that has meta description options... so it may be worth contacting it's author @sentq if that is the case.

Link to comment
Share on other sites

Thanks for getting back to me. The zumada one is correct.

Am I correct in saying that this code: 

<meta property="og:title" content="SA Domain Internet Services"><meta property="og:site_name" content="SA Domain Internet Services"><meta property="og:url" content="http://www.sadomain.co.za/index.php"> is possible caused by the whmcms addon , so I can contact them.

Link to comment
Share on other sites

2 minutes ago, ithaki said:

Am I correct in saying that this code:

it's certainly being caused by an addon or hook... i'm just assuming it's WHMCMS because it's mentioned in the code before the above line, and it has meta description options... @sentq would be my first port of call on this... if it isn't his program, then there must be something else causing it... but you've got more idea of which addons/hooks you already have installed than I do! :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated