Hello,

I've set Global and Global Meta tags. But no meta tag is appearing. Page title set in "page title" module is appearing in home page. In other pages, they are fine. I can remember it working few months ago. But now suddenly noticed that they are not there.

Site address http://dinajpur.net

Regards
almamun
----------------
Dinajpur - Rangpur

Comments

damienmckenna’s picture

Status: Active » Fixed

I strongly suspect that the value from Page Title is conflicting with what you're setting in Metatag, unless you really need both it might be worth remove Page Title and just use Metatag.

damienmckenna’s picture

Status: Fixed » Closed (won't fix)

Am leaving this is "won't fix" as it isn't worth spending time on it when the two modules are known to conflict, e.g. see the notice on the admin/reports/status page. As mentioned above, I suggest removing the Page Title module.

almamun’s picture

Disabled the Page Title module. But no luck

almamun
----------------
Dinajpur - Rangpur

juliusvaart’s picture

Priority: Major » Normal
Status: Closed (won't fix) » Closed (works as designed)

Check if you have the code for the main content on the homepage .tpl file:

<?php print render($page['content']); ?>

almamun’s picture

Thanks StreamDesign. That solved my problem.
I had $page['content'] disabled in front page.

But as I said, it's happening for few days. I had $page['content'] disabled for several months.
Anyway, I've found alternative to display frontpage.

Thanks again.

almamun
----------------
Dinajpur - Rangpur

juliusvaart’s picture

But as I said, it's happening for few days. I had $page['content'] disabled for several months.

I had the same issue, but i think it's also good practice to keep the $page['content']

Kind regards,

Julius