The Big Spring Sale! Up to 50% off!

SEO and HTML tags

peter5682
4 Posts
peter5682 posted this 27 August 2020
Ask a Question

unsure of formats for SEO and HTML Meta Tags. back from writing HTML by hand Meta Tags were words with a comma separation. The moment I type just one letter into the Meta Tag box it flags an error telling me only "META" tags are allowed. What is the correct format ??

And for SEO layouts I have the Title done, keywords as words separated by a comma and description as a basic short version of what we do. Is this all correct?

and is there a help page on Nicepage showing a basic layout for each section. including Google analytics ??

unsure of formats for SEO and HTML Meta Tags. back from writing HTML by hand Meta Tags were words with a comma separation. The moment I type just one letter into the Meta Tag box it flags an error telling me only "META" tags are allowed. What is the correct format ?? And for SEO layouts I have the Title done, keywords as words separated by a comma and description as a basic short version of what we do. Is this all correct? and is there a help page on Nicepage showing a basic layout for each section. including Google analytics ??
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 27 August 2020

And for SEO layouts I have the Title done, keywords as words separated by a comma and description as a basic short version of what we do. Is this all correct?

Sounds like correct.

and is there a help page on Nicepage showing a basic layout for each section. including Google analytics ??

Please clarify, or provide links with examples.

Thank you!

...................................................
Sincerely,
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

> And for SEO layouts I have the Title done, keywords as words separated by a comma and description as a basic short version of what we do. Is this all correct? Sounds like correct. > and is there a help page on Nicepage showing a basic layout for each section. including Google analytics ?? Please clarify, or provide links with examples. Thank you! ................................................... Sincerely, Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
peter5682
4 Posts
peter5682 posted this 27 August 2020

I still cannot figure out how you input META tags. Under PAGE PROPERTIES / HTML there is an area for Meta Tags. It does not matter what I type in there it flags an error "Only "META" tags are allowed" and it never saves any data.
So can someone tell me the format that I can enter keywords into this area

I still cannot figure out how you input META tags. Under PAGE PROPERTIES / HTML there is an area for Meta Tags. It does not matter what I type in there it flags an error "Only "META" tags are allowed" and it never saves any data. So can someone tell me the format that I can enter keywords into this area
peter5682
4 Posts
peter5682 posted this 27 August 2020

file attached. still killing me as to why the tags do not work

file attached. still killing me as to why the tags do not work
peter5682
4 Posts
peter5682 posted this 30 August 2020

Still no real help from here. Many things do not seem to work well but I am finding ways around them. So much for no coding. But I looked into to code for a page I made and what do I discover? "SEO" puts the keywords in as "META Tags". The HTML section that says META TAGS does basiclly nothing. very confusing but it seems to work.

Still no real help from here. Many things do not seem to work well but I am finding ways around them. So much for no coding. But I looked into to code for a page I made and what do I discover? "SEO" puts the keywords in as "META Tags". The HTML section that says META TAGS does basiclly nothing. very confusing but it seems to work.
Support Team
Support Team posted this 01 September 2020

What we see is the wrong coding. Try to enter something in the following format, for example:

<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Thank you!

...................................................
Sincerely,
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

What we see is the wrong coding. Try to enter something in the following format, for example: <meta charset="UTF-8"> <meta name="description" content="Free Web tutorials"> <meta name="keywords" content="HTML, CSS, JavaScript"> <meta name="author" content="John Doe"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> Thank you! ................................................... Sincerely, Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments