Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • bvk1987 Friend
    #195253

    Hi,

    I would like the headings of articles to be H1. Currently they are displayed as H2 or H3. This seems to be bad for your rankings. How can this be done?

    Furthermore, do you have a standard htaccess file which I could use to redirect my http://www.website.com to http://website.com?

    Lastly, how can I add an “author” of the website? One of my other Joomla websites shows the company name as author. However, I tried doing the same for my Fixel website but I cannot seem to make it work. I mean the author of the website, not of the blog.

    Saguaros Moderator
    #524567

    Hope my answers below would help:

    – As I can see, article in JA Fixel template has <h1> tag for the heading, you can check code in: templatesja_fixelhtmlcom_contentarticle

    – .htaccess file should be controlled by your server hosting, please contact them for further help.

    – JA Fixel or most of other JA templates, we provide footer block which will help to display site name or copyright information, I think you can put it there.

    bvk1987 Friend
    #524587

    The blog articles have titles which are shown as H2. This has been indicated by an external company and by a website which tests your website.

    For SEO purposes it seems important to have a “author” connected to the website. I do not think what you mentioned with solve this problem.

    Saguaros Moderator
    #524698

    I see, you can follow steps below to change <h2> tag to <h1> tag and add relevant style:

    – Open the file: /templates/ja_fixel/html/com_content/category/bog_item.php, look for this snippet of code:


    <header class="article-header clearfix">
    <h2 class="article-title">
    <?php if ($params->get('link_titles') && $params->get('access-view')) : ?>
    <a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>"> <?php echo $this->escape($this->item->title); ?></a>
    <?php else : ?>
    <?php echo $this->escape($this->item->title); ?>
    <?php endif; ?>
    </h2>
    </header>

    then change <h2> to <h1> tag

    – Then create a new CSS file custom.css and add this css rule:


    .blog article .article-header h1 {
    color: #111
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 5px;
    max-height: 70px;
    }

    Hope this helps.

    bvk1987 Friend
    #524743

    Thank you, that helps. I only made the change from <h2> to <h1> and left it at that. The titles are a little too big but I’m fine with it.

    Any suggestions on the authorship?

    Saguaros Moderator
    #524959

    Pls tell me in details of how you want to add ‘authorship’, where it should be located. Screenshot with explanation would be helpful as well. I will have a look and give you suggestion then.

    bvk1987 Friend
    #526268

    I have send you a PM 🙂

    Saguaros Moderator
    #526385

    I’m not familiar with the language of your site sent to me via PM. It would be best if you can send me screenshot with explanation where you want to add the ‘authorship’. To be honest, I am not sure what you mean by ‘authorship’.

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  Saguaros 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum