Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mk_osc

Members
  • Posts

    56
  • Joined

  • Last visited

1 Follower

Profile Information

  • Real Name
    Markus
  • Gender
    Male

Recent Profile Visitors

3,884 profile views

mk_osc's Achievements

  1. Just for the records. I've found the error with the missing product name. I had the Breadcrumb Model Override setting to "true" in admin, while I don't use this model field. I've put the setting to "false", and the name appears now in the breadcrumb trail. 😊
  2. If you don't install the default Header Tags Module " Breadcrumb Schema JSON-LD " the code doesn't appear. The module was not removed from the final version. I will go through the Header Tags SEO installation to see if I find the error or some indication. Thanks, anyway.
  3. it is on product page only, and the JSON code was added to responsive OSC on 15-may-2018, see https://github.com/gburton/Responsive-osCommerce/commit/82a5cfab2a6e402a29b1d61e0dcb64089335b223 But even with the previous code it is not working. Anyone else running responsive OSC with Header Tags SEO ? Thanks.
  4. yes, there is a name in the <title> and yes, the problem is with all product pages. The problem is not with the home page or category pages, since there are only categories or sub categeries shown with breadcrumb, which have a name defined. Only the name for the product is not shown on product pages. hmmm thanks.
  5. Hi, not sure, if my problem is somehow related to this. My file already has this breadcrumb fix, but in the source code of a product listing, there is no "name" for the position 3 item. Also, the "Breadcrumb Text" on the item listing page is not filled automatically. When I fill it manually, the name is missing though on Breadcrumb schema. Here is what appears on the product page: <script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":0,"item":{"@id":"https:\/\/www.domain.com","name":"Home"}},{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/www.domain.com\/index.php?osCsid=st29jcjoi27afiqlhvp8ffdig6","name":"Catalog"}},{"@type":"ListItem","position":2,"item":{"@id":"https:\/\/www.domain.com\/books-c-22.html?osCsid=st29jcjoi27afiqlhvp8ffdig6","name":"Books"}},{"@type":"ListItem","position":3,"item":{"@id":"https:\/\/www.domain.com\/gerdy-troost-german-ww2-architecture-book-1940s-vol-ii-w241-photos-p-339.html?osCsid=st29jcjoi27afiqlhvp8ffdig6","name":""}}]}</script> Any idea where to look at? Thanks.
  6. thanks, I've removed the line, however the keywords still showing up on the pages. any idea what else to remove? I've some issues with google ranking so I need to test a few things. Thanks.
  7. Hello, how can I disable the keywords meta name="Keywords" in the script? They are no longer useful, and just bloat the page and maybe have other negative side effects. Google says, they just ignore them, but you never know if they do negative ranking when in use ... e.g. for spamming So I would like to get rid of them.
  8. On my upgraded BS 2.3.4.1 version I've lot's of errors on my google search console for URL's like this: domain.com/product_info.php/products_id/82 I tried manually this URL and which is then redirecting to domain.com/product_info.php/products_id/server_error.php?id=404 and keeps refreshing this URL in an infinite loop. Any ideas what might be wrong? And also, should this not rewrite the URL to SEO friendly URL anyway, since product id 82 is a valid product with SEO URLs installed?
  9. thanks, that worked. I just noticed that social bookmark newsvine.com is no longer working and found this article: https://www.dailykos.com/stories/2017/7/27/1684462/-Newsvine-com-shutting-down-October-1-2017 So I think it should be safe to remove it from future versions.
  10. did not fix the issue. so I researched further. According to Facebook's documentation og:price and og:currency is not valid It should have the prefix "product" instead of "og".
  11. I think it may be caused due to the currency symbol $ Google was also picky when the currency symbol was included with the price. And as we define the currency in an extra property, that might cause the problem. What do you think? I don't know how I can test it without it, since I don't know know which code to change.
  12. thanks, that worked I've another issue now: When I test a product page with social bookmarks in the Open Graph Object Debugger: https://developers.facebook.com/tools/debug/og/object/ I get this warning: Extraneous Property Objects of this type do not allow properties named 'og:currency'. Parser Mismatched Metadata The parser's result for this metadata did not match the input metadata. Likely, this was caused by the data being ordered in an unexpected way, multiple values being given for a property only expecting a single value, or property values for a given property being mismatched. Here are the input properties that were not seen in the parsed result: 'product:price, og:currency' on the page source code i Have [...] <meta property="og:price" content="$179.00" /> <meta property="og:currency" content="USD" /> <meta property="og:availability" content="instock" /> <!-- EOF: Header Tags SEO Generated Meta Tags by oscommerce-solution.com -->
  13. hi, I've a 301 redirection in place to direct my http requests to https But when I now test with header_tags_test.php I get this below. Where do I have to adjust the code, that it works with https ? From Site: Title -> 301 Moved Permanently Meta Description -> Meta Keywords ->
  14. ok, since I got the 302 moved response at the first test and now receiving 403 server response I researched a little on the web. And found this: https://stackoverflow.com/questions/22657548/is-it-ok-to-scrape-data-from-google-results/22703153#22703153 They are stating that without the Google search API, only 8 automated requests are allowed per hour. When retrieving e.g. 3 pages for each keyword to detect Google position, I can only check 2 keywords per hour. When using their Google search API, they mention that the limit is 40 requests per hour. I did not know and I checked much more than 2 keywords at 3 pages per hour, which then obviously resulted in a block from my server IP
×
×
  • Create New...