Page 1 of 1

Page Properties - privew issue

Posted: Mon Sep 21, 2020 7:53 pm
by Metalmaster
Using WB15 - my site - http://www.infoabout.org.uk/
When I preview my created website every page has text featured at the top which is not in the design layout.

However I located this text in the page properties dialogue under tab > meta tags.

I am using a master page in the design and the text is above the master pager header

How do I correct this?

Source code is:

<!doctype html>
<html>
<head>
Letter Clips | NoteClips | MemoClips | Custom Clips | Clippa Clips |Promotional paperclips | fancy paper clips | Printed paperclip| Promotional printed metal paper clip|Clippa Clips |Promotional paperclips | fancy paper clips | Printed paperclip| Promotional printed metal paper clip| Letter Clips | NoteClips | MemoClips | Custom Clips |
<meta charset="utf-8">
<title>Promotional Paperclips | Promotional shaped wire paper clips | Binder clips |</title>
<meta name="description" content="Clippa Clips | Promotional paperclips | fancy paper clips | Printed paperclip| Promotional printed metal paper clip| Letter Clips | NoteClips | MemoClips | Custom Clips | Clippa Clips | Promotional paperclips | fancy paper clips | Printed paperclip| Promotional printed metal paper clip| Letter Clips | NoteClips | MemoClips | Custom Clips | ">
<meta name="keywords" content="Promotional paperclips, fancy paper clips, Printed paperclip, Promotional printed metal paper clip,Promotional paperclips, fancy paper clips, Printed paperclip, Promotional printed metal paper clip,">
<meta name="categories" content="Promotional paper clipsPromotional paper clips">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="7 days">
<meta name="generator" content="90 Second Website Builder 15 - https://www.90secondwebsitebuilder.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Re: Page Properties - privew issue

Posted: Mon Sep 21, 2020 8:01 pm
by crispy68
Did you open the master page page properties and look at the meta tags that are being added? Also make sure to check the page html and site html to make sure it wasn't added there.

Re: Page Properties - privew issue

Posted: Tue Sep 22, 2020 12:36 pm
by Metalmaster
Thank you for you quick response, as always you are always on it and it gave me the clue that I needed to investigate this issue further.

I have resolved this issue by removing from the meta tag>user defined field of all the text.

What is the function of the meta tag>user defined field apart from putting text from the field and placing it between the HTML Head tags as shown in the page source code?

Do you have any further info on the "User Defined" field?

Thanks for your help - appreciated.

Paul

Re: Page Properties - privew issue

Posted: Tue Sep 22, 2020 1:13 pm
by Pablo
The option is explained in the help, with examples.

Re: Page Properties - privew issue

Posted: Wed Sep 23, 2020 12:51 am
by Metalmaster
Hello
I checked the help as you suggested and could not really follow the examples, however the issue that I was experiencing, was the meta tags that were featured below the Head tag in the page source code also appeared on the previewed pages and also in the same position on the published website. I removed the meta tags which resolved the issue but i now cannot have meta tags.

Thank you

Paul

Re: Page Properties - privew issue

Posted: Wed Sep 23, 2020 12:55 am
by crispy68
but i now cannot have meta tags
Of course you can. You didnt input them correctly.

Here is what it says from the help:
User defined
Here you can insert your own custom meta tags. These will be inserted before all other meta tags right after the <head> tag.

Example:
<meta http-equiv="Cache-control" content="no-cache">
<meta name="expires" content="tue, 01 Jun 2010 19:45:00 GMT">
So, if you want to add your own you simply type them similar to above. There are all kinds of meta tags you can add. See this for a list or here for more info on meta tags.