-
AuthorPosts
-
bvk1987 Friend
bvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
February 26, 2014 at 6:43 pm #195253Hi,
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 27, 2014 at 4:44 am #524567Hope 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 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
February 27, 2014 at 8:01 am #524587The 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 28, 2014 at 4:02 am #524698I 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.
1 user says Thank You to Saguaros for this useful post
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
February 28, 2014 at 8:46 am #524743Thank 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 3, 2014 at 2:10 am #524959Pls 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 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
March 11, 2014 at 10:36 am #526268I have send you a PM 🙂
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 12, 2014 at 3:04 am #526385I’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’.
-
AuthorPosts
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