Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
How to add <h1> in /tags.html?tag=
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to add <h1> in /tags.html?tag= (Read 3064 times)
ipghmagnet
Full Member
Posts: 108
How to add <h1> in /tags.html?tag=
«
on:
October 11, 2022, 17:36:09 »
Dear Heros:
May I know how to add <h1> for below links:
https://www.nbvsmagnetic.com/tags.html?tag=ndfeb+grade
https://www.nbvsmagnetic.com/tags.html?tag=permanent+magnet
https://www.nbvsmagnetic.com/tags.html?tag=nd2fe12nx
those are without <h1> , it is viewed as seo-not-friendly.
I also want to add more description content for this page?
How should I do?
Thanks in advance!
Logged
neodymium magnet
www.nbvsmagnetic.com
datahell
Elxis Team
Hero Member
Posts: 10356
Re: How to add <h1> in /tags.html?tag=
«
Reply #1 on:
October 22, 2022, 09:59:55 »
Open the file below:
components/com_content/views/generic.html.php
scroll to line 127:
echo '<h2>'.sprintf($eLang->get('ARTICLES_TAGGED'), $tag)."</h2>\n";
Change h2 tags with h1 tags:
echo '<h1>'.sprintf($eLang->get('ARTICLES_TAGGED'), $tag)."</h1>\n";
Save the file.
As for the description, what you think would be more suitable for this page?
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
ipghmagnet
Full Member
Posts: 108
Re: How to add <h1> in /tags.html?tag=
«
Reply #2 on:
October 25, 2022, 17:02:07 »
Thanks Datahell,
I have been watching the home page of
www.elxis.org
. I thought there was no reply on my topics.
Now i login into the forum, i found you have replied me. Thanks a lot.
Thanks for your help.
For description, i want to add my company's information or some main items introduction to make the page with enough words as per google seo requirement.
Thanks a lot ..
ipghmagnet
Logged
neodymium magnet
www.nbvsmagnetic.com
datahell
Elxis Team
Hero Member
Posts: 10356
Re: How to add <h1> in /tags.html?tag=
«
Reply #3 on:
October 25, 2022, 18:39:39 »
elxis.org displays the latest topics, not the replies.
For META tags check
elxis.net docs
. You can set them from your template's index.php file or a plugin
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
How to add <h1> in /tags.html?tag=