Meta Tags

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
karl
 
 
Posts: 4
Joined: Mon Nov 27, 2017 4:40 pm

Meta Tags

Post by karl »

when entering Meta-Tags in Site-Properties, WYSIWYG copies this Meta-Tags automatically also to Page-Properties.
But why In the HTML-File this Meta-Tags appears doubled?

Example: <meta name="date" content="2020-08-25T10:00:00"><meta name="date" content="2020-08-25T10:00:00">
Each also doubled: description, keywords, author ...

I am using WYSIWYG 15.4.5 under Windows10. (corrected Version-Number)
Last edited by karl on Tue Aug 25, 2020 1:09 pm, edited 1 time in total.
User avatar
Pablo
 
Posts: 23516
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Meta Tags

Post by Pablo »

If you enter meta tags in the Site Properties then they will be added to all pages.
However, they should not be duplicated.

I have tested this in the latest version (15.4.5) and it seems to work correct.
karl
 
 
Posts: 4
Joined: Mon Nov 27, 2017 4:40 pm

Re: Meta Tags

Post by karl »

Delete all Meta-Tags in Page Properties. Press OK.
Open Site Properties. Enter Meta-Tags. Press OK.
Publish All Files.
Open HTML-File with Editor.
The Meta-Tags are doubled:

<!doctype html>
<html>
<head>
<meta name="date" content="2020-08-25T10:00:00"><meta name="date" content="2020-08-25T10:00:00">
<meta charset="utf-8">
<title>Verein</title>
<meta name="description" content="Deutsch-Baltische Genealogische Gesellschaft e.V.Deutsch-Baltische Genealogische Gesellschaft e.V.">
....
User avatar
Pablo
 
Posts: 23516
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Meta Tags

Post by Pablo »

For me, it is only added once.

Did you try version 15.4.5?
presto
 
 
Posts: 127
Joined: Tue Aug 24, 2010 5:19 pm
Contact:

Re: Meta Tags

Post by presto »

This happens when using a masterpage containing the same meta-tags as the other pages. So either delete meta-tags from masterpage or delete them from all the "ordinary" pages.
Post Reply