Questions tagged [page-title]
263 questions
-1
votes
2 answers
How to insert specific strings from page into meta tags with JavaScript?
I need this for SEO purposes. A small amount of pages on the website I'm working on, get generated dynamically, but their meta data is very generic - even though 5 of theses (different) pages have relatively different content, they will have the…

emiliano85
- 129
- 10
-1
votes
1 answer
How to change a page's title when loading it in React without delay?
I started learning React from Angular and I'm having trouble changing the pages'title dynamically, and I don't know if there is a better way of doing it than what I'm doing right now. I have, on each page, the following hook:
useEffect(() => {
…

Marcel
- 25
- 7
-1
votes
1 answer
Xamarin iOS nav bar title missing in iOS16.0 when app built with Xcode 14.0
This issue is for Xamarin iOS apps built in Xcode 14.0 and running in iOS16.0.
Where a page title is set other than in the page constructor (for example in OnAppearing), the page title is not shown - missing - when first displayed. If you push out…

BillF
- 1,034
- 3
- 13
- 28
-1
votes
2 answers
Title and Favicon Doesn't display in PHP
Here is the title and link I used with the header, but I just get the word "Document" instead
Chicken and Waffle | Local 360 | Gunyen</title>
;
sample:…

John
- 3
- 1
-1
votes
2 answers
How to hide the title of blog post and only show the H1 title?
I want to show the title of my blog post to only search engines and want to show h1 title to my readers inside my blog post.
But whenever I write the title on WordPress and hit update. It shows me both title as well as the h1 tag.
So it is quite…

Tejas Rane
- 15
- 6
-1
votes
2 answers
html comment in head title tag - is it syntactically correct and ignored by search engines?
I have a web page which delivers templates to applications on external servers, so they can run in the same page environment.
Now I'd like to put html comments as placeholders in the head title tag like…

LongHike
- 4,016
- 4
- 37
- 76
-1
votes
1 answer
Title not showing on chrome tab from brackets
New to HTML, learning on lynda.com. On one of the exercises I'm typing the following:
Basic HTML…

Rui Fernandes
- 1
- 1
-1
votes
1 answer
tx_news - Category as Pagetitle
ich verwende die Typo3 Extension: tx_news.
Bei der Ausgabe des Newstitel im Browser gibt es keine Probleme.
Ich frag mich aber ob es auch möglich ist die gewählte News-Kategorie als Browsertitel auszugeben?
Bevor der User zur gewählten Detail News…
-1
votes
1 answer
How to Add favicon and page title on to a asp.net page
I have aspx page like picture :
I want to favicon and page title on this page. I learned this : favicon and page title inside in tag. I tried something but I didn't. I get many error.
How can I do (Without disturbing the code) any idea…

eagle
- 451
- 1
- 7
- 27
-1
votes
1 answer
Don't want BrowserPageTitle to be default with Menu Item Title name in Joomla
How to disable the default value for the Menu Item Title in the Browser Page Title?

user1671308
- 859
- 2
- 8
- 11
-1
votes
1 answer
Why is wordpress showing the title tag twice after adding title-tag theme support?
In WordPress, wp_title is showing twice or output is twice.
I have added add_theme_support('title-tag') in functions.php.
The website's head:

Minja
- 11
-1
votes
1 answer
Changing Section Title from H2 to H1 from WordPress Theme
As the title states, I am having trouble locating where to change the section titles that are currently h2 to be h1.
Site in reference: http://veloxity.us
Any insight or advice would be much appreciated!

user3869776
- 1
- 4
-1
votes
1 answer
Proper title structure on a webpage?
I have a website with the front page title structured like this:
Site Name - The Subtitle
For SEO purposes, is this the right way to structure the title or is it:
The Subtitle - Site Name
I'm using WordPress SEO by…

Daniel Harris
- 1,805
- 10
- 45
- 63
-1
votes
2 answers
Override default title tag set in head section by putting another for better SEO
Is it good to override default title tags in following scenario?
I am using nested master pages on my website (ASP.Net).
By default the titles in head section (that appear in the address bar) are set to default title -- say mywebsite.com - {active…

dhruvpatel
- 1,249
- 2
- 15
- 23
-2
votes
0 answers
Title page for HTML in Quarto
I am fairly new to Quarto and have only been using it for university papers. One of the requirements for the submission of my paper is that I have a title page that has some basic information e.g., my name, the name of the course etc. on it. As I am…

brian cluyse
- 17
- 1