My website prodelmec.com is not being indexed by google after 3 months!!

marcosgomezlamas
7 Posts
marcosgomezlamas posted this 17 August 2023
Ask a Question

I already filled the SEO relative information, the website is online since around 3 months, and still is NOT showing up in google.

site: prodelmec.com returns NOTHING The website is not indexed.

I´m not using Wordpress, I´m using my own server to host the website and I export it from nicepage as html.

PLEASE HELP ASAP!!

I already filled the SEO relative information, the website is online since around 3 months, and still is NOT showing up in google. site: prodelmec.com returns NOTHING The website is not indexed. I´m not using Wordpress, I´m using my own server to host the website and I export it from nicepage as html. PLEASE HELP ASAP!!
Vote to pay developers attention to this features or issue.
10 Replies
Order By: Standard | Newest
marcosgomezlamas
7 Posts
marcosgomezlamas posted this 17 August 2023

After some tests on the google search console, I figured out there was a missing and MANDATORY field which was causing SEO to fail index. It was the "url" attribute in the below json object:

{

    "@context": "http://schema.org",
    "@type": "Organization",
    "name": "ProDelmec",
    "logo": "images/logo.png",
            "url": "https://prodelmec.com"

}

Now at least seems it will be indexed by Google. So the workaround is to add that line manually on every update. Can you please fix this bug?

Thank you.

After some tests on the google search console, I figured out there was a missing and MANDATORY field which was causing SEO to fail index. It was the "url" attribute in the below json object: { "@context": "http://schema.org", "@type": "Organization", "name": "ProDelmec", "logo": "images/logo.png", "url": "https://prodelmec.com" } Now at least seems it will be indexed by Google. So the workaround is to add that line manually on every update. Can you please fix this bug? Thank you.
Support Team
Support Team posted this 17 August 2023

Hello,

This URL should be added with the page canonical link. Please add a canonical link under the Page Settings >> SEO. This should help.

...................................................
Sincerely,
Olivia
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, This URL should be added with the page canonical link. Please add a canonical link under the Page Settings >> SEO. This should help. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
marcosgomezlamas
7 Posts
marcosgomezlamas posted this 17 August 2023

What canonical link? That's not an option in nicepage SEO settings, please send a more specific instructions or screenshot

What canonical link? That's not an option in nicepage SEO settings, please send a more specific instructions or screenshot
marcosgomezlamas
7 Posts
marcosgomezlamas posted this 18 August 2023

The canonical value in SEO settings, does not creates any "url" attribute. Thus, the google SEO check will detect failures.
I still have to hard code it. The URL attribute should be included by you. Please fix this bug ASAP.

The canonical value in SEO settings, does not creates any "url" attribute. Thus, the google SEO check will detect failures. I still have to hard code it. The URL attribute should be included by you. Please fix this bug ASAP.
Support Team
Support Team posted this 18 August 2023

Hello Marcos,

You need to add the full URL https://prodelmec.com into Page Settings>SEO>Canonical and check the page source after.
...................................................
Sincerely,
Anna.
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 Marcos, You need to add the full URL https://prodelmec.com into Page Settings>SEO>Canonical and check the page source after. ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
marcosgomezlamas
7 Posts
marcosgomezlamas posted this 18 August 2023

As I said:
The canonical value in SEO settings, does not creates any "url" attribute. Thus, the google SEO check will detect failures.
I still have to hard code it. The URL attribute should be included by you. Please fix this bug ASAP.

As I said: The canonical value in SEO settings, does not creates any "url" attribute. Thus, the google SEO check will detect failures. I still have to hard code it. The URL attribute should be included by you. Please fix this bug ASAP.
Support Team
Support Team posted this 18 August 2023

Marcos,

You cannot edit manually generated link for logo image within the desktop editor.
You can add your additional head code for this or edit manually the exported generated HTML files.
You have now such links in the page source:

logo-link.png

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

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

Marcos, You cannot edit manually generated link for logo image within the desktop editor. You can add your additional head code for this or edit manually the exported generated HTML files. You have now such links in the page source: !logo-link.png! ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
marcosgomezlamas
7 Posts
marcosgomezlamas posted this 18 August 2023

This JSON you attach was edited by myself, because YOU are generating an INVALID JSON where "url" attribute is missing. Which causes google index to fail, and thats the reason my website has been outside the google index for 3 months.

I'm not talking about the "logo" attribute.

This JSON you attach was edited by myself, because YOU are generating an INVALID JSON where "url" attribute is missing. Which causes google index to fail, and thats the reason my website has been outside the google index for 3 months. I'm not talking about the "logo" attribute.
Support Team
Support Team posted this 18 August 2023

Marcos,

Here is how the default site's Canonical link will look like:

canonical-default.jpg

can.jpg

You can check now with a browser preview of your current site's project.
If there are link issues, please send here your exported project and we will check.

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

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

Marcos, Here is how the default site's Canonical link will look like: !canonical-default.jpg! !can.jpg! You can check now with a browser preview of your current site's project. If there are link issues, please send here your exported project and we will check. ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
marcosgomezlamas
7 Posts
marcosgomezlamas posted this 18 August 2023

Ok, I was setting the canonical url in a page that is not the index.html. On the other hand, it seems a missing or wrong attribute in the "application/ld+json" script is worst than not having the script.

Anyway, I added extra details so by now I will be editing myself this section of the html file.

Thanks, you can close this

Ok, I was setting the canonical url in a page that is not the index.html. On the other hand, it seems a missing or wrong attribute in the "application/ld+json" script is worst than not having the script. Anyway, I added extra details so by now I will be editing myself this section of the html file. Thanks, you can close this
You must log in or register to leave comments