Site SEO

ianrattray
14 Posts
ianrattray posted this 03 November 2021
Ask a Question

I'm curious to know why despite having everything filled in correctly the results on the various search sites are throwing up something it doesn't make any sense to me.

Screenshot one is what comes up on most of the search engines and screenshot two is how I have all the SEO for our filled-in. Do you have any ideas why this is happening and how to resolve it?

I'm curious to know why despite having everything filled in correctly the results on the various search sites are throwing up something it doesn't make any sense to me. Screenshot one is what comes up on most of the search engines and screenshot two is how I have all the SEO for our filled-in. Do you have any ideas why this is happening and how to resolve it?
Vote to pay developers attention to this features or issue.
9 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 05 November 2021

Hello Ian,

Please add the URL Address of each page into the field Canonical, not the description, to the Page Settings.
Check the SEO tab with the Site Settings and fill in the description too.

cannonical.png

Let us know the result after your site will be re-published.
...................................................
Sincerely,
Anna T
Nicepage Support Team

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

Hello Ian, Please add the URL Address of each page into the field Canonical, not the description, to the Page Settings. Check the SEO tab with the Site Settings and fill in the description too. !cannonical.png! Let us know the result after your site will be re-published. ................................................... Sincerely, Anna T Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
ianrattray
14 Posts
ianrattray posted this 09 November 2021

Thanks for getting back to me. I did as suggested and while Google is now at least getting our name correct no other changes and the link takes you to an unsecured page.

Thanks for getting back to me. I did as suggested and while Google is now at least getting our name correct no other changes and the link takes you to an unsecured page.
Support Team
Support Team posted this 09 November 2021

Hello Ian,

Please specify have you already confirmed your domain or URL address with the Google Search Console - https://search.google.com/search-console/welcome?
You can ask Google to re-crawl your URL after - https://developers.google.com/search/docs/advanced/crawling/ask-google-to-recrawl

Please check the Google documentation and let us know the result.
...................................................
Sincerely,
Anna T
Nicepage Support Team

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

Hello Ian, Please specify have you already confirmed your domain or URL address with the Google Search Console - https://search.google.com/search-console/welcome? You can ask Google to re-crawl your URL after - https://developers.google.com/search/docs/advanced/crawling/ask-google-to-recrawl Please check the Google documentation and let us know the result. ................................................... Sincerely, Anna T Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
ianrattray
14 Posts
ianrattray posted this 15 November 2021

Anna,

Thank you for the reply, but where do I add the code from Google? On the Google page, see screenshot, it is not obvious to me.

Anna, Thank you for the reply, but where do I add the code from Google? On the Google page, see screenshot, it is not obvious to me.
Support Team
Support Team posted this 15 November 2021

Hello Ian,

It depends on what code you have. Is it for Google Analytics or Google Tag Manager?

Once you’ve signed up for Google Analytics, you’ll be able to retrieve your tracking ID.
To find your Universal Analytics Tracking ID:
Open Google Analytics
Click the ‘Admin’ tab
In the left-hand column, click Tracking Info
Click ‘Tracking Code’
Your code will be available here. For Universal Analytics users, the codes start with “UA.”

To find your Google Analytics 4 Measurement ID:
Open Google Analytics
Click the ‘Admin’ tab
In the left-hand column, click Data Streams
Select a data stream from the list
Your code will appear in the top right-hand corner of the page. For GA4 users, the codes start with “G.”

Example for the GTM you can see in the corresponding field placeholder.

Please let us know.
...................................................
Sincerely,
Anna T
Nicepage Support Team

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

Hello Ian, It depends on what code you have. Is it for Google Analytics or Google Tag Manager? Once you’ve signed up for Google Analytics, you’ll be able to retrieve your tracking ID. To find your Universal Analytics Tracking ID: Open Google Analytics Click the ‘Admin’ tab In the left-hand column, click Tracking Info Click ‘Tracking Code’ Your code will be available here. For Universal Analytics users, the codes start with “UA.” To find your Google Analytics 4 Measurement ID: Open Google Analytics Click the ‘Admin’ tab In the left-hand column, click Data Streams Select a data stream from the list Your code will appear in the top right-hand corner of the page. For GA4 users, the codes start with “G.” Example for the GTM you can see in the corresponding field placeholder. Please let us know. ................................................... Sincerely, Anna T Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
laboratorioseo
3 Posts
laboratorioseo posted this 29 December 2021

How do I make the IP anonymous? Where can I setup ga('set', 'anonymizeIp', true);? Thank you.

How do I make the IP anonymous? Where can I setup ga('set', 'anonymizeIp', true);? Thank you.
Support Team
Support Team posted this 29 December 2021

Hello Ian,

You can add ('set', 'anonymizeIp', true; ) to the GA script in the Site Settings -HTML - additional HTML code
You will find more info here -
https://developers.google.com/analytics/devguides/collection/analyticsjs/ip-anonymization
https://support.google.com/analytics/answer/2763052?hl=en

Let us know if you have any other questions.
...................................................
Sincerely,
Anna T
Nicepage Support Team

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

Hello Ian, You can add ('set', 'anonymizeIp', true; ) to the GA script in the Site Settings -HTML - additional HTML code You will find more info here - https://developers.google.com/analytics/devguides/collection/analyticsjs/ip-anonymization https://support.google.com/analytics/answer/2763052?hl=en Let us know if you have any other questions. ................................................... Sincerely, Anna T Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
laboratorioseo
3 Posts
laboratorioseo posted this 02 January 2022

Thank you Anna. What is the correct code? Additional HTML code only accept certain tags. Do I have to enter this code?

Thank you Anna. What is the correct code? Additional HTML code only accept certain tags. Do I have to enter this code?
Support Team
Support Team posted this 04 January 2022

Hello Ian,

IP masking code should be added to the Google Analytics script according to the Google-provided instruction.
If you have a GTM key in the Google tab you can add your GA script to the Additional Head HTML.
Please note that styles should be wrapped with 'style' tags, scripts should be wrapped with 'script' tags.

Thanks.
...................................................
Sincerely,
Anna T
Nicepage Support Team

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

Hello Ian, IP masking code should be added to the Google Analytics script according to the Google-provided instruction. If you have a GTM key in the Google tab you can add your GA script to the Additional Head HTML. Please note that styles should be wrapped with 'style' tags, scripts should be wrapped with 'script' tags. Thanks. ................................................... Sincerely, Anna T 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