Questions tagged [metadata]
Meta-data provides information about one or more aspects of the data. Meta-data may refer to either structural metadata (data about the containers of data) or descriptive metadata (data about data content).
24 questions
1 vote
1 answer
307 views
Manipulate Meta Description Content using Joomla Module
I want to create a Joomla Module that has the capability to write its own text based on the GET data within the submitted URL, it sounds feasible, let's say the submitted URL is yourdomain.com/index....
1 vote
0 answers
393 views
How to programmatically change a page's meta tag?
I am making a very simple product page for my site. With very little component development experience, I decided to build this page with Javascript only. The URLs will be like https://mystie.com/...
3 votes
2 answers
263 views
Creating a plugin to insert a Chrome Trial Token
I am trying to create a plugin that will add the following in the of pages: <meta http-equiv="origin-trial" content="MY_CHROME_TRIAL_TOKEN"> I assume this should be a ...
0 votes
2 answers
339 views
Add field to menu settings to output open graph image
I want to add a media-field to the menus settings to pick an image for each menu item and output this as open graph images. I see two options: I add the field to the tab "Metadata" which ...
1 vote
0 answers
69 views
SchuWeb Sitemap includes Noindex Pages
I am using Joomla v3.9.19 along with SchuWeb Sitemaps (v3.1.0). Recently, I added some new pages (single article menu item) and added in menu entry the metadata noindex, nofollow, but SchuWeb Sitemaps ...
1 vote
1 answer
461 views
Where to find article page title in database?
When managing an article, there is a "Browser Page Title" field in article options tab. It's the last field in the tab, just below the "Read More Text". Why it's not in the publishing tab makes no ...
0 votes
2 answers
69 views
Is it possible to maintain meta keyword for each page?
I know that there is one place where we can actually maintain our keyword in Joomla Global Configuration-> Metadata Settings -> Site Meta Keywords, but is more like a place to dump all keyword of our ...
2 votes
1 answer
503 views
Get menu-meta_description from menu item
I need to add meta description inside a component page. That's what I tried: $menu = $app->getMenu(); // Load the JMenuSite Object $active = $menu->getActive(); // Load the Active Menu ...
0 votes
0 answers
116 views
how to set <title> tag from article title with custom menu entry?
I am searching for a option to use the article title as a page title if I have defined a custom SEF-menu item. The only way which I have found is to set the page title via the menu item. But this ...
1 vote
0 answers
136 views
Modify the META "Robots"
I want to modify the Robots Meta Tag like <meta name="robots" content="nosnippet" /> But Joomla give me only the choice between (NO)Index and (No)Follow and his combination in a article. ...
1 vote
2 answers
192 views
Joomla page title is not article title for some articles
I am using version 3.6.5. After some SEO inspection, we realized that some article pages are using duplicate page titles (the site name being the page title). I compared the article whose page title ...
1 vote
1 answer
497 views
Modify the <head> tag of a page from a module using Joomla core functions
I'm going to explain: I'm new to Joomla! and I have 3 modules in which I have to rewrite the URLs for SEO purposes. In order to rewrite URLs has been provided this solution on SE WebMasters. It ...
2 votes
5 answers
3k views
How to change home page title and description in meta tag
I have a test website running joomla 3.4: http://test.amberaviation.com.au If you look at the source code of the home page. It says <meta name="description" content="change_here" /> <title&...
0 votes
2 answers
102 views
What is the correct (preffered) entry in SEF plugin for Site Domain
Recently I found out that meta tag rel="canonical" is missing from my page source. So I went to SEF plugin. It was published. But the field 'Site Domain' was empty. I entered http://my-site.com in the ...
2 votes
1 answer
775 views
How Can I Set The <title> Tag Using The Sourcerer Extension?
I'm trying to build a Joomla article to display a photo the user selects. I'm using the Regular Labs Sourcerer plugin to place the required PHP code into my article. I want to set various tags within ...